diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fa8609 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/rust_decimal-1.33.1.crate diff --git a/.rust-rust_decimal.metadata b/.rust-rust_decimal.metadata index e69de29..24bc077 100644 --- a/.rust-rust_decimal.metadata +++ b/.rust-rust_decimal.metadata @@ -0,0 +1 @@ +8943d686159d83cc0ff086af04d21c6fd581f29e SOURCES/rust_decimal-1.33.1.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..996062e --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,10 @@ +[package] +summary = "Decimal number implementation written in pure Rust" + +[tests] +run = ["lib"] +comments = [ + "doctests can only be compiled and run in-tree", + "integration tests require files which are not included in published crates", +] + diff --git a/SOURCES/rust_decimal-1.33.1.crate b/SOURCES/rust_decimal-1.33.1.crate deleted file mode 100644 index 6acdf4b..0000000 Binary files a/SOURCES/rust_decimal-1.33.1.crate and /dev/null differ