commit 65c272b64dc45d8b4de7510cb10a0599bc4e5ed1 Author: tigro Date: Mon Jan 15 20:46:40 2024 +0300 import rust-clap_derive3-3.2.25-1.el9 diff --git a/.rust-clap_derive3.metadata b/.rust-clap_derive3.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/clap_derive-3.2.25.crate b/SOURCES/clap_derive-3.2.25.crate new file mode 100644 index 0000000..5c02a8c Binary files /dev/null and b/SOURCES/clap_derive-3.2.25.crate differ diff --git a/SPECS/rust-clap_derive3.spec b/SPECS/rust-clap_derive3.spec new file mode 100644 index 0000000..c7c8509 --- /dev/null +++ b/SPECS/rust-clap_derive3.spec @@ -0,0 +1,137 @@ +## 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 clap_derive + +Name: rust-clap_derive3 +Version: 3.2.25 +Release: %autorelease +Summary: Parse command line argument by defining a struct, derive crate + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/clap_derive +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Parse command line argument by defining a struct, derive crate.} + +%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}/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}+debug-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+debug-devel %{_description} + +This package contains library source intended for building other packages which +use the "debug" feature of the "%{crate}" crate. + +%files -n %{name}+debug-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+deprecated-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+deprecated-devel %{_description} + +This package contains library source intended for building other packages which +use the "deprecated" feature of the "%{crate}" crate. + +%files -n %{name}+deprecated-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+raw-deprecated-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+raw-deprecated-devel %{_description} + +This package contains library source intended for building other packages which +use the "raw-deprecated" feature of the "%{crate}" crate. + +%files -n %{name}+raw-deprecated-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unstable-v4-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-v4-devel %{_description} + +This package contains library source intended for building other packages which +use the "unstable-v4" feature of the "%{crate}" crate. + +%files -n %{name}+unstable-v4-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 - 3.2.25-1 +- Rebuilt for MSVSphere 9.3 + +* Wed Aug 02 2023 Fabio Valentini - 3.2.25-1 +- Update to version 0.3.25 + +* Fri Jul 21 2023 Fedora Release Engineering - 3.2.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Feb 21 2023 Fabio Valentini - 3.2.18-1 +- Initial import (clap_derive 3 compat package)