commit 9e7e77bfebc59acc85bd16b0617147c5cb0f7dec Author: tigro Date: Mon Jan 15 21:06:12 2024 +0300 import rust-encoding_rs-0.8.33-1.el9 diff --git a/.rust-encoding_rs.metadata b/.rust-encoding_rs.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/encoding_rs-0.8.33.crate b/SOURCES/encoding_rs-0.8.33.crate new file mode 100644 index 0000000..a80b037 Binary files /dev/null and b/SOURCES/encoding_rs-0.8.33.crate differ diff --git a/SOURCES/encoding_rs-fix-metadata.diff b/SOURCES/encoding_rs-fix-metadata.diff new file mode 100644 index 0000000..284ec1b --- /dev/null +++ b/SOURCES/encoding_rs-fix-metadata.diff @@ -0,0 +1,34 @@ +--- encoding_rs-0.8.33/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ encoding_rs-0.8.33/Cargo.toml 2023-08-27T11:41:53.824286+00:00 +@@ -32,16 +32,16 @@ + ] + license = "(Apache-2.0 OR MIT) AND BSD-3-Clause" + repository = "https://github.com/hsivonen/encoding_rs" ++exclude = [ ++ "/generate-encoding-data.py", ++ "/rustfmt.toml", ++] + + [profile.release] + lto = true + + [dependencies.cfg-if] + version = "1.0" +- +-[dependencies.packed_simd] +-version = "0.3.9" +-optional = true + + [dependencies.serde] + version = "1.0" +@@ -74,10 +74,6 @@ + less-slow-big5-hanzi-encode = [] + less-slow-gb-hanzi-encode = [] + less-slow-kanji-encode = [] +-simd-accel = [ +- "packed_simd", +- "packed_simd/into_bits", +-] + + [badges.travis-ci] + repository = "hsivonen/encoding_rs" diff --git a/SPECS/rust-encoding_rs.spec b/SPECS/rust-encoding_rs.spec new file mode 100644 index 0000000..d64eaa8 --- /dev/null +++ b/SPECS/rust-encoding_rs.spec @@ -0,0 +1,371 @@ +## 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 +%bcond_without check +%global debug_package %{nil} + +%global crate encoding_rs + +Name: rust-encoding_rs +Version: 0.8.33 +Release: %autorelease +Summary: Gecko-oriented implementation of the Encoding Standard + +# * source code: Apache-2.0 OR MIT +# * source code derived from the WHATWG Encoding Standard: BSD-3-Clause +License: (Apache-2.0 OR MIT) AND BSD-3-Clause +URL: https://crates.io/crates/encoding_rs +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * drop unneeded script: https://github.com/hsivonen/encoding_rs/pull/38 +# * drop simd_accel feature / optional packed_simd_2 dependency +Patch: encoding_rs-fix-metadata.diff + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +A Gecko-oriented implementation of the Encoding Standard.} + +%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}/COPYRIGHT +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%license %{crate_instdir}/LICENSE-WHATWG +%doc %{crate_instdir}/CONTRIBUTING.md +%doc %{crate_instdir}/Ideas.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}+alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "alloc" feature of the "%{crate}" crate. + +%files -n %{name}+alloc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fast-big5-hanzi-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fast-big5-hanzi-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "fast-big5-hanzi-encode" feature of the "%{crate}" crate. + +%files -n %{name}+fast-big5-hanzi-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fast-gb-hanzi-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fast-gb-hanzi-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "fast-gb-hanzi-encode" feature of the "%{crate}" crate. + +%files -n %{name}+fast-gb-hanzi-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fast-hangul-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fast-hangul-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "fast-hangul-encode" feature of the "%{crate}" crate. + +%files -n %{name}+fast-hangul-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fast-hanja-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fast-hanja-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "fast-hanja-encode" feature of the "%{crate}" crate. + +%files -n %{name}+fast-hanja-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fast-kanji-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fast-kanji-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "fast-kanji-encode" feature of the "%{crate}" crate. + +%files -n %{name}+fast-kanji-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fast-legacy-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fast-legacy-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "fast-legacy-encode" feature of the "%{crate}" crate. + +%files -n %{name}+fast-legacy-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+less-slow-big5-hanzi-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+less-slow-big5-hanzi-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "less-slow-big5-hanzi-encode" feature of the "%{crate}" crate. + +%files -n %{name}+less-slow-big5-hanzi-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+less-slow-gb-hanzi-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+less-slow-gb-hanzi-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "less-slow-gb-hanzi-encode" feature of the "%{crate}" crate. + +%files -n %{name}+less-slow-gb-hanzi-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+less-slow-kanji-encode-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+less-slow-kanji-encode-devel %{_description} + +This package contains library source intended for building other packages which +use the "less-slow-kanji-encode" feature of the "%{crate}" crate. + +%files -n %{name}+less-slow-kanji-encode-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde" feature of the "%{crate}" crate. + +%files -n %{name}+serde-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.8.33-1 +- Rebuilt for MSVSphere 9.3 + +* Sun Aug 27 2023 Fabio Valentini - 0.8.33-1 +- Update to version 0.8.33; Fixes RHBZ#2233872 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.8.32-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Feb 03 2023 Fabio Valentini - 0.8.32-1 +- Update to version 0.8.32; Fixes RHBZ#2166403 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.8.31-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.8.31-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri May 13 2022 Fabio Valentini - 0.8.31-2 +- Skip doctests due to problems with LLVM 14 on armv7hl and LLVM 12 on i686 + +* Fri May 13 2022 Fabio Valentini - 0.8.31-1 +- Update to version 0.8.31; Fixes RHBZ#2030275 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.8.29-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sat Nov 06 2021 Fabio Valentini - 0.8.29-1 +- Update to version 0.8.29; Fixes RHBZ#2014889 + +* Tue Jul 27 2021 Fedora Release Engineering - 0.8.28-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun Feb 07 2021 Fabio Valentini - 0.8.28-1 +- Update to version 0.8.28. +- Fixes RHBZ#1925185 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.8.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 05 2020 Fabio Valentini - 0.8.26-1 +- Update to version 0.8.26. +- Fixes RHBZ#1893632 + +* Wed Aug 26 2020 Josh Stone - 0.8.24-1 +- Update to 0.8.24 + +* Sat Aug 01 2020 Fedora Release Engineering - 0.8.23-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.8.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed May 13 2020 Josh Stone - 0.8.23-1 +- Update to 0.8.23 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.8.22-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 27 08:29:54 CET 2019 Igor Gnatenko - 0.8.22-1 +- Update to 0.8.22 + +* Mon Sep 16 14:01:50 CEST 2019 Igor Gnatenko - 0.8.20-1 +- Update to 0.8.20 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.8.17-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 11:41:19 CEST 2019 Igor Gnatenko - 0.8.17-4 +- Regenerate + +* Sun Jun 09 00:05:11 CEST 2019 Igor Gnatenko - 0.8.17-3 +- Regenerate + +* Sun Mar 10 2019 Igor Gnatenko - 0.8.17-2 +- Do not pull optional dependencies + +* Wed Feb 27 2019 Josh Stone - 0.8.17-1 +- Update to 0.8.17 + +* Sun Feb 10 2019 Igor Gnatenko - 0.8.16-1 +- Update to 0.8.16 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.8.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 30 2019 Josh Stone - 0.8.15-1 +- Update to 0.8.15 + +* Tue Jan 08 2019 Josh Stone - 0.8.14-1 +- Update to 0.8.14 + +* Thu Nov 29 2018 Josh Stone - 0.8.13-1 +- Update to 0.8.13 + +* Sun Nov 18 2018 Josh Stone - 0.8.12-1 +- Update to 0.8.12 + +* Fri Nov 16 2018 Josh Stone - 0.8.11-1 +- Update to 0.8.11 + +* Sun Oct 28 2018 Igor Gnatenko - 0.8.10-2 +- Adapt to new packaging + +* Sun Oct 07 2018 Igor Gnatenko - 0.8.10-1 +- Update to 0.8.10 + +* Thu Oct 04 2018 Igor Gnatenko - 0.8.9-1 +- Update to 0.8.9 + +* Mon Oct 01 2018 Josh Stone - 0.8.8-1 +- Update to 0.8.8 + +* Thu Sep 27 2018 Josh Stone - 0.8.7-1 +- Update to 0.8.7 + +* Mon Aug 13 2018 Josh Stone - 0.8.6-1 +- Update to 0.8.6 + +* Fri Aug 10 2018 Josh Stone - 0.8.5-1 +- Update to 0.8.5 + +* Sun Jul 29 2018 Igor Gnatenko - 0.8.4-1 +- Update to 0.8.4 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.7.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jan 18 2018 Igor Gnatenko - 0.7.2-1 +- Update to 0.7.2 + +* Mon Jan 08 2018 Igor Gnatenko - 0.7.1-2 +- Rebuild for rust-packaging v5 + +* Mon Nov 13 2017 Igor Gnatenko - 0.7.1-1 +- Update to 0.7.1 + +* Thu Jun 15 2017 Igor Gnatenko - 0.6.11-1 +- Update to 0.6.11 + +* Wed Jun 14 2017 Igor Gnatenko - 0.5.0-2 +- Port to use rust-packaging + +* Wed Mar 15 2017 Igor Gnatenko - 0.5.0-1 +- Initial package +