|
|
|
## 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 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
|
|
|
|
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.43-1
|
|
|
|
- Update to version 0.7.43; Fixes RHBZ#2254896
|
|
|
|
|
|
|
|
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.7.42-2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
* 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
|