Update to version 0.1.10; Fixes RHBZ#2162895

epel9 imports/e9/rust-matches-0.1.10-1.el9
Fabio Valentini 2 years ago
parent f6d113e98b
commit ab71956b60
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/matches-0.1.7.crate /matches-0.1.7.crate
/matches-0.1.8.crate /matches-0.1.8.crate
/matches-0.1.9.crate /matches-0.1.9.crate
/matches-0.1.10.crate

@ -1,25 +1,19 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate matches %global crate matches
Name: rust-%{crate} Name: rust-matches
Version: 0.1.9 Version: 0.1.10
Release: %autorelease Release: %autorelease
Summary: Macro to evaluate, as a boolean, whether an expression matches a pattern Summary: Macro to evaluate, as a boolean, whether an expression matches a pattern
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/matches URL: https://crates.io/crates/matches
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Macro to evaluate, as a boolean, whether an expression matches a pattern.} Macro to evaluate, as a boolean, whether an expression matches a pattern.}
@ -32,12 +26,13 @@ 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 %license %{crate_instdir}/LICENSE
%{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}
@ -45,11 +40,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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 SHA512 (matches-0.1.10.crate) = 2248c6192238a8eda2dc389a5c27357555607b726d195c36c4cf647f793a4a9e17ecdf5145b5a4d8fe6eba7f9b23c7b2db1cbd553f5610d25976e3709bc2fe4d

Loading…
Cancel
Save