Compare commits
No commits in common. 'epel9' and 'i9ce' have entirely different histories.
@ -1,37 +1 @@
|
|||||||
/serde_yaml-0.7.1.crate
|
SOURCES/serde_yaml-0.9.30.crate
|
||||||
/serde_yaml-0.7.2.crate
|
|
||||||
/serde_yaml-0.7.3.crate
|
|
||||||
/serde_yaml-0.7.4.crate
|
|
||||||
/serde_yaml-0.7.5.crate
|
|
||||||
/serde_yaml-0.8.3.crate
|
|
||||||
/serde_yaml-0.8.4.crate
|
|
||||||
/serde_yaml-0.8.5.crate
|
|
||||||
/serde_yaml-0.8.6.crate
|
|
||||||
/serde_yaml-0.8.7.crate
|
|
||||||
/serde_yaml-0.8.8.crate
|
|
||||||
/serde_yaml-0.8.9.crate
|
|
||||||
/serde_yaml-0.8.11.crate
|
|
||||||
/serde_yaml-0.8.12.crate
|
|
||||||
/serde_yaml-0.8.13.crate
|
|
||||||
/serde_yaml-0.8.14.crate
|
|
||||||
/serde_yaml-0.8.15.crate
|
|
||||||
/serde_yaml-0.8.16.crate
|
|
||||||
/serde_yaml-0.8.17.crate
|
|
||||||
/serde_yaml-0.8.18.crate
|
|
||||||
/serde_yaml-0.8.20.crate
|
|
||||||
/serde_yaml-0.8.21.crate
|
|
||||||
/serde_yaml-0.8.23.crate
|
|
||||||
/serde_yaml-0.8.24.crate
|
|
||||||
/serde_yaml-0.8.25.crate
|
|
||||||
/serde_yaml-0.9.11.crate
|
|
||||||
/serde_yaml-0.9.13.crate
|
|
||||||
/serde_yaml-0.9.14.crate
|
|
||||||
/serde_yaml-0.9.16.crate
|
|
||||||
/serde_yaml-0.9.17.crate
|
|
||||||
/serde_yaml-0.9.19.crate
|
|
||||||
/serde_yaml-0.9.21.crate
|
|
||||||
/serde_yaml-0.9.22.crate
|
|
||||||
/serde_yaml-0.9.25.crate
|
|
||||||
/serde_yaml-0.9.27.crate
|
|
||||||
/serde_yaml-0.9.29.crate
|
|
||||||
/serde_yaml-0.9.30.crate
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
7bf6d1ec18b54e38bbf2b2fd54806e89a915a005 SOURCES/serde_yaml-0.9.30.crate
|
@ -0,0 +1,245 @@
|
|||||||
|
## 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 serde_yaml
|
||||||
|
|
||||||
|
Name: rust-serde_yaml
|
||||||
|
Version: 0.9.30
|
||||||
|
Release: %autorelease
|
||||||
|
Summary: YAML data format for Serde
|
||||||
|
|
||||||
|
License: MIT OR Apache-2.0
|
||||||
|
URL: https://crates.io/crates/serde_yaml
|
||||||
|
Source: %{crates_source}
|
||||||
|
|
||||||
|
BuildRequires: cargo-rpm-macros >= 24
|
||||||
|
|
||||||
|
%global _description %{expand:
|
||||||
|
YAML data format for Serde.}
|
||||||
|
|
||||||
|
%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} -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.9.30-1
|
||||||
|
- Rebuilt for MSVSphere 9.3
|
||||||
|
|
||||||
|
* Wed Jan 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.30-1
|
||||||
|
- Update to version 0.9.30; Fixes RHBZ#2256430
|
||||||
|
|
||||||
|
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.29-1
|
||||||
|
- Update to version 0.9.29; Fixes RHBZ#2255451
|
||||||
|
|
||||||
|
* Sun Nov 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.27-1
|
||||||
|
- Update to version 0.9.27; Fixes RHBZ#2246259
|
||||||
|
|
||||||
|
* Sat Jul 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.25-1
|
||||||
|
- Update to version 0.9.25; Fixes RHBZ#2223145
|
||||||
|
|
||||||
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.22-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.22-1
|
||||||
|
- Update to version 0.9.22; Fixes RHBZ#2217126
|
||||||
|
|
||||||
|
* Fri Apr 14 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.21-1
|
||||||
|
- Update to version 0.9.21; Fixes RHBZ#2184852
|
||||||
|
|
||||||
|
* Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.19-1
|
||||||
|
- Update to version 0.9.19; Fixes RHBZ#2175464
|
||||||
|
|
||||||
|
* Sat Jan 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.17-1
|
||||||
|
- Update to version 0.9.17; Fixes RHBZ#2162584
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.16-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 20 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.16-1
|
||||||
|
- Update to version 0.9.16; Fixes RHBZ#2154582
|
||||||
|
|
||||||
|
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.14-1
|
||||||
|
- Update to version 0.9.14; Fixes RHBZ#2136935
|
||||||
|
|
||||||
|
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.13-1
|
||||||
|
- Update to version 0.9.13; Fixes RHBZ#2126804
|
||||||
|
|
||||||
|
* Sat Sep 10 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.11-1
|
||||||
|
- Update to version 0.9.11; Fixes RHBZ#2107782
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.25-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 14 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.25-1
|
||||||
|
- Update to version 0.8.25; Fixes RHBZ#2105448
|
||||||
|
|
||||||
|
* Wed May 11 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.24-1
|
||||||
|
- Update to version 0.8.24; Fixes RHBZ#2081461
|
||||||
|
|
||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.23-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.23-1
|
||||||
|
- Update to version 0.8.23; Fixes RHBZ#2031601
|
||||||
|
|
||||||
|
* Mon Sep 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.21-1
|
||||||
|
- Update to version 0.8.21; Fixes RHBZ#2003267
|
||||||
|
|
||||||
|
* Sun Aug 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.20-1
|
||||||
|
- Update to version 0.8.20; Fixes RHBZ#1996346
|
||||||
|
|
||||||
|
* Sat Aug 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.18-1
|
||||||
|
- Update to version 0.8.18; Fixes RHBZ#1994878
|
||||||
|
|
||||||
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.17-2
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.17-1
|
||||||
|
- Update to version 0.8.17.
|
||||||
|
- Fixes RHBZ#1927467
|
||||||
|
|
||||||
|
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.16-1
|
||||||
|
- Update to version 0.8.16.
|
||||||
|
- Fixes RHBZ#1923873
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.15-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 12 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.15-1
|
||||||
|
- Update to version 0.8.15.
|
||||||
|
- Fixes RHBZ#1912695
|
||||||
|
|
||||||
|
* Sun Dec 27 14:16:29 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.14-1
|
||||||
|
- Update to 0.8.14 (Fixes: RHBZ#1893403)
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 0.8.13-1
|
||||||
|
- Update to 0.8.13
|
||||||
|
|
||||||
|
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.8.12-1
|
||||||
|
- Update to 0.8.12
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.11-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Nov 19 09:46:32 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.11-1
|
||||||
|
- Update to 0.8.11
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 20 09:19:22 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.9-2
|
||||||
|
- Regenerate
|
||||||
|
|
||||||
|
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 0.8.9-1
|
||||||
|
- Update to 0.8.9
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 03 2018 Josh Stone <jistone@redhat.com> - 0.8.8-1
|
||||||
|
- Update to 0.8.8
|
||||||
|
|
||||||
|
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.7-2
|
||||||
|
- Run tests in infrastructure
|
||||||
|
|
||||||
|
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 0.8.7-1
|
||||||
|
- Update to 0.8.7
|
||||||
|
- Adapt to new packaging
|
||||||
|
|
||||||
|
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
|
||||||
|
- Update to 0.8.6
|
||||||
|
|
||||||
|
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.8.5-1
|
||||||
|
- Update to 0.8.5
|
||||||
|
|
||||||
|
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.8.4-1
|
||||||
|
- Update to 0.8.4
|
||||||
|
|
||||||
|
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.3-1
|
||||||
|
- Update to 0.8.3
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jun 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-1
|
||||||
|
- Update to 0.7.5
|
||||||
|
|
||||||
|
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.7.4-1
|
||||||
|
- Update to 0.7.4
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-2
|
||||||
|
- Rebuild for rust-packaging v5
|
||||||
|
|
||||||
|
* Wed Nov 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-1
|
||||||
|
- Update to 0.7.3
|
||||||
|
|
||||||
|
* Mon Nov 20 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-2
|
||||||
|
- Bump version-sync to 0.5
|
||||||
|
|
||||||
|
* Wed Nov 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-1
|
||||||
|
- Update to 0.7.2
|
||||||
|
|
||||||
|
* Tue Nov 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
|
||||||
|
- Initial package
|
||||||
|
|
@ -1,97 +0,0 @@
|
|||||||
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.17-2
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.17-1
|
|
||||||
- Update to version 0.8.17.
|
|
||||||
- Fixes RHBZ#1927467
|
|
||||||
|
|
||||||
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.16-1
|
|
||||||
- Update to version 0.8.16.
|
|
||||||
- Fixes RHBZ#1923873
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.15-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 12 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.15-1
|
|
||||||
- Update to version 0.8.15.
|
|
||||||
- Fixes RHBZ#1912695
|
|
||||||
|
|
||||||
* Sun Dec 27 14:16:29 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.14-1
|
|
||||||
- Update to 0.8.14 (Fixes: RHBZ#1893403)
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 0.8.13-1
|
|
||||||
- Update to 0.8.13
|
|
||||||
|
|
||||||
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.8.12-1
|
|
||||||
- Update to 0.8.12
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.11-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Nov 19 09:46:32 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.11-1
|
|
||||||
- Update to 0.8.11
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 20 09:19:22 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.9-2
|
|
||||||
- Regenerate
|
|
||||||
|
|
||||||
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 0.8.9-1
|
|
||||||
- Update to 0.8.9
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Dec 03 2018 Josh Stone <jistone@redhat.com> - 0.8.8-1
|
|
||||||
- Update to 0.8.8
|
|
||||||
|
|
||||||
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.7-2
|
|
||||||
- Run tests in infrastructure
|
|
||||||
|
|
||||||
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 0.8.7-1
|
|
||||||
- Update to 0.8.7
|
|
||||||
- Adapt to new packaging
|
|
||||||
|
|
||||||
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
|
|
||||||
- Update to 0.8.6
|
|
||||||
|
|
||||||
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.8.5-1
|
|
||||||
- Update to 0.8.5
|
|
||||||
|
|
||||||
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.8.4-1
|
|
||||||
- Update to 0.8.4
|
|
||||||
|
|
||||||
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.3-1
|
|
||||||
- Update to 0.8.3
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-1
|
|
||||||
- Update to 0.7.5
|
|
||||||
|
|
||||||
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.7.4-1
|
|
||||||
- Update to 0.7.4
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-2
|
|
||||||
- Rebuild for rust-packaging v5
|
|
||||||
|
|
||||||
* Wed Nov 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-1
|
|
||||||
- Update to 0.7.3
|
|
||||||
|
|
||||||
* Mon Nov 20 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-2
|
|
||||||
- Bump version-sync to 0.5
|
|
||||||
|
|
||||||
* Wed Nov 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-1
|
|
||||||
- Update to 0.7.2
|
|
||||||
|
|
||||||
* Tue Nov 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
|
|
||||||
- Initial package
|
|
@ -1,69 +0,0 @@
|
|||||||
# Generated by rust2rpm 25
|
|
||||||
%bcond_without check
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
%global crate serde_yaml
|
|
||||||
|
|
||||||
Name: rust-serde_yaml
|
|
||||||
Version: 0.9.30
|
|
||||||
Release: %autorelease
|
|
||||||
Summary: YAML data format for Serde
|
|
||||||
|
|
||||||
License: MIT OR Apache-2.0
|
|
||||||
URL: https://crates.io/crates/serde_yaml
|
|
||||||
Source: %{crates_source}
|
|
||||||
|
|
||||||
BuildRequires: cargo-rpm-macros >= 24
|
|
||||||
|
|
||||||
%global _description %{expand:
|
|
||||||
YAML data format for Serde.}
|
|
||||||
|
|
||||||
%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} -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