diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-27 10:07:48 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-27 10:07:48 -0700 |
| commit | b7f8a5dc3df03ee97fb77b26edc6ab1ef44141a6 (patch) | |
| tree | 9afcc5c7c8cc7059aa3e1d2582cc992c66eaa5ca /rust | |
| parent | b8e83323d5b67cacb5fc5284d40f09a1eaa7f138 (diff) | |
| download | specs-b7f8a5dc3df03ee97fb77b26edc6ab1ef44141a6.tar.gz specs-b7f8a5dc3df03ee97fb77b26edc6ab1ef44141a6.tar.xz specs-b7f8a5dc3df03ee97fb77b26edc6ab1ef44141a6.zip | |
-rust-bzip2-sys (reviewed)
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/rust-bzip2-sys.spec | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/rust/rust-bzip2-sys.spec b/rust/rust-bzip2-sys.spec deleted file mode 100644 index 9306011..0000000 --- a/rust/rust-bzip2-sys.spec +++ /dev/null @@ -1,84 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate bzip2-sys - -Name: rust-%{crate} -Version: 0.1.9+1.0.8 -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-sys -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging -BuildRequires: pkgconfig(bzip2) - -%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 texts currently only available for bzip2-rs, -# not for bzip2-rs/bzip2-sys -# see https://github.com/alexcrichton/bzip2-rs/pull/59 -%{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 - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -# remove the bundled copy to make sure we're linking against the system lib -rm -vr bzip2-1.0.8 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sun Jun 14 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.9+1.0.8-1 -- Update to 0.1.9 -- add link to PR for license texts - -* Sat May 23 13:16:34 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.8+1.0.8-1 -- Initial package |
