Compare commits

...

No commits in common. 'epel9' and 'i9ce' have entirely different histories.
epel9 ... i9ce

29
.gitignore vendored

@ -1,28 +1 @@
/structopt-derive-0.1.6.crate
/structopt-derive-0.2.5.crate
/structopt-derive-0.2.7.crate
/structopt-derive-0.2.8.crate
/structopt-derive-0.2.10.crate
/structopt-derive-0.2.11.crate
/structopt-derive-0.2.12.crate
/structopt-derive-0.2.13.crate
/structopt-derive-0.2.14.crate
/structopt-derive-0.2.15.crate
/structopt-derive-0.2.16.crate
/structopt-derive-0.2.17.crate
/structopt-derive-0.2.18.crate
/structopt-derive-0.3.5.crate
/structopt-derive-0.4.0.crate
/structopt-derive-0.4.2.crate
/structopt-derive-0.4.4.crate
/structopt-derive-0.4.5.crate
/structopt-derive-0.4.6.crate
/structopt-derive-0.4.7.crate
/structopt-derive-0.4.8.crate
/structopt-derive-0.4.10.crate
/structopt-derive-0.4.11.crate
/structopt-derive-0.4.13.crate
/structopt-derive-0.4.14.crate
/structopt-derive-0.4.15.crate
/structopt-derive-0.4.16.crate
/structopt-derive-0.4.18.crate
SOURCES/structopt-derive-0.4.18.crate

@ -0,0 +1 @@
056f62af40d049e379c6e24ef6ae829b23c37757 SOURCES/structopt-derive-0.4.18.crate

@ -1,3 +0,0 @@
# rust-structopt-derive
The rust-structopt-derive package

@ -1,3 +1,105 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.0)
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 3;
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 18
%bcond_without check
%global debug_package %{nil}
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.4.18
Release: %autorelease
Summary: Parse command line argument by defining a struct, derive crate
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt-derive
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%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 "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{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
%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 <tigro@msvsphere-os.ru> - 0.4.18-3
- Rebuilt for MSVSphere 9.3
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.4.18-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.4.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Nov 05 2021 Fabio Valentini <decathorpe@gmail.com> 0.4.18-1
- Update to version 0.4.18; Fixes RHBZ#2015003
* Tue Aug 31 2021 Fabio Valentini <decathorpe@gmail.com> 0.4.16-1
- Update to version 0.4.16; Fixes RHBZ#1999248
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> 0.4.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Jul 18 2021 Fabio Valentini <decathorpe@gmail.com> 0.4.15-1
- Update to version 0.4.15; Fixes RHBZ#1979060
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
@ -101,3 +203,4 @@
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
- Initial package

@ -1,73 +0,0 @@
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.4.18
Release: %autorelease
Summary: Parse command line argument by defining a struct, derive crate
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt-derive
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%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 "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{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
%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
%autochangelog

@ -1 +0,0 @@
SHA512 (structopt-derive-0.4.18.crate) = 68a7f9c2ed987993fdd8bb7e81c31969a1fdf5351c58cba9de61a2f5957aba1626be4b0742f31d4de502301675ba24b0d91dd3acb24f5607bdeec83070626a57
Loading…
Cancel
Save