summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-01-10 16:17:46 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-01-10 16:17:46 -0800
commitd10839cc8f50255d168231e62faa6128d96d691b (patch)
treef70320a62283cab1e6ad779af347231b63bc078f
parent9b83a9e4621996df3a9a2606d36969d0a2a41b55 (diff)
downloadspecs-d10839cc8f50255d168231e62faa6128d96d691b.tar.gz
specs-d10839cc8f50255d168231e62faa6128d96d691b.tar.xz
specs-d10839cc8f50255d168231e62faa6128d96d691b.zip
- rust-overload
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-overload.spec71
1 files changed, 0 insertions, 71 deletions
diff --git a/rust/rust-overload.spec b/rust/rust-overload.spec
deleted file mode 100644
index e1ae854..0000000
--- a/rust/rust-overload.spec
+++ /dev/null
@@ -1,71 +0,0 @@
-# Generated by rust2rpm 20
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate overload
-
-Name: rust-%{crate}
-Version: 0.1.1
-Release: %autorelease
-Summary: Provides a macro to simplify operator overloading
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/overload
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Provides a macro to simplify operator overloading.}
-
-%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
-%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