summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rust/rust-bzip2.spec115
1 files changed, 0 insertions, 115 deletions
diff --git a/rust/rust-bzip2.spec b/rust/rust-bzip2.spec
deleted file mode 100644
index a960f73..0000000
--- a/rust/rust-bzip2.spec
+++ /dev/null
@@ -1,115 +0,0 @@
-# Generated by rust2rpm 13
-
-# not all test dependencies are packaged yet
-%bcond_with check
-
-%global debug_package %{nil}
-
-%global crate bzip2
-
-Name: rust-%{crate}
-Version: 0.3.3
-Release: 1%{?dist}
-Summary: Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams
-
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/bzip2
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Bindings to libbzip2 for bzip2 compression and decompression exposed as
-Reader/Writer streams.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
-
-%files devel
-%license LICENSE-MIT LICENSE-APACHE
-%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 "default" feature of "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+futures-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+futures-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "futures" feature of "%{crate}" crate.
-
-%files -n %{name}+futures-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+tokio-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+tokio-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "tokio" feature of "%{crate}" crate.
-
-%files -n %{name}+tokio-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+tokio-io-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+tokio-io-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "tokio-io" feature of "%{crate}" crate.
-
-%files -n %{name}+tokio-io-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
-* Sat May 23 13:13:20 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.3.3-1
-- Initial package