|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%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.9
|
|
|
|
Version: 0.4.10
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Cross platform single glob and glob set matching
|
|
|
|
Summary: Cross platform single glob and glob set matching
|
|
|
|
|
|
|
|
|
|
|
@ -13,14 +13,13 @@ License: Unlicense OR MIT
|
|
|
|
URL: https://crates.io/crates/globset
|
|
|
|
URL: https://crates.io/crates/globset
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Cross platform single glob and glob set matching. Glob set matching is the
|
|
|
|
Cross platform single glob and glob set matching. Glob set matching is
|
|
|
|
process of matching one or more glob patterns against a single candidate path
|
|
|
|
the process of matching one or more glob patterns against a single
|
|
|
|
simultaneously, and returning all of the globs that matched.}
|
|
|
|
candidate path simultaneously, and returning all of the globs that
|
|
|
|
|
|
|
|
matched.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|