Compare commits
No commits in common. 'epel9' and 'i10ce' have entirely different histories.
@ -1,8 +1 @@
|
||||
/rend-0.3.1.crate
|
||||
/rend-0.3.2.crate
|
||||
/rend-0.3.3.crate
|
||||
/rend-0.3.4.crate
|
||||
/rend-0.3.5.crate
|
||||
/rend-0.3.6.crate
|
||||
/rend-0.4.0.crate
|
||||
/rend-0.4.1.crate
|
||||
SOURCES/rend-0.5.2.crate
|
||||
|
@ -0,0 +1 @@
|
||||
e6cc66757a98187ebe04087b314f6afbf9700d66 SOURCES/rend-0.5.2.crate
|
@ -0,0 +1,6 @@
|
||||
[features]
|
||||
hide = [
|
||||
"bytemuck-1",
|
||||
"zerocopy-0_8",
|
||||
]
|
||||
|
@ -0,0 +1,148 @@
|
||||
## 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 26
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate rend
|
||||
|
||||
Name: rust-rend
|
||||
Version: 0.5.2
|
||||
Release: %autorelease
|
||||
Summary: Cross-platform, endian-aware primitives for Rust
|
||||
|
||||
License: MIT
|
||||
URL: https://crates.io/crates/rend
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
%global _description %{expand:
|
||||
Cross-platform, endian-aware primitives for Rust.}
|
||||
|
||||
%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
|
||||
%doc %{crate_instdir}/example.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
|
||||
|
||||
%package -n %{name}+bytecheck-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+bytecheck-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "bytecheck" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+bytecheck-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
|
||||
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.5.2-1
|
||||
- Rebuilt for MSVSphere 10
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Sun Oct 20 2024 Fabio Valentini <decathorpe@gmail.com> - 0.5.2-1
|
||||
- Update to version 0.5.2; Fixes RHBZ#2317951
|
||||
|
||||
* Sun Sep 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-1
|
||||
- Update to version 0.5.1; Fixex RHBZ#2311421
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun Feb 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
|
||||
- Update to version 0.4.2; Fixes RHBZ#2247923
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Sep 24 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
|
||||
- Update to version 0.4.1; Fixes RHBZ#2240492
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Feb 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
|
||||
- Update to version 0.4.0; Fixes RHBZ#2122420
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sat Dec 18 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.3.6-1
|
||||
- Update to version 0.3.6; Fixes RHBZ#2033907
|
||||
|
||||
* Fri Dec 10 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.3.5-1
|
||||
- Update to version 0.3.5; Fixes RHBZ#2028957
|
||||
|
||||
* Tue Nov 30 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.3.4-1
|
||||
- Update to version 0.3.4; Fixes RHBZ#2026459
|
||||
|
||||
* Fri Nov 19 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.3.3-1
|
||||
- Update to version 0.3.3; Fixes RHBZ#2025052
|
||||
|
||||
* Mon Aug 16 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.3.2-1
|
||||
- Update to version 0.3.2; Fixes RHBZ#1990967
|
||||
|
||||
* Thu Aug 05 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.3.1-2
|
||||
- Deactivate test on s390x and armv7hl
|
||||
|
||||
* Thu Aug 05 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.3.1-1
|
||||
- Initial import; Fixes RHBZ#1980625
|
||||
## END: Generated by rpmautospec
|
@ -1,117 +0,0 @@
|
||||
# Generated by rust2rpm 24
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate rend
|
||||
|
||||
Name: rust-rend
|
||||
Version: 0.4.1
|
||||
Release: %autorelease
|
||||
Summary: Endian-aware primitives for Rust
|
||||
|
||||
License: MIT
|
||||
URL: https://crates.io/crates/rend
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: rust-packaging >= 21
|
||||
|
||||
%global _description %{expand:
|
||||
Endian-aware primitives for Rust.}
|
||||
|
||||
%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
|
||||
%doc %{crate_instdir}/crates-io.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
|
||||
|
||||
%package -n %{name}+bytecheck-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+bytecheck-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "bytecheck" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+bytecheck-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+bytemuck-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+bytemuck-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "bytemuck" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+bytemuck-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+std-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+std-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "std" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+std-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+validation-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+validation-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "validation" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+validation-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
|
Loading…
Reference in new issue