Blame rust-unic-ucd-segment.spec

90329ad
# Generated by rust2rpm 10
90329ad
%bcond_without check
0737236
%global debug_package %{nil}
0737236
0737236
%global crate unic-ucd-segment
0737236
0737236
Name:           rust-%{crate}
0737236
Version:        0.9.0
313036a
Release:        5%{?dist}
0737236
Summary:        UNIC — Unicode Character Database — Segmentation Properties
0737236
0737236
# Upstream license specification: MIT/Apache-2.0
0737236
# https://github.com/open-i18n/rust-unic/issues/267
0737236
License:        MIT or ASL 2.0
0737236
URL:            https://crates.io/crates/unic-ucd-segment
0737236
Source:         %{crates_source}
0737236
0737236
ExclusiveArch:  %{rust_arches}
90329ad
%if %{__cargo_skip_build}
90329ad
BuildArch:      noarch
90329ad
%endif
0737236
0737236
BuildRequires:  rust-packaging
0737236
0737236
%global _description %{expand:
0737236
UNIC — Unicode Character Database — Segmentation Properties.}
0737236
0737236
%description %{_description}
0737236
0737236
%package        devel
0737236
Summary:        %{summary}
0737236
BuildArch:      noarch
0737236
0737236
%description    devel %{_description}
0737236
0737236
This package contains library source intended for building other packages
0737236
which use "%{crate}" crate.
0737236
0737236
%files          devel
0737236
%{cargo_registry}/%{crate}-%{version}/
0737236
0737236
%package     -n %{name}+default-devel
0737236
Summary:        %{summary}
0737236
BuildArch:      noarch
0737236
0737236
%description -n %{name}+default-devel %{_description}
0737236
0737236
This package contains library source intended for building other packages
0737236
which use "default" feature of "%{crate}" crate.
0737236
0737236
%files       -n %{name}+default-devel
0737236
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
0737236
0737236
%prep
0737236
%autosetup -n %{crate}-%{version_no_tilde} -p1
0737236
%cargo_prep
0737236
90329ad
%generate_buildrequires
90329ad
%cargo_generate_buildrequires
90329ad
0737236
%build
0737236
%cargo_build
0737236
0737236
%install
0737236
%cargo_install
0737236
0737236
%if %{with check}
0737236
%check
0737236
%cargo_test
0737236
%endif
0737236
0737236
%changelog
313036a
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
313036a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
313036a
a9247bd
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
a9247bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a9247bd
e9fccba
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
e9fccba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e9fccba
90329ad
* Sat Jun 22 23:14:34 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-2
90329ad
- Regenerate
90329ad
0737236
* Fri May 31 13:32:22 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
0737236
- Initial package