Compare commits
No commits in common. 'epel9' and 'i10ce' have entirely different histories.
@ -1,22 +1 @@
|
||||
/rkyv_derive-0.7.5.crate
|
||||
/rkyv_derive-0.7.11.crate
|
||||
/rkyv_derive-0.7.13.crate
|
||||
/rkyv_derive-0.7.16.crate
|
||||
/rkyv_derive-0.7.17.crate
|
||||
/rkyv_derive-0.7.18.crate
|
||||
/rkyv_derive-0.7.20.crate
|
||||
/rkyv_derive-0.7.24.crate
|
||||
/rkyv_derive-0.7.26.crate
|
||||
/rkyv_derive-0.7.27.crate
|
||||
/rkyv_derive-0.7.28.crate
|
||||
/rkyv_derive-0.7.29.crate
|
||||
/rkyv_derive-0.7.30.crate
|
||||
/rkyv_derive-0.7.31.crate
|
||||
/rkyv_derive-0.7.35.crate
|
||||
/rkyv_derive-0.7.37.crate
|
||||
/rkyv_derive-0.7.38.crate
|
||||
/rkyv_derive-0.7.39.crate
|
||||
/rkyv_derive-0.7.40.crate
|
||||
/rkyv_derive-0.7.41.crate
|
||||
/rkyv_derive-0.7.42.crate
|
||||
/rkyv_derive-0.7.43.crate
|
||||
SOURCES/rkyv_derive-0.8.9.crate
|
||||
|
@ -0,0 +1 @@
|
||||
1d2f2c81cbf72efb3ca0acdf281bdac19a95322b SOURCES/rkyv_derive-0.8.9.crate
|
@ -0,0 +1,190 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.7.3)
|
||||
## 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 27
|
||||
%bcond check 1
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate rkyv_derive
|
||||
|
||||
Name: rust-rkyv_derive
|
||||
Version: 0.8.9
|
||||
Release: %autorelease
|
||||
Summary: Derive macro for rkyv
|
||||
|
||||
License: MIT
|
||||
URL: https://crates.io/crates/rkyv_derive
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
%global _description %{expand:
|
||||
Derive macro for rkyv.}
|
||||
|
||||
%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
|
||||
%license %{crate_instdir}/src/serde/LICENSE
|
||||
%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}+bytecheck-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+bytecheck-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "bytecheck" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+bytecheck-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -p1
|
||||
%cargo_prep
|
||||
|
||||
%generate_buildrequires
|
||||
%cargo_generate_buildrequires
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%cargo_test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.8.9-1
|
||||
- Rebuilt for MSVSphere 10
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Mon Dec 16 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.9-1
|
||||
- Update to version 0.8.9; Fixes RHBZ#2328716
|
||||
|
||||
* Sun Sep 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.8.8-1
|
||||
- Update to version 0.8.8; Fixes RHBZ#2311429
|
||||
|
||||
* Fri Aug 30 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.45-1
|
||||
- Update to version 0.7.45; Fixes RHBZ#2306090
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.44-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Apr 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.44-1
|
||||
- Update to version 0.7.44; Fixes RHBZ#2262582
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.43-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.43-1
|
||||
- Update to version 0.7.43; Fixes RHBZ#2254896
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.42-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon May 22 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.42-1
|
||||
- Update to version 0.7.42; Fixes RHBZ#2203536
|
||||
|
||||
* Sun Apr 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.41-1
|
||||
- Update to version 0.7.41; Fixes RHBZ#2183439
|
||||
|
||||
* Tue Feb 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.40-1
|
||||
- Update to version 0.7.40; Fixes RHBZ#2169602
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.39-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.39-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 0.7.39-1
|
||||
- Update to version 0.7.39; Fixes RHBZ#2101256
|
||||
|
||||
* Mon Jun 06 2022 Fabio Valentini <decathorpe@gmail.com> - 0.7.38-1
|
||||
- Update to version 0.7.38; Fixes RHBZ#2064100
|
||||
|
||||
* Fri Apr 08 2022 Rémi <remilauzier@protonmail.com> - 0.7.37-1
|
||||
- Update to version 0.7.37; Fixes RHBZ#2064100
|
||||
|
||||
* Fri Mar 04 2022 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.35-1
|
||||
- Update to version 0.7.35; Fixes RHBZ#2054998
|
||||
|
||||
* Thu Jan 27 2022 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.31-1
|
||||
- Update to version 0.7.31; Fixes RHBZ#2046577
|
||||
|
||||
* Wed Jan 26 2022 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.30-1
|
||||
- Update to version 0.7.30; Fixes RHBZ#2038519
|
||||
|
||||
* Tue Jan 25 2022 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.29-1
|
||||
- Update to version 0.7.29; Fixes RHBZ#2038519
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Dec 28 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.28-1
|
||||
- Update to version 0.7.28; Fixes RHBZ#2033938
|
||||
|
||||
* Sat Dec 18 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.27-1
|
||||
- Update to version 0.7.27; Fixes RHBZ#2028958
|
||||
|
||||
* Fri Dec 10 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.26-1
|
||||
- Update to version 0.7.26; Fixes RHBZ#2028958
|
||||
|
||||
* Mon Nov 29 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.24-1
|
||||
- Update to version 0.7.24; Fixes RHBZ#2025213
|
||||
|
||||
* Fri Oct 29 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.20-1
|
||||
- Update to version 0.7.20; Fixes RHBZ#2011053
|
||||
|
||||
* Wed Sep 22 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.18-1
|
||||
- Update to version 0.7.18; Fixes RHBZ#2004727
|
||||
|
||||
* Wed Sep 15 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.17-1
|
||||
- Update to version 0.7.17; Fixes RHBZ#2003851
|
||||
|
||||
* Sun Sep 05 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.16-1
|
||||
- Update to version 0.7.16; Fixes RHBZ#1998664
|
||||
|
||||
* Wed Aug 25 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.13-1
|
||||
- Update to version 0.7.13; Fixes RHBZ#1996126
|
||||
|
||||
* Mon Aug 16 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.11-1
|
||||
- Update to version 0.7.11; Fixes RHBZ#1990968
|
||||
|
||||
* Thu Aug 05 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.7.5-1
|
||||
- Initial import; Fixes RHBZ#1980582
|
||||
## END: Generated by rpmautospec
|
@ -1,128 +0,0 @@
|
||||
# Generated by rust2rpm 25
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate rkyv_derive
|
||||
|
||||
Name: rust-rkyv_derive
|
||||
Version: 0.7.43
|
||||
Release: %autorelease
|
||||
Summary: Derive macro for rkyv
|
||||
|
||||
License: MIT
|
||||
URL: https://crates.io/crates/rkyv_derive
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
%global _description %{expand:
|
||||
Derive macro for rkyv.}
|
||||
|
||||
%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
|
||||
%license %{crate_instdir}/src/serde/LICENSE
|
||||
%{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}+arbitrary_enum_discriminant-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+arbitrary_enum_discriminant-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "arbitrary_enum_discriminant" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+arbitrary_enum_discriminant-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+archive_be-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+archive_be-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "archive_be" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+archive_be-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+archive_le-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+archive_le-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "archive_le" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+archive_le-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+copy-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+copy-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "copy" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+copy-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+strict-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+strict-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "strict" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+strict-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -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