Blame rust-png.spec

4959d67
# Generated by rust2rpm 16
234f4ac
# * glium is not packaged
4bd0453
%bcond_with check
4bd0453
%global debug_package %{nil}
4bd0453
4bd0453
%global crate png
4bd0453
4bd0453
Name:           rust-%{crate}
4959d67
Version:        0.16.8
4959d67
Release:        1%{?dist}
4bd0453
Summary:        PNG decoding and encoding library in pure Rust
4bd0453
3325e50
# Upstream license specification: MIT OR Apache-2.0
4bd0453
License:        MIT or ASL 2.0
4bd0453
URL:            https://crates.io/crates/png
4bd0453
Source:         %{crates_source}
4bd0453
4bd0453
ExclusiveArch:  %{rust_arches}
234f4ac
%if %{__cargo_skip_build}
234f4ac
BuildArch:      noarch
234f4ac
%endif
4bd0453
4bd0453
BuildRequires:  rust-packaging
4bd0453
234f4ac
%global _description %{expand:
234f4ac
PNG decoding and encoding library in pure Rust.}
4bd0453
4bd0453
%description %{_description}
4bd0453
4bd0453
%package        devel
4bd0453
Summary:        %{summary}
4bd0453
BuildArch:      noarch
4bd0453
4bd0453
%description    devel %{_description}
4bd0453
4bd0453
This package contains library source intended for building other packages
4bd0453
which use "%{crate}" crate.
4bd0453
4bd0453
%files          devel
4bd0453
%license LICENSE-MIT LICENSE-APACHE
4bd0453
%doc README.md
0ecb8fa
%{cargo_registry}/%{crate}-%{version_no_tilde}/
4bd0453
4bd0453
%package     -n %{name}+default-devel
4bd0453
Summary:        %{summary}
4bd0453
BuildArch:      noarch
4bd0453
4bd0453
%description -n %{name}+default-devel %{_description}
4bd0453
4bd0453
This package contains library source intended for building other packages
4bd0453
which use "default" feature of "%{crate}" crate.
4bd0453
4bd0453
%files       -n %{name}+default-devel
0ecb8fa
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4bd0453
3325e50
%package     -n %{name}+benchmarks-devel
3325e50
Summary:        %{summary}
3325e50
BuildArch:      noarch
3325e50
3325e50
%description -n %{name}+benchmarks-devel %{_description}
3325e50
3325e50
This package contains library source intended for building other packages
3325e50
which use "benchmarks" feature of "%{crate}" crate.
3325e50
3325e50
%files       -n %{name}+benchmarks-devel
0ecb8fa
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
3325e50
4bd0453
%package     -n %{name}+deflate-devel
4bd0453
Summary:        %{summary}
4bd0453
BuildArch:      noarch
4bd0453
4bd0453
%description -n %{name}+deflate-devel %{_description}
4bd0453
4bd0453
This package contains library source intended for building other packages
4bd0453
which use "deflate" feature of "%{crate}" crate.
4bd0453
4bd0453
%files       -n %{name}+deflate-devel
0ecb8fa
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4bd0453
4bd0453
%package     -n %{name}+png-encoding-devel
4bd0453
Summary:        %{summary}
4bd0453
BuildArch:      noarch
4bd0453
4bd0453
%description -n %{name}+png-encoding-devel %{_description}
4bd0453
4bd0453
This package contains library source intended for building other packages
4bd0453
which use "png-encoding" feature of "%{crate}" crate.
4bd0453
4bd0453
%files       -n %{name}+png-encoding-devel
0ecb8fa
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4bd0453
4bd0453
%package     -n %{name}+unstable-devel
4bd0453
Summary:        %{summary}
4bd0453
BuildArch:      noarch
4bd0453
4bd0453
%description -n %{name}+unstable-devel %{_description}
4bd0453
4bd0453
This package contains library source intended for building other packages
4bd0453
which use "unstable" feature of "%{crate}" crate.
4bd0453
4bd0453
%files       -n %{name}+unstable-devel
0ecb8fa
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4bd0453
4bd0453
%prep
4bd0453
%autosetup -n %{crate}-%{version_no_tilde} -p1
4bd0453
%cargo_prep
4bd0453
234f4ac
%generate_buildrequires
234f4ac
%cargo_generate_buildrequires
234f4ac
4bd0453
%build
4bd0453
%cargo_build
4bd0453
4bd0453
%install
4bd0453
%cargo_install
4bd0453
4bd0453
%if %{with check}
4bd0453
%check
4bd0453
%cargo_test
4bd0453
%endif
4bd0453
4bd0453
%changelog
4959d67
* Tue Dec 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.16.8-1
4959d67
- Update to version 0.16.8.
4959d67
- Fixes RHBZ#1905712
4959d67
6c7105b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.7-2
6c7105b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6c7105b
3578543
* Wed Jul 22 2020 Josh Stone <jistone@redhat.com> - 0.16.7-1
3578543
- Update to 0.16.7
3578543
bac0369
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.16.6-1
bac0369
- Update to 0.16.6
bac0369
a995ec1
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.16.5-1
a995ec1
- Update to 0.16.5
a995ec1
1d7f038
* Thu Jun 04 2020 Josh Stone <jistone@redhat.com> - 0.16.4-1
1d7f038
- Update to 0.16.4
1d7f038
a07f425
* Sun Apr 19 15:54:15 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.16.3-1
a07f425
- Update to 0.16.3
a07f425
aa572cc
* Thu Apr 02 2020 Josh Stone <jistone@redhat.com> - 0.16.2-1
aa572cc
- Update to 0.16.2
aa572cc
165e922
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.16.1-1
165e922
- Update to 0.16.1
165e922
ad2c6d0
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.16.0-1
ad2c6d0
- Update to 0.16.0
ad2c6d0
40d5421
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.3-2
40d5421
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
40d5421
0ecb8fa
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.15.3-1
0ecb8fa
- Update to 0.15.3
0ecb8fa
c2adb35
* Mon Dec 16 2019 Josh Stone <jistone@redhat.com> - 0.15.2-2
c2adb35
- Bump to deflate 0.8
c2adb35
8c6512e
* Fri Dec 06 10:48:53 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.2-1
8c6512e
- Update to 0.15.2
8c6512e
ad1bed3
* Tue Nov 19 08:03:21 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-1
ad1bed3
- Update to 0.15.1
ad1bed3
3325e50
* Sun Sep 01 20:56:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.0-1
3325e50
- Update to 0.15.0
3325e50
66af118
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
66af118
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
66af118
234f4ac
* Sun Jun 23 10:36:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.1-2
234f4ac
- Regenerate
234f4ac
d1aafed
* Tue Apr 30 09:41:23 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.1-1
d1aafed
- Update to 0.14.1
d1aafed
4bd0453
* Fri Mar 15 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.0-1
4bd0453
- Initial package