diff --git a/cargo-packaging.changes b/cargo-packaging.changes index aeb3286..0e59a3b 100644 --- a/cargo-packaging.changes +++ b/cargo-packaging.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 22 00:53:22 UTC 2021 - William Brown + +- Update spec based on reviewer feedback + ------------------------------------------------------------------- Tue Sep 21 02:11:48 UTC 2021 - William Brown diff --git a/cargo-packaging.spec b/cargo-packaging.spec index 071c1f0..6c26721 100644 --- a/cargo-packaging.spec +++ b/cargo-packaging.spec @@ -21,7 +21,7 @@ Name: cargo-packaging Version: 1.0.0~git3.e0b8dad Release: 0 BuildArch: noarch -Summary: Some macros to assist with cargo and rust packaging 🦀 +Summary: Some macros to assist with cargo and rust packaging License: MPL-2.0 URL: https://github.com/Firstyear/cargo-packaging Source0: %{name}-%{version}.tar.xz @@ -34,7 +34,7 @@ A set of macros to assist with cargo and rust packaging, written in a manner that follows rust's best practices. %prep -%setup -q +%autosetup %build @@ -42,8 +42,6 @@ that follows rust's best practices. install -D -p -m 0644 -t %{buildroot}%{_rpmconfigdir}/macros.d %{_builddir}/%{name}-%{version}/macros.cargo %files -#license COPYING -#doc ChangeLog README %{_rpmconfigdir}/macros.d/macros.cargo %changelog