|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate regex
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.3.1
|
|
|
|
|
Version: 1.3.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Implementation of regular expressions for Rust
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/regex
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -43,7 +43,7 @@ which use "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
|
%doc README.md CHANGELOG.md HACKING.md PERFORMANCE.md UNICODE.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -55,7 +55,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+aho-corasick-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -67,7 +67,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "aho-corasick" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+aho-corasick-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+memchr-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -79,7 +79,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "memchr" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+memchr-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+pattern-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -91,7 +91,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "pattern" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+pattern-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+perf-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -103,7 +103,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "perf" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+perf-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+perf-cache-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -115,7 +115,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "perf-cache" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+perf-cache-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+perf-dfa-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -127,7 +127,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "perf-dfa" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+perf-dfa-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+perf-inline-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -139,7 +139,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "perf-inline" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+perf-inline-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+perf-literal-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -151,7 +151,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "perf-literal" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+perf-literal-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -163,7 +163,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+thread_local-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -175,7 +175,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "thread_local" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+thread_local-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -187,7 +187,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-age-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -199,7 +199,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode-age" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-age-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-bool-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -211,7 +211,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode-bool" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-bool-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-case-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -223,7 +223,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode-case" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-case-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-gencat-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -235,7 +235,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode-gencat" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-gencat-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-perl-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -247,7 +247,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode-perl" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-perl-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-script-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -259,7 +259,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode-script" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-script-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unicode-segment-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -271,7 +271,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unicode-segment" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unicode-segment-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unstable-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -283,7 +283,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "unstable" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unstable-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+use_std-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -295,7 +295,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "use_std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+use_std-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
@ -316,6 +316,9 @@ which use "use_std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.3.2-1
|
|
|
|
|
- Update to 1.3.2
|
|
|
|
|
|
|
|
|
|
* Fri Sep 13 21:47:27 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.1-1
|
|
|
|
|
- Update to 1.3.1
|
|
|
|
|
- Bump quickcheck to 0.9
|
|
|
|
|