Adapt to new packaging

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 129be91d9c
commit 68369b8fb4
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,5 +1,5 @@
# Generated by rust2rpm # Generated by rust2rpm
# Tests are run in infrastructure # * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.2 Version: 0.4.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Single glob and glob set matching Summary: Single glob and glob set matching
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -18,31 +18,59 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] BuildRequires: (crate(aho-corasick/default) >= 0.6.8 with crate(aho-corasick/default) < 0.7.0)
BuildRequires: (crate(aho-corasick) >= 0.6.8 with crate(aho-corasick) < 0.7.0) BuildRequires: (crate(fnv/default) >= 1.0.6 with crate(fnv/default) < 2.0.0)
BuildRequires: (crate(fnv) >= 1.0.6 with crate(fnv) < 2.0.0) BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
BuildRequires: (crate(log) >= 0.4.5 with crate(log) < 0.5.0) BuildRequires: (crate(memchr/default) >= 2.0.2 with crate(memchr/default) < 3.0.0)
BuildRequires: (crate(memchr) >= 2.0.2 with crate(memchr) < 3.0.0) BuildRequires: (crate(regex/default) >= 1.0.5 with crate(regex/default) < 2.0.0)
BuildRequires: (crate(regex) >= 1.0.5 with crate(regex) < 2.0.0)
%if %{with check} %if %{with check}
# [dev-dependencies] BuildRequires: (crate(glob/default) >= 0.2.11 with crate(glob/default) < 0.3.0)
BuildRequires: (crate(glob) >= 0.2.11 with crate(glob) < 0.3.0)
%endif %endif
%description %global _description \
%{summary}. Cross platform single glob and glob set matching. Glob set matching is the\
process of matching one or more glob patterns against a single candidate path\
simultaneously, and returning all of the globs that matched.
%description %{_description}
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description devel %description devel %{_description}
Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path This package contains library source intended for building other packages
simultaneously, and returning all of the globs that matched. which use "%{crate}" crate.
%files devel
%license COPYING UNLICENSE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%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 use %{crate} from crates.io. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+simd-accel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-accel-devel %{_description}
This package contains library source intended for building other packages
which use "simd-accel" feature of "%{crate}" crate.
%files -n %{name}+simd-accel-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
@ -59,12 +87,10 @@ which use %{crate} from crates.io.
%cargo_test %cargo_test
%endif %endif
%files devel
%license COPYING UNLICENSE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-2
- Adapt to new packaging
* Fri Sep 07 2018 Josh Stone <jistone@redhat.com> - 0.4.2-1 * Fri Sep 07 2018 Josh Stone <jistone@redhat.com> - 0.4.2-1
- Update to 0.4.2 - Update to 0.4.2

Loading…
Cancel
Save