Compare commits

..

5 Commits

Author SHA1 Message Date
Fedora Release Engineering bed73c932b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering 01c4717572 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering baadf1cef3 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 19e17ba74a
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering ae4a2abb77 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -1,3 +0,0 @@
# rust-same-file
The rust-same-file package

@ -1,31 +1,26 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate same-file %global crate same-file
Name: rust-%{crate} Name: rust-same-file
Version: 1.0.6 Version: 1.0.6
Release: %autorelease Release: %autorelease
Summary: Simple crate for determining whether two file paths point to the same file Summary: Simple crate for determining whether two file paths point to the same file
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense OR MIT
URL: https://crates.io/crates/same-file URL: https://crates.io/crates/same-file
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * No windows Patch: same-file-fix-metadata-auto.diff
Patch0: same-file-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Simple crate for determining whether two file paths point to the same file.} A simple crate for determining whether two file paths point to the same
file.}
%description %{_description} %description %{_description}
@ -36,12 +31,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 which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license COPYING LICENSE-MIT UNLICENSE %license %{crate_instdir}/COPYING
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/UNLICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,10 +47,10 @@ 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 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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1,5 +1,5 @@
--- same-file-1.0.6/Cargo.toml 2020-01-11T17:02:30+00:00 --- same-file-1.0.6/Cargo.toml 2020-01-11T17:02:30+00:00
+++ same-file-1.0.6/Cargo.toml 2020-01-15T07:05:02.768147+00:00 +++ same-file-1.0.6/Cargo.toml 2023-05-25T18:13:37.729141+00:00
@@ -25,5 +25,3 @@ @@ -25,5 +25,3 @@
repository = "https://github.com/BurntSushi/same-file" repository = "https://github.com/BurntSushi/same-file"
[dev-dependencies.doc-comment] [dev-dependencies.doc-comment]
Loading…
Cancel
Save