Blame rust-unic-char-range.spec

ab6a513
# Generated by rust2rpm 10
ab6a513
%bcond_without check
f24c7bc
%global debug_package %{nil}
f24c7bc
f24c7bc
%global crate unic-char-range
f24c7bc
f24c7bc
Name:           rust-%{crate}
f24c7bc
Version:        0.9.0
3d30d0d
Release:        5%{?dist}
f24c7bc
Summary:        UNIC — Unicode Character Tools — Character Range and Iteration
f24c7bc
f24c7bc
# Upstream license specification: MIT/Apache-2.0
f24c7bc
# https://github.com/open-i18n/rust-unic/issues/267
f24c7bc
License:        MIT or ASL 2.0
f24c7bc
URL:            https://crates.io/crates/unic-char-range
f24c7bc
Source:         %{crates_source}
f24c7bc
f24c7bc
ExclusiveArch:  %{rust_arches}
ab6a513
%if %{__cargo_skip_build}
ab6a513
BuildArch:      noarch
ab6a513
%endif
f24c7bc
f24c7bc
BuildRequires:  rust-packaging
f24c7bc
f24c7bc
%global _description %{expand:
f24c7bc
UNIC — Unicode Character Tools — Character Range and Iteration.}
f24c7bc
f24c7bc
%description %{_description}
f24c7bc
f24c7bc
%package        devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description    devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "%{crate}" crate.
f24c7bc
f24c7bc
%files          devel
f24c7bc
%{cargo_registry}/%{crate}-%{version}/
f24c7bc
f24c7bc
%package     -n %{name}+default-devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description -n %{name}+default-devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "default" feature of "%{crate}" crate.
f24c7bc
f24c7bc
%files       -n %{name}+default-devel
f24c7bc
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
f24c7bc
f24c7bc
%package     -n %{name}+exact-size-is-empty-devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description -n %{name}+exact-size-is-empty-devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "exact-size-is-empty" feature of "%{crate}" crate.
f24c7bc
f24c7bc
%files       -n %{name}+exact-size-is-empty-devel
f24c7bc
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
f24c7bc
f24c7bc
%package     -n %{name}+fused-devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description -n %{name}+fused-devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "fused" feature of "%{crate}" crate.
f24c7bc
f24c7bc
%files       -n %{name}+fused-devel
f24c7bc
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
f24c7bc
f24c7bc
%package     -n %{name}+rayon-devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description -n %{name}+rayon-devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "rayon" feature of "%{crate}" crate.
f24c7bc
f24c7bc
%files       -n %{name}+rayon-devel
f24c7bc
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
f24c7bc
f24c7bc
%package     -n %{name}+std-devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description -n %{name}+std-devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "std" feature of "%{crate}" crate.
f24c7bc
f24c7bc
%files       -n %{name}+std-devel
f24c7bc
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
f24c7bc
f24c7bc
%package     -n %{name}+trusted-len-devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description -n %{name}+trusted-len-devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "trusted-len" feature of "%{crate}" crate.
f24c7bc
f24c7bc
%files       -n %{name}+trusted-len-devel
f24c7bc
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
f24c7bc
f24c7bc
%package     -n %{name}+unstable-devel
f24c7bc
Summary:        %{summary}
f24c7bc
BuildArch:      noarch
f24c7bc
f24c7bc
%description -n %{name}+unstable-devel %{_description}
f24c7bc
f24c7bc
This package contains library source intended for building other packages
f24c7bc
which use "unstable" feature of "%{crate}" crate.
f24c7bc
f24c7bc
%files       -n %{name}+unstable-devel
f24c7bc
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
f24c7bc
f24c7bc
%prep
f24c7bc
%autosetup -n %{crate}-%{version_no_tilde} -p1
f24c7bc
%cargo_prep
f24c7bc
ab6a513
%generate_buildrequires
ab6a513
%cargo_generate_buildrequires
ab6a513
f24c7bc
%build
f24c7bc
%cargo_build
f24c7bc
f24c7bc
%install
f24c7bc
%cargo_install
f24c7bc
f24c7bc
%if %{with check}
f24c7bc
%check
f24c7bc
%cargo_test
f24c7bc
%endif
f24c7bc
f24c7bc
%changelog
3d30d0d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
3d30d0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3d30d0d
951c1f7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
951c1f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
951c1f7
ae904bf
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
ae904bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ae904bf
ab6a513
* Sun Jun 23 11:29:56 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-2
ab6a513
- Regenerate
ab6a513
f24c7bc
* Fri May 31 11:36:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
f24c7bc
- Initial package