Compare commits
No commits in common. 'i9ce' and 'epel9' have entirely different histories.
@ -1 +1,17 @@
|
|||||||
SOURCES/inventory-0.3.14.crate
|
/results_*/
|
||||||
|
/*.src.rpm
|
||||||
|
|
||||||
|
/inventory-0.1.10.crate
|
||||||
|
/inventory-0.1.11.crate
|
||||||
|
/inventory-0.2.2.crate
|
||||||
|
/inventory-0.2.3.crate
|
||||||
|
/inventory-0.3.3.crate
|
||||||
|
/inventory-0.3.4.crate
|
||||||
|
/inventory-0.3.5.crate
|
||||||
|
/inventory-0.3.6.crate
|
||||||
|
/inventory-0.3.8.crate
|
||||||
|
/inventory-0.3.9.crate
|
||||||
|
/inventory-0.3.11.crate
|
||||||
|
/inventory-0.3.12.crate
|
||||||
|
/inventory-0.3.13.crate
|
||||||
|
/inventory-0.3.14.crate
|
||||||
|
@ -1 +0,0 @@
|
|||||||
bbe947bd710a7ba1a9402fcc38a22d241f6deb50 SOURCES/inventory-0.3.14.crate
|
|
@ -1,141 +0,0 @@
|
|||||||
## 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 inventory
|
|
||||||
|
|
||||||
Name: rust-inventory
|
|
||||||
Version: 0.3.14
|
|
||||||
Release: %autorelease
|
|
||||||
Summary: Typed distributed plugin registration
|
|
||||||
|
|
||||||
License: MIT OR Apache-2.0
|
|
||||||
URL: https://crates.io/crates/inventory
|
|
||||||
Source: %{crates_source}
|
|
||||||
|
|
||||||
BuildRequires: cargo-rpm-macros >= 24
|
|
||||||
|
|
||||||
%global _description %{expand:
|
|
||||||
Typed distributed plugin registration.}
|
|
||||||
|
|
||||||
%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.3.14-1
|
|
||||||
- Rebuilt for MSVSphere 9.3
|
|
||||||
|
|
||||||
* Thu Dec 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.14-1
|
|
||||||
- Update to version 0.3.14; Fixes RHBZ#2255550
|
|
||||||
|
|
||||||
* Thu Nov 09 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.13-1
|
|
||||||
- Update to version 0.3.13; Fixes RHBZ#2247388
|
|
||||||
|
|
||||||
* Wed Aug 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.12-1
|
|
||||||
- Update to version 0.3.12; Fixes RHBZ#2235925
|
|
||||||
|
|
||||||
* Thu Jul 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.11-1
|
|
||||||
- Update to version 0.3.11; Fixes RHBZ#2224688
|
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.9-1
|
|
||||||
- Update to version 0.3.9; Fixes RHBZ#2223130
|
|
||||||
|
|
||||||
* Wed Jul 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
|
|
||||||
- Update to version 0.3.8; Fixes RHBZ#2219461
|
|
||||||
|
|
||||||
* Wed May 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
|
|
||||||
- Update to version 0.3.6; Fixes RHBZ#2204470
|
|
||||||
|
|
||||||
* Wed Apr 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.5-1
|
|
||||||
- Update to version 0.3.5; Fixes RHBZ#2181946
|
|
||||||
|
|
||||||
* Mon Mar 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-1
|
|
||||||
- Update to version 0.3.4; Fixes RHBZ#2175343
|
|
||||||
|
|
||||||
* Sat Jan 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.3-1
|
|
||||||
- Update to version 0.3.3; Fixes RHBZ#2102832
|
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed May 25 2022 Fabio Valentini <decathorpe@gmail.com> - 0.2.3-1
|
|
||||||
- Update to version 0.2.3; Fixes RHBZ#2078263
|
|
||||||
|
|
||||||
* Wed Apr 06 2022 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-1
|
|
||||||
- Update to version 0.2.2; Fixes RHBZ#2021704
|
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Nov 26 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.11-1
|
|
||||||
- Update to version 0.1.11
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
|
|
||||||
- Initial package
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
|||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
|
||||||
|
- Initial package
|
@ -0,0 +1,69 @@
|
|||||||
|
# Generated by rust2rpm 25
|
||||||
|
%bcond_without check
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
|
%global crate inventory
|
||||||
|
|
||||||
|
Name: rust-inventory
|
||||||
|
Version: 0.3.14
|
||||||
|
Release: %autorelease
|
||||||
|
Summary: Typed distributed plugin registration
|
||||||
|
|
||||||
|
License: MIT OR Apache-2.0
|
||||||
|
URL: https://crates.io/crates/inventory
|
||||||
|
Source: %{crates_source}
|
||||||
|
|
||||||
|
BuildRequires: cargo-rpm-macros >= 24
|
||||||
|
|
||||||
|
%global _description %{expand:
|
||||||
|
Typed distributed plugin registration.}
|
||||||
|
|
||||||
|
%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