Compare commits
No commits in common. 'i9ce' and 'epel9' have entirely different histories.
@ -1 +1 @@
|
|||||||
SOURCES/derive_arbitrary-1.3.1.crate
|
/derive_arbitrary-*.crate
|
||||||
|
@ -1 +0,0 @@
|
|||||||
a0c7826dee41ce88eee7db248301efa6ba5e9eef SOURCES/derive_arbitrary-1.3.1.crate
|
|
@ -1,127 +0,0 @@
|
|||||||
## 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 derive_arbitrary
|
|
||||||
|
|
||||||
Name: rust-derive_arbitrary
|
|
||||||
Version: 1.3.1
|
|
||||||
Release: %autorelease
|
|
||||||
Summary: Derives arbitrary traits
|
|
||||||
|
|
||||||
# Upstream license specification: MIT/Apache-2.0
|
|
||||||
License: MIT OR Apache-2.0
|
|
||||||
URL: https://crates.io/crates/derive_arbitrary
|
|
||||||
Source: %{crates_source}
|
|
||||||
|
|
||||||
BuildRequires: rust-packaging >= 21
|
|
||||||
|
|
||||||
%global _description %{expand:
|
|
||||||
Derives arbitrary traits.}
|
|
||||||
|
|
||||||
%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
|
|
||||||
|
|
||||||
%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 Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.1-1
|
|
||||||
- Rebuilt for MSVSphere 9.2
|
|
||||||
|
|
||||||
* Fri Jun 02 2023 Fabio Valentini <decathorpe@gmail.com> - 1.3.1-1
|
|
||||||
- Update to version 1.3.1; Fixes RHBZ#2211852
|
|
||||||
|
|
||||||
* Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
|
|
||||||
- Update to version 1.3.0; Fixes RHBZ#2177905
|
|
||||||
|
|
||||||
* Fri Feb 03 2023 Fabio Valentini <decathorpe@gmail.com> - 1.2.3-1
|
|
||||||
- Update to version 1.2.3; Fixes RHBZ#2158007
|
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Dec 14 2022 Fabio Valentini <decathorpe@gmail.com> - 1.2.1-1
|
|
||||||
- Update to version 1.2.1; Fixes RHBZ#2136606
|
|
||||||
|
|
||||||
* Sat Sep 10 2022 Fabio Valentini <decathorpe@gmail.com> - 1.1.6-1
|
|
||||||
- Update to version 1.1.6; Fixes RHBZ#2122379
|
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 1.1.3-1
|
|
||||||
- Update to version 1.1.3; Fixes RHBZ#2107528
|
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-1
|
|
||||||
- Update to version 1.0.0.
|
|
||||||
|
|
||||||
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
|
|
||||||
- Update to version 0.4.7.
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Aug 26 02:21:27 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.6-1
|
|
||||||
- Update to 0.4.6
|
|
||||||
|
|
||||||
* Tue Aug 25 12:01:19 BST 2020 Peter Robinson <pbrobinson@fedorapeople.org> - 0.4.5-1
|
|
||||||
- Initial package
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
|||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-1
|
||||||
|
- Update to version 1.0.0.
|
||||||
|
|
||||||
|
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
|
||||||
|
- Update to version 0.4.7.
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Aug 26 02:21:27 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.6-1
|
||||||
|
- Update to 0.4.6
|
||||||
|
|
||||||
|
* Tue Aug 25 12:01:19 BST 2020 Peter Robinson <pbrobinson@fedorapeople.org> - 0.4.5-1
|
||||||
|
- Initial package
|
@ -0,0 +1,70 @@
|
|||||||
|
# Generated by rust2rpm 24
|
||||||
|
%bcond_without check
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
|
%global crate derive_arbitrary
|
||||||
|
|
||||||
|
Name: rust-derive_arbitrary
|
||||||
|
Version: 1.3.1
|
||||||
|
Release: %autorelease
|
||||||
|
Summary: Derives arbitrary traits
|
||||||
|
|
||||||
|
# Upstream license specification: MIT/Apache-2.0
|
||||||
|
License: MIT OR Apache-2.0
|
||||||
|
URL: https://crates.io/crates/derive_arbitrary
|
||||||
|
Source: %{crates_source}
|
||||||
|
|
||||||
|
BuildRequires: rust-packaging >= 21
|
||||||
|
|
||||||
|
%global _description %{expand:
|
||||||
|
Derives arbitrary traits.}
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
||||||
|
%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
|
Loading…
Reference in new issue