|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate flate2
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.0.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.0.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: DEFLATE compression and decompression exposed as Reader/Writer streams
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -43,7 +43,7 @@ which use "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -55,7 +55,19 @@ 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}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+any_zlib-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+any_zlib-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "any_zlib" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+any_zlib-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+futures-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -67,7 +79,7 @@ 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}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+libz-sys-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -79,7 +91,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "libz-sys" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+libz-sys-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+miniz-sys-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -91,7 +103,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "miniz-sys" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+miniz-sys-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+miniz_oxide-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -103,7 +115,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "miniz_oxide" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+miniz_oxide-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+rust_backend-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -115,7 +127,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "rust_backend" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+rust_backend-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -127,7 +139,7 @@ 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}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-io-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -139,7 +151,7 @@ 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}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -151,7 +163,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "zlib" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+zlib-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
@ -172,6 +184,9 @@ which use "zlib" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 17 2020 Josh Stone <jistone@redhat.com> - 1.0.14-1
|
|
|
|
|
- Update to 1.0.14
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|