Use license macro

This commit is contained in:
Kalev Lember 2016-10-26 11:04:43 +02:00
parent 17147a1fb9
commit b307fed1ac

View File

@ -171,7 +171,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
# Win32
%files -n mingw32-winpthreads
%doc COPYING
%license COPYING
%{mingw32_bindir}/libwinpthread-1.dll
%{mingw32_libdir}/libwinpthread.dll.a
%{mingw32_libdir}/libpthread.dll.a
@ -189,7 +189,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
# Win64
%files -n mingw64-winpthreads
%doc COPYING
%license COPYING
%{mingw64_bindir}/libwinpthread-1.dll
%{mingw64_libdir}/libwinpthread.dll.a
%{mingw64_libdir}/libpthread.dll.a
@ -210,6 +210,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
* Wed Oct 26 2016 Kalev Lember <klember@redhat.com> - 5.0.0-1
- Update to 5.0.0
- Don't set group tags
- Use license macro
* Sun Mar 27 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.0-0.1.rc2
- Update to 5.0-rc2