commit 850acc7b63aff44e97f9f63f285a18d9100bb47f Author: tigro Date: Fri Oct 13 13:04:40 2023 +0300 import rust-scan_fmt-0.2.6-4.el9 diff --git a/.rust-scan_fmt.metadata b/.rust-scan_fmt.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/scan_fmt-0.2.6.crate b/SOURCES/scan_fmt-0.2.6.crate new file mode 100644 index 0000000..19546d9 Binary files /dev/null and b/SOURCES/scan_fmt-0.2.6.crate differ diff --git a/SPECS/rust-scan_fmt.spec b/SPECS/rust-scan_fmt.spec new file mode 100644 index 0000000..fd2df37 --- /dev/null +++ b/SPECS/rust-scan_fmt.spec @@ -0,0 +1,148 @@ +# Generated by rust2rpm 16 +%bcond_without check +%global debug_package %{nil} + +%global crate scan_fmt + +Name: rust-%{crate} +Version: 0.2.6 +Release: 4%{?dist} +Summary: Simple scanf()-like input for Rust + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/scan_fmt +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Simple scanf()-like input for Rust.} + +%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 +%license LICENSE +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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_no_tilde}/Cargo.toml + +%package -n %{name}+regex-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+regex-devel %{_description} + +This package contains library source intended for building other packages +which use "regex" feature of "%{crate}" crate. + +%files -n %{name}+regex-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages +which use "std" feature of "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 +* Fri Oct 13 2023 Arkady L. Shane - 0.2.6-4 +- Rebuilt for MSVSphere 9.2 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Feb 23 2021 Fabio Valentini - 0.2.6-1 +- Update to version 0.2.6. +- Fixes RHBZ#1931150 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Feb 18 17:33:08 CET 2020 Igor Raits - 0.2.5-1 +- Update to 0.2.5 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Sep 20 09:14:05 CEST 2019 Igor Gnatenko - 0.2.4-1 +- Update to 0.2.4 + +* Tue Aug 06 09:49:23 CEST 2019 Igor Gnatenko - 0.2.3-3 +- Relax regex dep + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jun 24 21:51:03 CEST 2019 Igor Gnatenko - 0.2.3-1 +- Update to 0.2.3 + +* Thu May 30 17:54:05 CEST 2019 Robert-André Mauchin - 0.2.2-1 +- Release 0.2.2 + +* Sat May 04 16:31:35 CEST 2019 Robert-André Mauchin - 0.2.1-1 +- Release 0.2.1 + +* Wed Mar 20 09:54:38 CET 2019 Igor Gnatenko - 0.1.3-2 +- Run tests in infrastructure + +* Sat Mar 09 2019 Robert-André Mauchin - 0.1.3-1 +- Initial package