Regenerate with rust2rpm v24

epel9
Fabio Valentini 1 year ago
parent a2a33abd12
commit 5c011ea532
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-version-sync
The rust-version-sync package

@ -1,26 +1,23 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate version-sync %global crate version-sync
Name: rust-%{crate} Name: rust-version-sync
Version: 0.9.4 Version: 0.9.4
Release: %autorelease Release: %autorelease
Summary: Simple crate for ensuring that version numbers in README files are updated Summary: Simple crate for ensuring that version numbers in README files are updated
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/version-sync URL: https://crates.io/crates/version-sync
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Crate for ensuring that version numbers in README files and other files are Crate for ensuring that version numbers in README files and other files
kept in sync with the crate version.} are kept in sync with the crate version.}
%description %{_description} %description %{_description}
@ -34,9 +31,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +45,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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+contains_regex-devel %package -n %{name}+contains_regex-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +57,7 @@ This package contains library source intended for building other packages which
use the "contains_regex" feature of the "%{crate}" crate. use the "contains_regex" feature of the "%{crate}" crate.
%files -n %{name}+contains_regex-devel %files -n %{name}+contains_regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+html_root_url_updated-devel %package -n %{name}+html_root_url_updated-devel
Summary: %{summary} Summary: %{summary}
@ -72,7 +69,7 @@ This package contains library source intended for building other packages which
use the "html_root_url_updated" feature of the "%{crate}" crate. use the "html_root_url_updated" feature of the "%{crate}" crate.
%files -n %{name}+html_root_url_updated-devel %files -n %{name}+html_root_url_updated-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+markdown_deps_updated-devel %package -n %{name}+markdown_deps_updated-devel
Summary: %{summary} Summary: %{summary}
@ -84,7 +81,7 @@ This package contains library source intended for building other packages which
use the "markdown_deps_updated" feature of the "%{crate}" crate. use the "markdown_deps_updated" feature of the "%{crate}" crate.
%files -n %{name}+markdown_deps_updated-devel %files -n %{name}+markdown_deps_updated-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+proc-macro2-devel %package -n %{name}+proc-macro2-devel
Summary: %{summary} Summary: %{summary}
@ -96,7 +93,7 @@ This package contains library source intended for building other packages which
use the "proc-macro2" feature of the "%{crate}" crate. use the "proc-macro2" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro2-devel %files -n %{name}+proc-macro2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pulldown-cmark-devel %package -n %{name}+pulldown-cmark-devel
Summary: %{summary} Summary: %{summary}
@ -108,7 +105,7 @@ This package contains library source intended for building other packages which
use the "pulldown-cmark" feature of the "%{crate}" crate. use the "pulldown-cmark" feature of the "%{crate}" crate.
%files -n %{name}+pulldown-cmark-devel %files -n %{name}+pulldown-cmark-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+regex-devel %package -n %{name}+regex-devel
Summary: %{summary} Summary: %{summary}
@ -120,7 +117,7 @@ This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate. use the "regex" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel %files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+semver-devel %package -n %{name}+semver-devel
Summary: %{summary} Summary: %{summary}
@ -132,7 +129,7 @@ This package contains library source intended for building other packages which
use the "semver" feature of the "%{crate}" crate. use the "semver" feature of the "%{crate}" crate.
%files -n %{name}+semver-devel %files -n %{name}+semver-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+syn-devel %package -n %{name}+syn-devel
Summary: %{summary} Summary: %{summary}
@ -144,7 +141,7 @@ This package contains library source intended for building other packages which
use the "syn" feature of the "%{crate}" crate. use the "syn" feature of the "%{crate}" crate.
%files -n %{name}+syn-devel %files -n %{name}+syn-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+toml-devel %package -n %{name}+toml-devel
Summary: %{summary} Summary: %{summary}
@ -156,7 +153,7 @@ This package contains library source intended for building other packages which
use the "toml" feature of the "%{crate}" crate. use the "toml" feature of the "%{crate}" crate.
%files -n %{name}+toml-devel %files -n %{name}+toml-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+url-devel %package -n %{name}+url-devel
Summary: %{summary} Summary: %{summary}
@ -168,7 +165,7 @@ This package contains library source intended for building other packages which
use the "url" feature of the "%{crate}" crate. use the "url" feature of the "%{crate}" crate.
%files -n %{name}+url-devel %files -n %{name}+url-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

@ -0,0 +1,2 @@
[DEFAULT]
summary = Simple crate for ensuring that version numbers in README files are updated
Loading…
Cancel
Save