summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-01-10 16:15:54 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-01-10 16:15:54 -0800
commit549ca90aeb082f5617521a9a2cf64b3af9133318 (patch)
treefddf65c0d944873e82ff7b5f9bf526654e277eaf
parentfd41262d6f3ae7ba5659a99de9f912acdd5f9d79 (diff)
downloadspecs-549ca90aeb082f5617521a9a2cf64b3af9133318.tar.gz
specs-549ca90aeb082f5617521a9a2cf64b3af9133318.tar.xz
specs-549ca90aeb082f5617521a9a2cf64b3af9133318.zip
- rust-bigdecimal
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-bigdecimal.spec95
1 files changed, 0 insertions, 95 deletions
diff --git a/rust/rust-bigdecimal.spec b/rust/rust-bigdecimal.spec
deleted file mode 100644
index 9d9ae14..0000000
--- a/rust/rust-bigdecimal.spec
+++ /dev/null
@@ -1,95 +0,0 @@
-# Generated by rust2rpm 20
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate bigdecimal
-
-Name: rust-%{crate}
-Version: 0.3.0
-Release: %autorelease
-Summary: Arbitrary precision decimal numbers
-
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/bigdecimal
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Arbitrary precision decimal numbers.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license COPYRIGHT LICENSE-APACHE LICENSE-MIT
-%doc README.rst
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
-
-%package -n %{name}+default-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+default-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+serde-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+serde-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "serde" feature of the "%{crate}" crate.
-
-%files -n %{name}+serde-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+string-only-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+string-only-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "string-only" feature of the "%{crate}" crate.
-
-%files -n %{name}+string-only-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-
-%install
-%cargo_install
-
-%if %{with check}
-%check
-%cargo_test
-%endif
-
-%changelog
-%autochangelog