Include license files in packaging

This adds COPYING files to leaf library packages to make sure the user
gets them even if they install just one of the library packages.
This commit is contained in:
Kalev Lember 2016-08-17 09:02:12 +02:00
parent 3d3ad1b7d4
commit 404fa41d70

View File

@ -116,18 +116,22 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \
%{_datadir}/doc/wayland/
%files -n libwayland-client
%license COPYING
%{_libdir}/libwayland-client.so.0*
%files -n libwayland-cursor
%license COPYING
%{_libdir}/libwayland-cursor.so.0*
%files -n libwayland-server
%license COPYING
%{_libdir}/libwayland-server.so.0*
%changelog
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 1.11.91-1
- Update to 1.11.91
- Simplify -devel subpackage packaging
- Include license files in packaging
* Wed Jun 01 2016 Kalev Lember <klember@redhat.com> - 1.11.0-1
- Update to 1.11.0