|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.4.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Rust implementation of a compression algorithm
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0
|
|
|
|
@ -52,8 +52,8 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
@ -88,5 +88,4 @@ mv %{buildroot}/usr/bin/zopfli %{buildroot}/usr/bin/zopfli-rs
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 31 17:35:29 EDT 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.4.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|
%autochangelog
|
|
|
|
|