|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate globset
|
|
|
|
%global crate globset
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-globset
|
|
|
|
Name: rust-globset
|
|
|
|
Version: 0.4.13
|
|
|
|
Version: 0.4.14
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Cross platform single glob and glob set matching
|
|
|
|
Summary: Cross platform single glob and glob set matching
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ License: Unlicense OR MIT
|
|
|
|
URL: https://crates.io/crates/globset
|
|
|
|
URL: https://crates.io/crates/globset
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Cross platform single glob and glob set matching. Glob set matching is
|
|
|
|
Cross platform single glob and glob set matching. Glob set matching is
|
|
|
@ -100,7 +100,7 @@ use the "simd-accel" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|