Blame rust-ucd-util.spec

4f38177
# Generated by rust2rpm 13
50c1bc6
%bcond_without check
f64605c
%global debug_package %{nil}
f64605c
f64605c
%global crate ucd-util
f64605c
f64605c
Name:           rust-%{crate}
7cad2b4
Version:        0.1.8
0191ec3
Release:        2%{?dist}
f64605c
Summary:        Small utility library for working with the Unicode character database
f64605c
27620e6
# Upstream license specification: MIT/Apache-2.0
f64605c
License:        MIT or ASL 2.0
f64605c
URL:            https://crates.io/crates/ucd-util
50c1bc6
Source:         %{crates_source}
f64605c
f64605c
ExclusiveArch:  %{rust_arches}
50c1bc6
%if %{__cargo_skip_build}
50c1bc6
BuildArch:      noarch
50c1bc6
%endif
f64605c
f64605c
BuildRequires:  rust-packaging
f64605c
50c1bc6
%global _description %{expand:
50c1bc6
Small utility library for working with the Unicode character database.}
27620e6
27620e6
%description %{_description}
f64605c
f64605c
%package        devel
f64605c
Summary:        %{summary}
f64605c
BuildArch:      noarch
f64605c
27620e6
%description    devel %{_description}
f64605c
f64605c
This package contains library source intended for building other packages
27620e6
which use "%{crate}" crate.
27620e6
27620e6
%files          devel
5a5d8fa
%license LICENSE-MIT LICENSE-APACHE LICENSE-UNICODE
27620e6
%doc README.md
4f38177
%{cargo_registry}/%{crate}-%{version_no_tilde}/
27620e6
27620e6
%package     -n %{name}+default-devel
27620e6
Summary:        %{summary}
27620e6
BuildArch:      noarch
27620e6
27620e6
%description -n %{name}+default-devel %{_description}
27620e6
27620e6
This package contains library source intended for building other packages
27620e6
which use "default" feature of "%{crate}" crate.
27620e6
27620e6
%files       -n %{name}+default-devel
4f38177
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
f64605c
f64605c
%prep
50c1bc6
%autosetup -n %{crate}-%{version_no_tilde} -p1
f64605c
%cargo_prep
f64605c
81f4887
%generate_buildrequires
81f4887
%cargo_generate_buildrequires
81f4887
f64605c
%build
f64605c
%cargo_build
f64605c
f64605c
%install
f64605c
%cargo_install
f64605c
f64605c
%if %{with check}
f64605c
%check
f64605c
%cargo_test
f64605c
%endif
f64605c
f64605c
%changelog
0191ec3
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
0191ec3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0191ec3
7cad2b4
* Fri Mar 13 2020 Josh Stone <jistone@redhat.com> - 0.1.8-1
7cad2b4
- Update to 0.1.8
7cad2b4
942ee25
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
942ee25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
942ee25
e217b63
* Fri Jan 17 2020 Josh Stone <jistone@redhat.com> - 0.1.7-1
e217b63
- Update to 0.1.7
e217b63
4f38177
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.1.6-1
4f38177
- Update to 0.1.6
4f38177
c4825b9
* Sun Jul 28 18:14:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-1
c4825b9
- Update to 0.1.5
c4825b9
852cb3f
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-5
852cb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
852cb3f
81f4887
* Thu Jun 20 09:37:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.3-4
81f4887
- Regenerate
81f4887
50c1bc6
* Sun Jun 09 11:05:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.3-3
50c1bc6
- Regenerate
50c1bc6
b1e81c7
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
b1e81c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b1e81c7
5a5d8fa
* Fri Nov 16 2018 Josh Stone <jistone@redhat.com> - 0.1.3-1
5a5d8fa
- Update to 0.1.3
5a5d8fa
1ff824a
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.1.2-1
1ff824a
- Update to 0.1.2
1ff824a
27620e6
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-4
27620e6
- Adapt to new packaging
27620e6
659776f
* Sun Oct 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-3
659776f
- Run tests in infrastructure
659776f
301aa0b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
301aa0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
301aa0b
f64605c
* Wed Mar 07 2018 Josh Stone <jistone@redhat.com> - 0.1.1-1
f64605c
- Initial package