summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-01 14:49:33 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-01 14:49:33 -0800
commit6eddf29468f7642e706c915d8615e6bb1a4b41a9 (patch)
treeacf1955ba852113eb58c73eff612a84411a19576
parent709ef87c893212109624da89069fa66700409ea2 (diff)
downloadspecs-6eddf29468f7642e706c915d8615e6bb1a4b41a9.tar.gz
specs-6eddf29468f7642e706c915d8615e6bb1a4b41a9.tar.xz
specs-6eddf29468f7642e706c915d8615e6bb1a4b41a9.zip
- rust-atomic-traits
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-atomic-traits.spec71
1 files changed, 0 insertions, 71 deletions
diff --git a/rust/rust-atomic-traits.spec b/rust/rust-atomic-traits.spec
deleted file mode 100644
index 0771d12..0000000
--- a/rust/rust-atomic-traits.spec
+++ /dev/null
@@ -1,71 +0,0 @@
-# Generated by rust2rpm 20
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate atomic-traits
-
-Name: rust-%{crate}
-Version: 0.3.0
-Release: %autorelease
-Summary: Traits for generic atomic operations
-
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/atomic-traits
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Traits for generic atomic operations.}
-
-%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 LICENSE-APACHE LICENSE-MIT
-%doc README.md
-%{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
-
-%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