Compare commits

...

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

3
.gitignore vendored

@ -1 +1,2 @@
SOURCES/dirs-sys-next-0.1.2.crate /dirs-sys-next-0.1.1.crate
/dirs-sys-next-0.1.2.crate

@ -1 +0,0 @@
2f16b8861f60110aee0990566c92e23ce88d5db2 SOURCES/dirs-sys-next-0.1.2.crate

@ -0,0 +1,3 @@
# rust-dirs-sys-next
The rust-dirs-sys-next package

@ -1,5 +1,5 @@
--- dirs-sys-next-0.1.2/Cargo.toml 2021-01-09T05:59:37+00:00 --- dirs-sys-next-0.1.2/Cargo.toml 2021-01-09T05:59:37+00:00
+++ dirs-sys-next-0.1.2/Cargo.toml 2023-05-18T14:16:58.829012+00:00 +++ dirs-sys-next-0.1.2/Cargo.toml 2021-01-09T19:08:41.388819+00:00
@@ -20,13 +20,7 @@ @@ -20,13 +20,7 @@
readme = "README.md" readme = "README.md"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

@ -1,31 +1,28 @@
## START: Set by rpmautospec # Generated by rust2rpm 16
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 11;
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 dirs-sys-next %global crate dirs-sys-next
Name: rust-dirs-sys-next Name: rust-%{crate}
Version: 0.1.2 Version: 0.1.2
Release: %autorelease Release: 5%{?dist}
Summary: System-level helper functions for the dirs and directories crates Summary: System-level helper functions for the dirs and directories crates
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/dirs-sys-next URL: https://crates.io/crates/dirs-sys-next
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Initial patched metadata
Patch: dirs-sys-next-fix-metadata-auto.diff # * No windows/redox
Patch0: dirs-sys-next-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:
System-level helper functions for the dirs and directories crates.} System-level helper functions for the dirs and directories crates.}
@ -38,15 +35,13 @@ 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_no_tilde}/
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -54,11 +49,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_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -79,25 +74,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.2-11
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu May 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-8
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -116,5 +92,3 @@ use the "default" feature of the "%{crate}" crate.
* Sun Dec 27 11:08:23 CET 2020 Igor Raits <igor.raits@gmail.com> - 0.1.1-1 * Sun Dec 27 11:08:23 CET 2020 Igor Raits <igor.raits@gmail.com> - 0.1.1-1
- Initial package (Closes: RHBZ#1911048) - Initial package (Closes: RHBZ#1911048)
## END: Generated by rpmautospec

@ -0,0 +1 @@
SHA512 (dirs-sys-next-0.1.2.crate) = b3c40a8e93d4f9f4a890718076e14779aedd67a79da61b466788268c1eaea19aa493f043a7e410f5023a23d5509e639a6fc6681fbee30e252a601091cfffa2d5
Loading…
Cancel
Save