Use license macro for the COPYING file

This commit is contained in:
Kalev Lember 2015-03-18 12:04:36 +01:00
parent 192ef99e51
commit 168429373f

View File

@ -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 <rishi@fedoraproject.org> 0.7.92-6
- Backport upstream patch to fix a memory error (GNOME #742644)