diff --git a/rest.spec b/rest.spec index 2ffe57d..4c4dddc 100644 --- a/rest.spec +++ b/rest.spec @@ -50,7 +50,8 @@ find %{buildroot} -type f -name "*.la" -delete %postun -p /sbin/ldconfig %files -%doc AUTHORS COPYING README +%license COPYING +%doc AUTHORS README %{_libdir}/librest-0.7.so.0 %{_libdir}/librest-0.7.so.0.0.0 %{_libdir}/librest-extras-0.7.so.0 @@ -72,6 +73,7 @@ find %{buildroot} -type f -name "*.la" -delete - Update to 0.7.93 - Tighten deps with the _isa macro - Don't manually require pkgconfig; rpmbuild generates this automatically +- Use license macro for the COPYING file * Fri Jan 9 2015 Debarshi Ray 0.7.92-6 - Backport upstream patch to fix a memory error (GNOME #742644)