commit f085624559d695b69ad195dc7ad4d7c7be82b24e Author: tigro Date: Mon Jan 15 22:13:04 2024 +0300 import rust-png-0.17.10-1.el9 diff --git a/.rust-png.metadata b/.rust-png.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/png-0.17.10.crate b/SOURCES/png-0.17.10.crate new file mode 100644 index 0000000..c9bc183 Binary files /dev/null and b/SOURCES/png-0.17.10.crate differ diff --git a/SOURCES/png-fix-metadata.diff b/SOURCES/png-fix-metadata.diff new file mode 100644 index 0000000..3d66132 --- /dev/null +++ b/SOURCES/png-fix-metadata.diff @@ -0,0 +1,12 @@ +--- png-0.17.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ png-0.17.10/Cargo.toml 2023-08-23T09:39:01.853877+00:00 +@@ -55,9 +55,6 @@ + version = "3.0" + features = ["derive"] + +-[dev-dependencies.criterion] +-version = "0.3.1" +- + [dev-dependencies.getopts] + version = "0.2.14" + diff --git a/SPECS/rust-png.spec b/SPECS/rust-png.spec new file mode 100644 index 0000000..8c8ff1e --- /dev/null +++ b/SPECS/rust-png.spec @@ -0,0 +1,208 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.5) +## 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 24 +# * missing dev-dependencies: glium +%bcond_with check +%global debug_package %{nil} + +%global crate png + +Name: rust-png +Version: 0.17.10 +Release: %autorelease +Summary: Decoding and encoding library in pure Rust + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/png +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * drop unused, benchmark-only criterion dev-dependency to speed up builds +Patch: png-fix-metadata.diff + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +PNG decoding and encoding library in pure Rust.} + +%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}/CHANGES.md +%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}+benchmarks-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+benchmarks-devel %{_description} + +This package contains library source intended for building other packages which +use the "benchmarks" feature of the "%{crate}" crate. + +%files -n %{name}+benchmarks-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unstable-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-devel %{_description} + +This package contains library source intended for building other packages which +use the "unstable" feature of the "%{crate}" crate. + +%files -n %{name}+unstable-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.17.10-1 +- Rebuilt for MSVSphere 9.3 + +* Wed Aug 23 2023 Fabio Valentini - 0.17.10-1 +- Update to version 0.17.10; Fixes RHBZ#2232717 + +* Thu Jul 27 2023 Fabio Valentini - 0.17.9-1 +- Update to version 0.17.9; Fixes RHBZ#2185687 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.17.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Mar 30 2023 Fabio Valentini - 0.17.7-1 +- Update to version 0.17.7; Fixes RHBZ#2138662 + +* Sat Jan 21 2023 Fedora Release Engineering - 0.17.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Sep 05 2022 Fabio Valentini - 0.17.6-1 +- Update to version 0.17.6; Fixes RHBZ#2124363 + +* Tue Aug 09 2022 Fabio Valentini - 0.17.5-1 +- Update to version 0.17.5; Fixes RHBZ#2053823 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.17.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Feb 02 2022 Fabio Valentini - 0.17.2-1 +- Update to version 0.17.2; Fixes RHBZ#1993638 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.16.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 0.16.8-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.16.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 08 2020 Fabio Valentini - 0.16.8-1 +- Update to version 0.16.8. +- Fixes RHBZ#1905712 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.16.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 22 2020 Josh Stone - 0.16.7-1 +- Update to 0.16.7 + +* Fri Jul 10 2020 Josh Stone - 0.16.6-1 +- Update to 0.16.6 + +* Fri Jun 19 2020 Josh Stone - 0.16.5-1 +- Update to 0.16.5 + +* Thu Jun 04 2020 Josh Stone - 0.16.4-1 +- Update to 0.16.4 + +* Sun Apr 19 15:54:15 CEST 2020 Igor Raits - 0.16.3-1 +- Update to 0.16.3 + +* Thu Apr 02 2020 Josh Stone - 0.16.2-1 +- Update to 0.16.2 + +* Tue Mar 03 2020 Josh Stone - 0.16.1-1 +- Update to 0.16.1 + +* Tue Mar 03 2020 Josh Stone - 0.16.0-1 +- Update to 0.16.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.15.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Josh Stone - 0.15.3-1 +- Update to 0.15.3 + +* Mon Dec 16 2019 Josh Stone - 0.15.2-2 +- Bump to deflate 0.8 + +* Fri Dec 06 10:48:53 CET 2019 Igor Gnatenko - 0.15.2-1 +- Update to 0.15.2 + +* Tue Nov 19 08:03:21 CET 2019 Igor Gnatenko - 0.15.1-1 +- Update to 0.15.1 + +* Sun Sep 01 20:56:57 CEST 2019 Igor Gnatenko - 0.15.0-1 +- Update to 0.15.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.14.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 23 10:36:38 CEST 2019 Igor Gnatenko - 0.14.1-2 +- Regenerate + +* Tue Apr 30 09:41:23 CEST 2019 Igor Gnatenko - 0.14.1-1 +- Update to 0.14.1 + +* Fri Mar 15 2019 Igor Gnatenko - 0.14.0-1 +- Initial package +