Update to version 0.1.10; Fixes RHBZ#2107663

epel9
Fabio Valentini 3 years ago
parent 5a3c6e9985
commit 227b246c99
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/grep-regex-0.1.7.crate /grep-regex-0.1.7.crate
/grep-regex-0.1.8.crate /grep-regex-0.1.8.crate
/grep-regex-0.1.9.crate /grep-regex-0.1.9.crate
/grep-regex-0.1.10.crate

@ -1,25 +1,22 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate grep-regex %global crate grep-regex
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.9 Version: 0.1.10
Release: %autorelease Release: %autorelease
Summary: Use Rust's regex library with the 'grep' crate Summary: Use Rust's regex library with the 'grep' crate
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense OR MIT
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/grep-regex URL: https://crates.io/crates/grep-regex
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:
Use Rust's regex library with the 'grep' crate.} Use Rust's regex library with the 'grep' crate.}
@ -32,13 +29,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 +44,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-regex-0.1.9.crate) = 02bcd610ff84a877808dd8b608e04b85971d435ab615ff7f0bfb4eb4fc40196c3e9a0f7eac920002947fb44414c84c2559d1a443b39dc57629a6cd28a065a1f6 SHA512 (grep-regex-0.1.10.crate) = b6059125fa00585a2daa2ce8f6b252679c1ff7598924db4a44d996bdeea3a0b85e382eecbc84e45c948550755e02b53ab73532f858216327a0a39f9f9fd66fd6

Loading…
Cancel
Save