Compare commits

...

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

14
.gitignore vendored

@ -1,13 +1 @@
/scroll_derive-0.8.0.crate
/scroll_derive-0.8.1.crate
/scroll_derive-0.9.1.crate
/scroll_derive-0.9.2.crate
/scroll_derive-0.9.3.crate
/scroll_derive-0.9.4.crate
/scroll_derive-0.9.5.crate
/scroll_derive-0.10.1.crate
/scroll_derive-0.10.2.crate
/scroll_derive-0.10.4.crate
/scroll_derive-0.10.5.crate
/scroll_derive-0.11.0.crate
/scroll_derive-0.11.1.crate
SOURCES/scroll_derive-0.11.1.crate

@ -0,0 +1 @@
b7a720abc40140ca06f28eba1ff044da9926a982 SOURCES/scroll_derive-0.11.1.crate

@ -1,3 +1,94 @@
## 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 24
# * resolve dependency loop with scroll
%bcond_with check
%global debug_package %{nil}
%global crate scroll_derive
Name: rust-scroll_derive
Version: 0.11.1
Release: %autorelease
Summary: Derive implementation for scroll::Pread and scroll::Pwrite traits
License: MIT
URL: https://crates.io/crates/scroll_derive
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A macros 1.1 derive implementation for Pread and Pwrite traits from the
scroll 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
%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_no_tilde} -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.11.1-1
- Rebuilt for MSVSphere 9.3
* Fri Jun 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.11.1-1
- Update to version 0.11.1; Fixes RHBZ#2216047
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Jul 24 2022 Fabio Valentini <decathorpe@gmail.com> - 0.11.0-1
- Update to version 0.11.0; Fixes RHBZ#2036528
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -83,3 +174,4 @@
* Sun Dec 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Initial package

@ -1,70 +0,0 @@
# Generated by rust2rpm 24
# * resolve dependency loop with scroll
%bcond_with check
%global debug_package %{nil}
%global crate scroll_derive
Name: rust-scroll_derive
Version: 0.11.1
Release: %autorelease
Summary: Derive implementation for scroll::Pread and scroll::Pwrite traits
License: MIT
URL: https://crates.io/crates/scroll_derive
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A macros 1.1 derive implementation for Pread and Pwrite traits from the
scroll 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
%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_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (scroll_derive-0.11.1.crate) = 731bc93c5dd10b9a40d0f5cce5233ed7df3cba386b5d6f769a63abafbb4a856a9222b60f44a5c8a3565711ccf0240710a64a620f257ec836516f8c65583ffae9
Loading…
Cancel
Save