diff --git a/changelog b/changelog new file mode 100644 index 0000000..7af4090 --- /dev/null +++ b/changelog @@ -0,0 +1,2 @@ +* Mon May 31 2021 Rémi Lauzier - 0.4.0-1 +- Initial package diff --git a/rust-zopfli.spec b/rust-zopfli.spec index 7dcc059..e04b6f7 100644 --- a/rust-zopfli.spec +++ b/rust-zopfli.spec @@ -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 - 0.4.0-1 -- Initial package +%autochangelog