Compare commits

...

No commits in common. 'i10ce' and 'i9ce' have entirely different histories.
i10ce ... i9ce

1
.gitignore vendored

@ -1 +0,0 @@
SOURCES/hex-literal-0.2.2.crate

@ -1 +0,0 @@
b0d0efb44c70bc1d500b2c1be9a112daaeeddc01 SOURCES/hex-literal-0.2.2.crate

Binary file not shown.

@ -1,33 +1,35 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.7.2) ## (rpmautospec version 0.3.0)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 7; release_number = 2;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1); print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hex-literal %global crate hex-literal
Name: rust-hex-literal0.2 Name: rust-%{crate}0.2
Version: 0.2.2 Version: 0.2.2
Release: %autorelease Release: %autorelease
Summary: Procedural macro for converting hexadecimal string to byte array at compile time Summary: Procedural macro for converting hexadecimal string to byte array at compile time
License: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/hex-literal URL: https://crates.io/crates/hex-literal
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Procedural macro for converting hexadecimal string to byte array at Procedural macro for converting hexadecimal string to byte array at compile
compile time.} time.}
%description %{_description} %description %{_description}
@ -41,9 +43,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license LICENSE-APACHE LICENSE-MIT
%license %{crate_instdir}/LICENSE-MIT %{cargo_registry}/%{crate}-%{version_no_tilde}/
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -55,7 +56,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -76,29 +77,13 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.2-7 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.2-2
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 9.3
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-4
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Feb 18 2022 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-1 * Fri Feb 18 2022 Fabio Valentini <decathorpe@gmail.com> 0.2.2-1
- Update to version 0.2.2 - Update to version 0.2.2
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4
@ -114,4 +99,3 @@ use the "default" feature of the "%{crate}" crate.
* Wed Oct 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.1-1 * Wed Oct 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.1-1
- Initial compat package for hex-literal 0.2 - Initial compat package for hex-literal 0.2
## END: Generated by rpmautospec

Loading…
Cancel
Save