You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
183 lines
4.7 KiB
183 lines
4.7 KiB
# Generated by rust2rpm 17
|
|
%bcond_without check
|
|
|
|
%global crate oxipng
|
|
|
|
Name: rust-%{crate}
|
|
Version: 4.0.3
|
|
Release: 1%{?dist}
|
|
Summary: Lossless PNG compression optimizer
|
|
|
|
# Upstream license specification: MIT
|
|
License: MIT
|
|
URL: https://crates.io/crates/oxipng
|
|
Source: %{crates_source}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
%if %{__cargo_skip_build}
|
|
BuildArch: noarch
|
|
%endif
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
%global _description %{expand:
|
|
Lossless PNG compression optimizer.}
|
|
|
|
%description %{_description}
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
%package -n %{crate}
|
|
Summary: %{summary}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%files -n %{crate}
|
|
%doc README.md CHANGELOG.md
|
|
%license LICENSE
|
|
%{_bindir}/oxipng
|
|
%endif
|
|
|
|
%package devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "%{crate}" crate.
|
|
|
|
%files devel
|
|
%doc README.md CHANGELOG.md
|
|
%license LICENSE
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%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
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+default-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+binary-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+binary-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "binary" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+binary-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+clap-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+clap-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "clap" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+clap-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+libdeflater-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+libdeflater-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "libdeflater" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+libdeflater-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+parallel-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+parallel-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "parallel" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+parallel-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+rayon-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+rayon-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "rayon" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+rayon-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+stderrlog-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+stderrlog-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "stderrlog" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+stderrlog-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+wild-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+wild-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "wild" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+wild-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%package -n %{name}+zopfli-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+zopfli-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "zopfli" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+zopfli-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%prep
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
%cargo_prep
|
|
|
|
%generate_buildrequires
|
|
%cargo_generate_buildrequires
|
|
|
|
%build
|
|
%cargo_build
|
|
|
|
%install
|
|
%cargo_install
|
|
|
|
%if %{with check}
|
|
%check
|
|
%cargo_test
|
|
%endif
|
|
|
|
%changelog
|
|
* Mon May 31 16:37:54 EDT 2021 Rémi Lauzier <remilauzier@protonmail.com> - 4.0.3-1
|
|
- Initial package
|