Update to version 0.1.10; Fixes RHBZ#2107662

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/grep-searcher-0.1.6.crate /grep-searcher-0.1.6.crate
/grep-searcher-0.1.7.crate /grep-searcher-0.1.7.crate
/grep-searcher-0.1.8.crate /grep-searcher-0.1.8.crate
/grep-searcher-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-searcher %global crate grep-searcher
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.8 Version: 0.1.10
Release: %autorelease Release: %autorelease
Summary: Fast line oriented regex searching as a library Summary: Fast line oriented regex searching as a library
# 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-searcher URL: https://crates.io/crates/grep-searcher
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:
Fast line oriented regex searching as a library.} Fast line oriented regex searching as a library.}
@ -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-searcher-0.1.8.crate) = b3e7e0951f5188b4fa216bb62f5748e7bd9168ae081d9abc9bc5eb3080a396d55e21f17af4682b153e7531a42b1f58721c1751e29b1dddbf2b1897ff98cc9039 SHA512 (grep-searcher-0.1.10.crate) = c1e085e85cc20113c9c26750b31b0fcfb8a67b3340a379fb40154cea35ea42269f944ea539c0f8e1db372e64af1e8593b46dd2835b7ffd3fcced117c8af39b88

Loading…
Cancel
Save