Compare commits
No commits in common. 'epel9' and 'i10ce' have entirely different histories.
@ -1,34 +1 @@
|
|||||||
/thiserror-impl-1.0.11.crate
|
SOURCES/thiserror-impl-2.0.9.crate
|
||||||
/thiserror-impl-1.0.12.crate
|
|
||||||
/thiserror-impl-1.0.13.crate
|
|
||||||
/thiserror-impl-1.0.14.crate
|
|
||||||
/thiserror-impl-1.0.15.crate
|
|
||||||
/thiserror-impl-1.0.16.crate
|
|
||||||
/thiserror-impl-1.0.17.crate
|
|
||||||
/thiserror-impl-1.0.18.crate
|
|
||||||
/thiserror-impl-1.0.19.crate
|
|
||||||
/thiserror-impl-1.0.20.crate
|
|
||||||
/thiserror-impl-1.0.21.crate
|
|
||||||
/thiserror-impl-1.0.22.crate
|
|
||||||
/thiserror-impl-1.0.23.crate
|
|
||||||
/thiserror-impl-1.0.24.crate
|
|
||||||
/thiserror-impl-1.0.25.crate
|
|
||||||
/thiserror-impl-1.0.26.crate
|
|
||||||
/thiserror-impl-1.0.28.crate
|
|
||||||
/thiserror-impl-1.0.29.crate
|
|
||||||
/thiserror-impl-1.0.30.crate
|
|
||||||
/thiserror-impl-1.0.31.crate
|
|
||||||
/thiserror-impl-1.0.32.crate
|
|
||||||
/thiserror-impl-1.0.34.crate
|
|
||||||
/thiserror-impl-1.0.37.crate
|
|
||||||
/thiserror-impl-1.0.38.crate
|
|
||||||
/thiserror-impl-1.0.39.crate
|
|
||||||
/thiserror-impl-1.0.40.crate
|
|
||||||
/thiserror-impl-1.0.43.crate
|
|
||||||
/thiserror-impl-1.0.44.crate
|
|
||||||
/thiserror-impl-1.0.47.crate
|
|
||||||
/thiserror-impl-1.0.48.crate
|
|
||||||
/thiserror-impl-1.0.49.crate
|
|
||||||
/thiserror-impl-1.0.50.crate
|
|
||||||
/thiserror-impl-1.0.52.crate
|
|
||||||
/thiserror-impl-1.0.56.crate
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
b611f3a325426c65c11f8b1cf61a34b68071af99 SOURCES/thiserror-impl-2.0.9.crate
|
@ -0,0 +1,257 @@
|
|||||||
|
## 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 thiserror-impl
|
||||||
|
|
||||||
|
Name: rust-thiserror-impl
|
||||||
|
Version: 2.0.9
|
||||||
|
Release: %autorelease
|
||||||
|
Summary: Implementation detail of the thiserror crate
|
||||||
|
|
||||||
|
License: MIT OR Apache-2.0
|
||||||
|
URL: https://crates.io/crates/thiserror-impl
|
||||||
|
Source: %{crates_source}
|
||||||
|
|
||||||
|
BuildRequires: cargo-rpm-macros >= 24
|
||||||
|
|
||||||
|
%global _description %{expand:
|
||||||
|
Implementation detail of the `thiserror` crate.}
|
||||||
|
|
||||||
|
%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
|
||||||
|
%{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
|
||||||
|
## START: Generated by rpmautospec
|
||||||
|
* Sat Jan 04 2025 Fabio Valentini <decathorpe@gmail.com> - 2.0.9-1
|
||||||
|
- Update to version 2.0.9; Fixes RHBZ#2332947
|
||||||
|
|
||||||
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.0.7-1
|
||||||
|
- Rebuilt for MSVSphere 10
|
||||||
|
|
||||||
|
* Sat Dec 14 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.7-1
|
||||||
|
- Update to version 2.0.7; Fixes RHBZ#2330177
|
||||||
|
|
||||||
|
* Sun Dec 08 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-1
|
||||||
|
- Update to version 2.0.5; Fixes RHBZ#2330177
|
||||||
|
|
||||||
|
* Tue Nov 26 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
|
||||||
|
- Update to version 2.0.3; Fixes RHBZ#2323088
|
||||||
|
|
||||||
|
* Wed Nov 13 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.69-1
|
||||||
|
- Update to version 1.0.69
|
||||||
|
|
||||||
|
* Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.68-1
|
||||||
|
- Update to version 1.0.68
|
||||||
|
|
||||||
|
* Tue Oct 22 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.65-1
|
||||||
|
- Update to version 1.0.65; Fixes RHBZ#2321099
|
||||||
|
|
||||||
|
* Mon Oct 07 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.64-1
|
||||||
|
- Update to version 1.0.64; Fixes RHBZ#2314101
|
||||||
|
|
||||||
|
* Mon Jul 29 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.63-1
|
||||||
|
- Update to version 1.0.63; Fixes RHBZ#2297913
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.61-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 28 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.61-1
|
||||||
|
- Update to version 1.0.61; Fixes RHBZ#2281016
|
||||||
|
|
||||||
|
* Tue May 07 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.60-1
|
||||||
|
- Update to version 1.0.60; Fixes RHBZ#2279444
|
||||||
|
|
||||||
|
* Tue Apr 23 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.59-1
|
||||||
|
- Update to version 1.0.59; Fixes RHBZ#2276229
|
||||||
|
|
||||||
|
* Sat Apr 13 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.58-1
|
||||||
|
- Update to version 1.0.58; Fixes RHBZ#2269094
|
||||||
|
|
||||||
|
* Mon Feb 19 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.57-1
|
||||||
|
- Update to version 1.0.57; Fixes RHBZ#2263775
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.56-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 03 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.56-1
|
||||||
|
- Update to version 1.0.56; Fixes RHBZ#2256292
|
||||||
|
|
||||||
|
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.52-1
|
||||||
|
- Update to version 1.0.52; Fixes RHBZ#2254780
|
||||||
|
|
||||||
|
* Fri Oct 20 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.50-1
|
||||||
|
- Update to version 1.0.50; Fixes RHBZ#2245162
|
||||||
|
|
||||||
|
* Wed Sep 27 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.49-1
|
||||||
|
- Update to version 1.0.49; Fixes RHBZ#2240867
|
||||||
|
|
||||||
|
* Sun Sep 17 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.48-1
|
||||||
|
- Update to version 1.0.48; Fixes RHBZ#2237019
|
||||||
|
|
||||||
|
* Sun Aug 27 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.47-1
|
||||||
|
- Update to version 1.0.47; Fixes RHBZ#2232074
|
||||||
|
|
||||||
|
* Sat Jul 29 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.44-1
|
||||||
|
- Update to version 1.0.44; Fixes RHBZ#2224487
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.43-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 11 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.43-1
|
||||||
|
- Update to version 1.0.43; Fixes RHBZ#2219692
|
||||||
|
|
||||||
|
* Wed Mar 22 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.40-1
|
||||||
|
- Update to version 1.0.40; Fixes RHBZ#2179496
|
||||||
|
|
||||||
|
* Tue Mar 07 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.39-1
|
||||||
|
- Update to version 1.0.39; Fixes RHBZ#2175593
|
||||||
|
|
||||||
|
* Fri Feb 03 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.38-1
|
||||||
|
- Update to version 1.0.38; Fixes RHBZ#2154599
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.37-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 13 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.37-1
|
||||||
|
- Update to version 1.0.37; Fixes RHBZ#2126549
|
||||||
|
|
||||||
|
* Sat Sep 10 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.34-1
|
||||||
|
- Update to version 1.0.34; Fixes RHBZ#2124129
|
||||||
|
|
||||||
|
* Fri Aug 05 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.32-1
|
||||||
|
- Update to version 1.0.32; Fixes RHBZ#2114670
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.31-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri May 13 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.31-1
|
||||||
|
- Update to version 1.0.31; Fixes RHBZ#2080673
|
||||||
|
|
||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.30-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Nov 06 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.30-1
|
||||||
|
- Update to version 1.0.30; Fixes RHBZ#2012378
|
||||||
|
|
||||||
|
* Thu Sep 30 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.29-1
|
||||||
|
- Update to version 1.0.29; Fixes RHBZ#2001277
|
||||||
|
|
||||||
|
* Sun Aug 29 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.28-1
|
||||||
|
- Update to version 1.0.28; Fixes RHBZ#1998777
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.26-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 18 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.26-1
|
||||||
|
- Update to version 1.0.26; Fixes RHBZ#1978866
|
||||||
|
|
||||||
|
* Sun May 23 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.25-1
|
||||||
|
- Update to version 1.0.25.
|
||||||
|
|
||||||
|
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.24-1
|
||||||
|
- Update to version 1.0.24.
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.23-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Dec 27 10:22:45 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.23-1
|
||||||
|
- Update to 1.0.23 (Fixes: RHBZ#1911020)
|
||||||
|
|
||||||
|
* Wed Nov 4 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.22-1
|
||||||
|
- Update to version 1.0.22.
|
||||||
|
|
||||||
|
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.21-1
|
||||||
|
- Update to version 1.0.21.
|
||||||
|
|
||||||
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20-3
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 1.0.20-1
|
||||||
|
- Update to 1.0.20
|
||||||
|
|
||||||
|
* Fri May 22 2020 Josh Stone <jistone@redhat.com> - 1.0.19-1
|
||||||
|
- Update to 1.0.19
|
||||||
|
|
||||||
|
* Sat May 16 19:37:01 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.18-1
|
||||||
|
- Update to 1.0.18
|
||||||
|
|
||||||
|
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 1.0.17-1
|
||||||
|
- Update to 1.0.17
|
||||||
|
|
||||||
|
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 1.0.16-1
|
||||||
|
- Update to 1.0.16
|
||||||
|
|
||||||
|
* Wed Apr 15 2020 Josh Stone <jistone@redhat.com> - 1.0.15-1
|
||||||
|
- Update to 1.0.15
|
||||||
|
|
||||||
|
* Mon Mar 30 08:08:24 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.14-1
|
||||||
|
- Update to 1.0.14
|
||||||
|
|
||||||
|
* Mon Mar 23 18:50:24 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.13-1
|
||||||
|
- Update to 1.0.13
|
||||||
|
|
||||||
|
* Sat Mar 21 07:19:25 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.12-1
|
||||||
|
- Update to 1.0.12
|
||||||
|
|
||||||
|
* Fri Feb 14 20:25:18 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.11-1
|
||||||
|
- Initial package
|
||||||
|
|
||||||
|
## END: Generated by rpmautospec
|
@ -1,54 +0,0 @@
|
|||||||
* Sun May 23 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.25-1
|
|
||||||
- Update to version 1.0.25.
|
|
||||||
|
|
||||||
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.24-1
|
|
||||||
- Update to version 1.0.24.
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.23-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Dec 27 10:22:45 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.23-1
|
|
||||||
- Update to 1.0.23 (Fixes: RHBZ#1911020)
|
|
||||||
|
|
||||||
* Wed Nov 4 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.22-1
|
|
||||||
- Update to version 1.0.22.
|
|
||||||
|
|
||||||
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.21-1
|
|
||||||
- Update to version 1.0.21.
|
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20-3
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 1.0.20-1
|
|
||||||
- Update to 1.0.20
|
|
||||||
|
|
||||||
* Fri May 22 2020 Josh Stone <jistone@redhat.com> - 1.0.19-1
|
|
||||||
- Update to 1.0.19
|
|
||||||
|
|
||||||
* Sat May 16 19:37:01 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.18-1
|
|
||||||
- Update to 1.0.18
|
|
||||||
|
|
||||||
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 1.0.17-1
|
|
||||||
- Update to 1.0.17
|
|
||||||
|
|
||||||
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 1.0.16-1
|
|
||||||
- Update to 1.0.16
|
|
||||||
|
|
||||||
* Wed Apr 15 2020 Josh Stone <jistone@redhat.com> - 1.0.15-1
|
|
||||||
- Update to 1.0.15
|
|
||||||
|
|
||||||
* Mon Mar 30 08:08:24 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.14-1
|
|
||||||
- Update to 1.0.14
|
|
||||||
|
|
||||||
* Mon Mar 23 18:50:24 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.13-1
|
|
||||||
- Update to 1.0.13
|
|
||||||
|
|
||||||
* Sat Mar 21 07:19:25 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.12-1
|
|
||||||
- Update to 1.0.12
|
|
||||||
|
|
||||||
* Fri Feb 14 20:25:18 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.11-1
|
|
||||||
- Initial package
|
|
@ -1,68 +0,0 @@
|
|||||||
# Generated by rust2rpm 25
|
|
||||||
%bcond_without check
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
%global crate thiserror-impl
|
|
||||||
|
|
||||||
Name: rust-thiserror-impl
|
|
||||||
Version: 1.0.56
|
|
||||||
Release: %autorelease
|
|
||||||
Summary: Implementation detail of the thiserror crate
|
|
||||||
|
|
||||||
License: MIT OR Apache-2.0
|
|
||||||
URL: https://crates.io/crates/thiserror-impl
|
|
||||||
Source: %{crates_source}
|
|
||||||
|
|
||||||
BuildRequires: cargo-rpm-macros >= 24
|
|
||||||
|
|
||||||
%global _description %{expand:
|
|
||||||
Implementation detail of the `thiserror` crate.}
|
|
||||||
|
|
||||||
%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
|
|
||||||
%{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