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
%global debug_package %{nil}
%global crate version-sync
Name: rust-%{crate}
Name: rust-version-sync
Version: 0.9.4
Release: %autorelease
Summary: Simple crate for ensuring that version numbers in README files are updated
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/version-sync
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Crate for ensuring that version numbers in README files and other files are
kept in sync with the crate version.}
Crate for ensuring that version numbers in README files and other files
are kept in sync with the crate version.}
%description %{_description}
@ -34,9 +31,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc 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}
@ -48,7 +45,7 @@ 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
%package -n %{name}+contains_regex-devel
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.
%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
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.
%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
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.
%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
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.
%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
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.
%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
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.
%files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+semver-devel
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.
%files -n %{name}+semver-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+syn-devel
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.
%files -n %{name}+syn-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+toml-devel
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.
%files -n %{name}+toml-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+url-devel
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.
%files -n %{name}+url-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%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