Compare commits

...

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

4
.gitignore vendored

@ -1,3 +1 @@
/bzip2-sys-0.1.9+1.0.8.crate
/bzip2-sys-0.1.10+1.0.8.crate
/bzip2-sys-0.1.11+1.0.8.crate
SOURCES/bzip2-sys-0.1.11+1.0.8.crate

@ -0,0 +1 @@
d2e5599353a7d9b4bf081d57eefc8a3b301035a6 SOURCES/bzip2-sys-0.1.11+1.0.8.crate

@ -1,3 +0,0 @@
# rust-bzip2-sys
The rust-bzip2-sys package

@ -1,5 +1,5 @@
--- bzip2-sys-0.1.11+1.0.8/Cargo.toml 1970-01-01T00:00:00+00:00
+++ bzip2-sys-0.1.11+1.0.8/Cargo.toml 2021-06-22T16:33:14.161730+00:00
+++ bzip2-sys-0.1.11+1.0.8/Cargo.toml 2023-05-22T18:08:43.379903+00:00
@@ -12,7 +12,7 @@
[package]

@ -1,29 +1,34 @@
# Generated by rust2rpm 17
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 10;
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 24
%bcond_without check
%global debug_package %{nil}
%global crate bzip2-sys
%global upstream_version 0.1.11+1.0.8
Name: rust-%{crate}
Name: rust-bzip2-sys
Version: 0.1.11
Release: 4%{?dist}
Release: %autorelease
Summary: Bindings to libbzip2 for bzip2 exposed as Reader/Writer streams
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/bzip2-sys
Source: %{crates_source %{crate} %{upstream_version}}
# Initial patched metadata
# Manually created patch for downstream crate metadata changes
# * remove bzip2 version suffix
Patch0: bzip2-sys-fix-metadata.diff
Patch: bzip2-sys-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Bindings to libbzip2 for bzip2 compression and decompression exposed as
@ -38,12 +43,13 @@ Requires: pkgconfig(bzip2)
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,16 +57,16 @@ 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.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{upstream_version} -p1
# remove bundled bzip2
rm -vr bzip2-1.0.8
# remove bundled bzip2 sources
rm -rv bzip2-1.0.8/
%cargo_prep
%generate_buildrequires
@ -79,6 +85,25 @@ echo 'pkgconfig(bzip2)'
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.11-10
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 22 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.11-7
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -111,3 +136,5 @@ echo 'pkgconfig(bzip2)'
* Sat May 23 13:16:34 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.8+1.0.8-1
- Initial package
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (bzip2-sys-0.1.11+1.0.8.crate) = d0a86b9f03acb1e4e309d5739dc2e88cab582757d467a433afe0017017f0e5d2c0282529e3a117160958ed170d8d695ecae739805888305df0e35e4dc440582b
Loading…
Cancel
Save