|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
%global crate oxipng
|
|
|
|
|
|
|
|
|
|
Name: rust-oxipng
|
|
|
|
|
Version: 9.1.1
|
|
|
|
|
Version: 9.1.2
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Lossless PNG compression optimizer
|
|
|
|
|
|
|
|
|
@ -26,6 +26,7 @@ Summary: %{summary}
|
|
|
|
|
# Apache-2.0
|
|
|
|
|
# Apache-2.0 OR MIT
|
|
|
|
|
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
|
|
|
|
# BSL-1.0
|
|
|
|
|
# MIT
|
|
|
|
|
# MIT OR Apache-2.0 (duplicate)
|
|
|
|
|
# Zlib OR Apache-2.0 OR MIT
|
|
|
|
@ -33,6 +34,7 @@ License: %{shrink:
|
|
|
|
|
Apache-2.0 AND
|
|
|
|
|
(Apache-2.0 OR MIT) AND
|
|
|
|
|
(Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND
|
|
|
|
|
BSL-1.0 AND
|
|
|
|
|
MIT AND
|
|
|
|
|
(Zlib OR Apache-2.0 OR MIT)
|
|
|
|
|
}
|
|
|
|
@ -89,42 +91,6 @@ use the "binary" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+binary-devel
|
|
|
|
|
%ghost %{crate_instdir}/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 the "clap" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clap-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+crossbeam-channel-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+crossbeam-channel-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "crossbeam-channel" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+crossbeam-channel-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+env_logger-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+env_logger-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "env_logger" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+env_logger-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+filetime-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -161,18 +127,6 @@ use the "parallel" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+parallel-devel
|
|
|
|
|
%ghost %{crate_instdir}/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 the "rayon" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+rayon-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zopfli-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|