commit b351b526e43b479b8a3826c1aa5c2824cd5be498 Author: tigro Date: Mon Jan 15 20:40:15 2024 +0300 import rust-bzip2-0.4.4-1.el9 diff --git a/.rust-bzip2.metadata b/.rust-bzip2.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/bzip2-0.4.4.crate b/SOURCES/bzip2-0.4.4.crate new file mode 100644 index 0000000..607d19b Binary files /dev/null and b/SOURCES/bzip2-0.4.4.crate differ diff --git a/SPECS/rust-bzip2.spec b/SPECS/rust-bzip2.spec new file mode 100644 index 0000000..c879983 --- /dev/null +++ b/SPECS/rust-bzip2.spec @@ -0,0 +1,151 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +# Generated by rust2rpm 23 +# * dev-dependencies are outdated +%bcond_with check +%global debug_package %{nil} + +%global crate bzip2 + +Name: rust-bzip2 +Version: 0.4.4 +Release: %autorelease +Summary: Bindings to libbzip2 exposed as Reader/Writer streams + +# Upstream license specification: MIT/Apache-2.0 +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/bzip2 +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%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 the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%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 %{crate_instdir}/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 the "futures" feature of the "%{crate}" crate. + +%files -n %{name}+futures-devel +%ghost %{crate_instdir}/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 the "tokio" feature of the "%{crate}" crate. + +%files -n %{name}+tokio-devel +%ghost %{crate_instdir}/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 the "tokio-io" feature of the "%{crate}" crate. + +%files -n %{name}+tokio-io-devel +%ghost %{crate_instdir}/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 +* Mon Jan 15 2024 Arkady L. Shane - 0.4.4-1 +- Rebuilt for MSVSphere 9.3 + +* Sun Jan 29 2023 Fabio Valentini - 0.4.4-1 +- Update to version 0.4.4; Fixes RHBZ#2158551 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.4.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.4.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jun 22 2021 Fabio Valentini - 0.4.3-1 +- Update to version 0.4.3. +- Fixes RHBZ#1970139 + +* Mon Mar 01 2021 Fabio Valentini - 0.4.2-1 +- Update to version 0.4.2. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 13:13:20 PDT 2020 Michel Alexandre Salim - 0.3.3-1 +- Initial package +