Compare commits

...

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

4
.gitignore vendored

@ -1 +1,3 @@
SOURCES/iovec-0.1.4.crate /iovec-0.1.1.crate
/iovec-0.1.2.crate
/iovec-0.1.4.crate

@ -1 +0,0 @@
01f2b6e6cd1e9ec588f3383df924994fc3dfd24e SOURCES/iovec-0.1.4.crate

@ -0,0 +1,3 @@
# rust-iovec
The rust-iovec package

@ -1,9 +0,0 @@
--- iovec-0.1.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ iovec-0.1.4/Cargo.toml 2023-04-12T17:56:03.144703+00:00
@@ -22,5 +22,6 @@
categories = ["network-programming", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/carllerche/iovec"
+exclude = ["/appveyor.yml"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"

@ -1,33 +1,25 @@
## START: Set by rpmautospec # Generated by rust2rpm 10
## (rpmautospec version 0.7.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 14;
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
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate iovec %global crate iovec
Name: rust-iovec Name: rust-%{crate}
Version: 0.1.4 Version: 0.1.4
Release: %autorelease Release: 7%{?dist}
Summary: Portable buffer type for scatter/gather I/O operations Summary: Portable buffer type for scatter/gather I/O operations
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/iovec URL: https://crates.io/crates/iovec
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * exclude files that are only useful for upstream development
Patch: iovec-fix-metadata.diff
BuildRequires: rust-packaging >= 21 ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Portable buffer type for scatter/gather I/O operations.} Portable buffer type for scatter/gather I/O operations.}
@ -40,15 +32,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %doc README.md CHANGELOG.md
%doc %{crate_instdir}/CHANGELOG.md %{cargo_registry}/%{crate}-%{version}/
%doc %{crate_instdir}/README.md %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -56,11 +47,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "default" feature of the "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -81,25 +72,6 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.4-14
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Apr 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.4-11
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-7 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -153,5 +125,3 @@ use the "default" feature of the "%{crate}" crate.
* Fri Jun 16 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-1 * Fri Jun 16 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-1
- Initial package - Initial package
## END: Generated by rpmautospec

@ -0,0 +1 @@
SHA512 (iovec-0.1.4.crate) = e23fcaac239807daea20ddcf2cdd4fb858ba1aa970ce6248f70f0fba5bff7ebdb27247c0997ac0ff2791178f86ff9657e473d8f64b86c644763e5b3474edd158
Loading…
Cancel
Save