commit 9eb46e3f8b0eb282bd3aae4efa6c91de73172e13 Author: tigro Date: Mon Jan 15 21:05:43 2024 +0300 import rust-encoding_index_tests-0.1.4-14.el9 diff --git a/.rust-encoding_index_tests.metadata b/.rust-encoding_index_tests.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/encoding_index_tests-0.1.4.crate b/SOURCES/encoding_index_tests-0.1.4.crate new file mode 100644 index 0000000..e39a008 Binary files /dev/null and b/SOURCES/encoding_index_tests-0.1.4.crate differ diff --git a/SPECS/rust-encoding_index_tests.spec b/SPECS/rust-encoding_index_tests.spec new file mode 100644 index 0000000..6d0e764 --- /dev/null +++ b/SPECS/rust-encoding_index_tests.spec @@ -0,0 +1,112 @@ +# Generated by rust2rpm +%bcond_with check +%global debug_package %{nil} + +%global crate encoding_index_tests + +Name: rust-%{crate} +Version: 0.1.4 +Release: 14%{?dist} +Summary: Helper macros used to test index tables for character encodings + +# Upstream license specification: CC0-1.0 +# https://github.com/lifthrasiir/rust-encoding/issues/111 +License: CC0 +URL: https://crates.io/crates/encoding_index_tests +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%global _description \ +Helper macros used to test index tables for character encodings. + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%{cargo_registry}/%{crate}-%{version}/ + +%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 "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Mon Jan 15 2024 Arkady L. Shane - 0.1.4-14 +- Rebuilt for MSVSphere 9.3 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.1.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.1.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 0.1.4-12 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 0.1.4-10 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Mar 09 2019 Igor Gnatenko - 0.1.4-6 +- Adapt to new packaging + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.1.4-2 +- Rebuild for rust-packaging v5 + +* Fri Nov 10 2017 Igor Gnatenko - 0.1.4-1 +- Initial package