Update to version 0.1.6; Fixes RHBZ#2158500

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/grep-matcher-0.1.3.crate /grep-matcher-0.1.3.crate
/grep-matcher-0.1.4.crate /grep-matcher-0.1.4.crate
/grep-matcher-0.1.5.crate /grep-matcher-0.1.5.crate
/grep-matcher-0.1.6.crate

@ -1,3 +0,0 @@
# rust-grep-matcher
The rust-grep-matcher package

@ -1,28 +1,22 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate grep-matcher %global crate grep-matcher
Name: rust-%{crate} Name: rust-grep-matcher
Version: 0.1.5 Version: 0.1.6
Release: %autorelease Release: %autorelease
Summary: Trait for regular expressions, with a focus on line oriented search Summary: Trait for regular expressions, with a focus on line oriented search
# Upstream license specification: Unlicense/MIT License: Unlicense OR MIT
License: Unlicense or MIT
URL: https://crates.io/crates/grep-matcher URL: https://crates.io/crates/grep-matcher
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:
Trait for regular expressions, with a focus on line oriented search.} A trait for regular expressions, with a focus on line oriented search.}
%description %{_description} %description %{_description}
@ -32,13 +26,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 UNLICENSE LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc README.md %license %{crate_instdir}/UNLICENSE
%{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 +41,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 (grep-matcher-0.1.5.crate) = 7f7bd34a5ff1576131b97e3126fdeb8ca0836f566a18524cf225d36fad3a74e74e6f20e252361e67df133619a628b10cd8170a7ba80747a56b47a86972c45133 SHA512 (grep-matcher-0.1.6.crate) = d47975b56e651f72ce59f0e0e86f73f126a4c9a2eb7a597c4b0a5de8e3cde6c7f44492a6b42560677ce4aeb6cd853934409910a1d0e00c0bda54f0b2ca66e882

Loading…
Cancel
Save