Regenerate with rust2rpm v24

epel9 imports/e9/rust-confy-0.4.0-7.el9
Fabio Valentini 2 years ago
parent 6a010de3a1
commit 0b0d0d0c48
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

@ -1,5 +1,5 @@
--- confy-0.4.0/Cargo.toml 2020-03-13T13:15:45+00:00
+++ confy-0.4.0/Cargo.toml 2021-02-27T05:20:45.131878+00:00
+++ confy-0.4.0/Cargo.toml 2023-05-20T14:50:22.491887+00:00
@@ -23,7 +23,7 @@
[[example]]
name = "simple"

@ -1,28 +1,23 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate confy
Name: rust-%{crate}
Name: rust-confy
Version: 0.4.0
Release: %autorelease
Summary: Boilerplate-free configuration management
# Upstream license specification: MIT/X11 OR Apache-2.0
License: MIT or MIT or ASL 2.0
License: MIT OR X11 OR Apache-2.0
URL: https://crates.io/crates/confy
Source: %{crates_source}
# Initial patched metadata
# Bump directories to 3.0
Patch0: confy-fix-metadata.diff
# Manually created patch for downstream crate metadata changes
# * bump directories dependency from ^2 to ^3
Patch: confy-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Boilerplate-free configuration management.}
@ -35,13 +30,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc examples README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -49,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

Loading…
Cancel
Save