|
|
@ -28,10 +28,10 @@ Rust implementation of the Zopfli compression algorithm.}
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
#MIT
|
|
|
|
# MIT
|
|
|
|
#MIT or ASL 2.0
|
|
|
|
# MIT or ASL 2.0
|
|
|
|
#Unlicense or MIT
|
|
|
|
# Unlicense or MIT
|
|
|
|
#zlib
|
|
|
|
# zlib
|
|
|
|
License: MIT and ASL 2.0 and Unlicense and zlib
|
|
|
|
License: MIT and ASL 2.0 and Unlicense and zlib
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|