Include the COPYING file in %%doc
Thanks daumas for noticing it!
This commit is contained in:
parent
577a8f9d8d
commit
a6ca78d326
@ -2,7 +2,7 @@
|
||||
|
||||
Name: mingw-glib2
|
||||
Version: 2.37.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: MinGW Windows GLib2 library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -182,6 +182,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
# Win32
|
||||
%files -n mingw32-glib2 -f mingw32-glib20.lang
|
||||
%doc COPYING
|
||||
%{mingw32_bindir}/gdbus.exe
|
||||
%{mingw32_bindir}/gio-querymodules.exe
|
||||
%{mingw32_bindir}/glib-compile-resources.exe
|
||||
@ -231,6 +232,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
# Win64
|
||||
%files -n mingw64-glib2 -f mingw64-glib20.lang
|
||||
%doc COPYING
|
||||
%{mingw64_bindir}/gdbus.exe
|
||||
%{mingw64_bindir}/gio-querymodules.exe
|
||||
%{mingw64_bindir}/glib-compile-resources.exe
|
||||
@ -280,6 +282,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.3-2
|
||||
- Include the COPYING file in %%doc (thanks daumas for noticing it!)
|
||||
|
||||
* Wed Jun 26 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.3-1
|
||||
- Update to 2.37.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user