Use the license macro for COPYING files
This commit is contained in:
parent
71dcaeb8a8
commit
0a6f6eb06d
@ -154,7 +154,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
# Win32
|
||||
%files -n mingw32-cairo
|
||||
%doc COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
|
||||
%license COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
|
||||
%{mingw32_bindir}/libcairo-2.dll
|
||||
%{mingw32_bindir}/libcairo-gobject-2.dll
|
||||
%{mingw32_bindir}/libcairo-script-interpreter-2.dll
|
||||
@ -182,7 +182,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
# Win64
|
||||
%files -n mingw64-cairo
|
||||
%doc COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
|
||||
%license COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
|
||||
%{mingw64_bindir}/libcairo-2.dll
|
||||
%{mingw64_bindir}/libcairo-gobject-2.dll
|
||||
%{mingw64_bindir}/libcairo-script-interpreter-2.dll
|
||||
@ -212,6 +212,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
%changelog
|
||||
* Mon Apr 20 2015 Kalev Lember <kalevlember@gmail.com> - 1.14.2-1
|
||||
- Update to 1.14.2
|
||||
- Use the license macro for COPYING files
|
||||
|
||||
* Thu Jan 1 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.14.0-1
|
||||
- Update to 1.14.0
|
||||
|
Loading…
Reference in New Issue
Block a user