Use license macro for the COPYING file

This commit is contained in:
Kalev Lember 2015-03-24 12:50:11 +01:00
parent e42abafbd1
commit edebef27fd

View File

@ -82,7 +82,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
# Win32
%files -n mingw32-harfbuzz
%doc COPYING
%license COPYING
%{mingw32_bindir}/hb-ot-shape-closure.exe
%{mingw32_bindir}/hb-shape.exe
%{mingw32_bindir}/hb-view.exe
@ -100,7 +100,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
# Win64
%files -n mingw64-harfbuzz
%doc COPYING
%license COPYING
%{mingw64_bindir}/hb-ot-shape-closure.exe
%{mingw64_bindir}/hb-shape.exe
%{mingw64_bindir}/hb-view.exe
@ -120,6 +120,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 0.9.40-1
- Update to 0.9.40
- Use license macro for the COPYING file
* Wed Dec 31 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.37-2
- Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages