summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-06 07:23:25 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-06 07:23:25 -0800
commitdfacdd75d4bdcf76b715d56af29db6a94c2a69d0 (patch)
treed00a6fc5851dfc604f53c70929f96340b8ec7c22
parentb9dd89621bbbf2d2a1998e2e302edec37e171d67 (diff)
downloadspecs-dfacdd75d4bdcf76b715d56af29db6a94c2a69d0.tar.gz
specs-dfacdd75d4bdcf76b715d56af29db6a94c2a69d0.tar.xz
specs-dfacdd75d4bdcf76b715d56af29db6a94c2a69d0.zip
- rust-cookie-factory
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-cookie-factory.spec85
1 files changed, 0 insertions, 85 deletions
diff --git a/rust/rust-cookie-factory.spec b/rust/rust-cookie-factory.spec
deleted file mode 100644
index 145c0fd..0000000
--- a/rust/rust-cookie-factory.spec
+++ /dev/null
@@ -1,85 +0,0 @@
-# Generated by rust2rpm 20
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate cookie-factory
-
-Name: rust-%{crate}
-Version: 0.3.2
-Release: %autorelease
-Summary: Nom inspired serialization library
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/cookie-factory
-Source: %{crates_source}
-# Initial patched metadata
-Patch0: cookie-factory-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Nom inspired serialization library.}
-
-%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
-
-%package -n %{name}+std-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "std" feature of the "%{crate}" crate.
-
-%files -n %{name}+std-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