Merge branch 'rawhide' into epel9

epel9
Fabio Valentini 2 years ago
commit ae8ee79375
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

7
.gitignore vendored

@ -21,3 +21,10 @@
/quote-1.0.8.crate /quote-1.0.8.crate
/quote-1.0.9.crate /quote-1.0.9.crate
/quote-1.0.10.crate /quote-1.0.10.crate
/quote-1.0.14.crate
/quote-1.0.15.crate
/quote-1.0.16.crate
/quote-1.0.17.crate
/quote-1.0.18.crate
/quote-1.0.20.crate
/quote-1.0.21.crate

@ -1,25 +1,21 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate quote %global crate quote
Name: rust-%{crate} Name: rust-quote
Version: 1.0.10 Version: 1.0.21
Release: %autorelease Release: %autorelease
Summary: Quasi-quoting macro quote!(...) Summary: Quasi-quoting macro quote!(...)
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/quote URL: https://crates.io/crates/quote
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Quasi-quoting macro quote!(...).} Quasi-quoting macro quote!(...).}
@ -32,13 +28,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,11 +43,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{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}+proc-macro-devel %package -n %{name}+proc-macro-devel
Summary: %{summary} Summary: %{summary}
@ -58,11 +55,11 @@ BuildArch: noarch
%description -n %{name}+proc-macro-devel %{_description} %description -n %{name}+proc-macro-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "proc-macro" feature of "%{crate}" crate. use the "proc-macro" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-devel %files -n %{name}+proc-macro-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 +1 @@
SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 SHA512 (quote-1.0.21.crate) = 0728eb4df7e1f7c4d32ab08c901c2c969db8eb46b03bcec3e4956a4f6b360939d32abc6b6ebd7a31058e8e9b69c3d995a24cb484f93656f05b4ee963be1c74fc

Loading…
Cancel
Save