summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-28 08:41:32 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-28 08:41:32 -0700
commitacf79dfd29f0dd1d5b9a07375e4fc7256e2a61cd (patch)
tree69d5114ea3e2a346eb2c022384a6033e07663d29 /rust
parent3bb23e1683ec5d06746067c83997379e8da73a77 (diff)
downloadspecs-acf79dfd29f0dd1d5b9a07375e4fc7256e2a61cd.tar.gz
specs-acf79dfd29f0dd1d5b9a07375e4fc7256e2a61cd.tar.xz
specs-acf79dfd29f0dd1d5b9a07375e4fc7256e2a61cd.zip
-rust-bzip2 (reviewed)
Diffstat (limited to 'rust')
-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