You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
208 lines
6.4 KiB
208 lines
6.4 KiB
## 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 erased-serde
|
|
|
|
Name: rust-erased-serde
|
|
Version: 0.4.2
|
|
Release: %autorelease
|
|
Summary: Type-erased Serialize and Serializer traits
|
|
|
|
License: MIT OR Apache-2.0
|
|
URL: https://crates.io/crates/erased-serde
|
|
Source: %{crates_source}
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
%global _description %{expand:
|
|
Type-erased Serialize and Serializer 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
|
|
|
|
%package -n %{name}+alloc-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+alloc-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "alloc" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+alloc-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+std-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "std" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+std-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+unstable-debug-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+unstable-debug-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "unstable-debug" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+unstable-debug-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 Jan 12 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
|
|
- Update to version 0.4.2; Fixes RHBZ#2256494
|
|
|
|
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
|
|
- Update to version 0.4.1; Fixes RHBZ#2251419
|
|
|
|
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.31-1
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
* Fri Sep 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.31-1
|
|
- Update to version 0.3.31; Fixes RHBZ#2234354
|
|
|
|
* Wed Aug 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.29-1
|
|
- Update to version 0.3.29; Fixes RHBZ#2232466
|
|
|
|
* Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.28-1
|
|
- Update to version 0.3.28; Fixes RHBZ#2223129
|
|
|
|
* Tue Jul 11 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.27-1
|
|
- Update to version 0.3.27; Fixes RHBZ#2219189
|
|
|
|
* Mon Mar 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.25-1
|
|
- Update to version 0.3.25; Fixes RHBZ#2175342
|
|
|
|
* Wed Dec 21 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.24-1
|
|
- Update to version 0.3.24; Fixes RHBZ#2154570
|
|
|
|
* Thu Aug 25 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.23-1
|
|
- Update to version 0.3.23; Fixes RHBZ#2121251
|
|
|
|
* Tue Aug 02 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.22-1
|
|
- Update to version 0.3.22; Fixes RHBZ#2113795
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Fri Jul 15 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.21-1
|
|
- Update to version 0.3.21; Fixes RHBZ#2098394
|
|
|
|
* Thu Mar 17 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.20-1
|
|
- Update to version 0.3.20; Fixes RHBZ#2064425
|
|
|
|
* Wed Jan 26 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-1
|
|
- Update to version 0.3.18; Fixes RHBZ#2043784
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Fri Jan 07 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1
|
|
- Update to version 0.3.17; Fixes RHBZ#2035616
|
|
|
|
* Sat Nov 27 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.16-4
|
|
- fixup! Regenerate
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.16-2
|
|
- Second attempt - Rebuilt for
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Sat Jun 19 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.16-1
|
|
- Update to version 0.3.16.
|
|
- Fixes RHBZ#1973713
|
|
|
|
* Tue May 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-1
|
|
- Update to version 0.3.15.
|
|
- Fixes RHBZ#1964135
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Mon Dec 28 11:02:30 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.13-1
|
|
- Update to 0.3.13 (Fixes: RHBZ#1911137)
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Fri Jun 26 2020 Josh Stone <jistone@redhat.com> - 0.3.12-1
|
|
- Update to 0.3.12
|
|
|
|
* Sat Mar 28 07:14:16 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.11-1
|
|
- Update to 0.3.11
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.3.10-1
|
|
- Update to 0.3.10
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Mon Feb 11 2019 Sayan Chowdhury <sayanchowdhury@fedoraproject.org> - 0.3.9-1
|
|
- Initial package
|
|
|