Compare commits

..

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

2
.gitignore vendored

@ -1,5 +1,3 @@
/pathdiff-0.1.0.crate /pathdiff-0.1.0.crate
/pathdiff-0.2.0.crate /pathdiff-0.2.0.crate
/pathdiff-0.2.1.crate /pathdiff-0.2.1.crate
/pathdiff-0.2.2.crate
/pathdiff-0.2.3.crate

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

@ -1,20 +1,22 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 20
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pathdiff %global crate pathdiff
Name: rust-pathdiff Name: rust-%{crate}
Version: 0.2.3 Version: 0.2.1
Release: %autorelease Release: %autorelease
Summary: Library for diffing paths to obtain relative paths Summary: Library for diffing paths to obtain relative paths
# 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/pathdiff URL: https://crates.io/crates/pathdiff
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Library for diffing paths to obtain relative paths.} Library for diffing paths to obtain relative paths.}
@ -31,9 +33,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}
@ -45,7 +46,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
%package -n %{name}+camino-devel %package -n %{name}+camino-devel
Summary: %{summary} Summary: %{summary}
@ -57,10 +58,10 @@ This package contains library source intended for building other packages which
use the "camino" feature of the "%{crate}" crate. use the "camino" feature of the "%{crate}" crate.
%files -n %{name}+camino-devel %files -n %{name}+camino-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (pathdiff-0.2.3.crate) = 54938b311d4eeb49d1d7418d2ab7ffd19bd308c36419cf3ad3ae58785b971fbb2fd2d8f5907e0c47be7bf74ded98c62deeb90f509e6cb0edc6d3c1a69dce3bf7 SHA512 (pathdiff-0.2.1.crate) = a646f271ce81d5f6d4a8e0d98a2c802a8796a961cf8fe8177911e7757bdaecd8b156ff22046f1663a9efcd5fef1e6f000e5509d3949dbaeb494126b7e8a546b7

Loading…
Cancel
Save