summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-06 07:21:58 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-06 07:21:58 -0800
commit91bbb5d1b806dc65415b0ff00fb02dfe6b1c755d (patch)
tree662bb4c66672defcd8afe6b0904449bebc1c3352
parent3c0a85a589ff80d33f6746e4cf2be10d636687bf (diff)
downloadspecs-91bbb5d1b806dc65415b0ff00fb02dfe6b1c755d.tar.gz
specs-91bbb5d1b806dc65415b0ff00fb02dfe6b1c755d.tar.xz
specs-91bbb5d1b806dc65415b0ff00fb02dfe6b1c755d.zip
- rust-signal
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-signal.spec71
1 files changed, 0 insertions, 71 deletions
diff --git a/rust/rust-signal.spec b/rust/rust-signal.spec
deleted file mode 100644
index 59d0ffe..0000000
--- a/rust/rust-signal.spec
+++ /dev/null
@@ -1,71 +0,0 @@
-# Generated by rust2rpm 20
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate signal
-
-Name: rust-%{crate}
-Version: 0.7.0
-Release: %autorelease
-Summary: Higher-level abstractions around unix signals
-
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/signal
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Higher-level abstractions around unix signals.}
-
-%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 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