Fix gtk-doc and gir directory ownership

Co-own gtk-doc and gir directories so that the directories that libgxps
creates get removed together with libgxps.
This commit is contained in:
Kalev Lember 2019-01-05 17:50:13 +01:00
parent 89e216ee3b
commit 906e065964

View File

@ -58,6 +58,7 @@ documents using the %{name} library.
%doc AUTHORS MAINTAINERS NEWS README TODO
%license COPYING
%{_libdir}/*.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/*.typelib
@ -65,7 +66,10 @@ documents using the %{name} library.
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/*.gir
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/libgxps
@ -77,6 +81,7 @@ documents using the %{name} library.
%changelog
* Sat Jan 05 2019 Kalev Lember <klember@redhat.com> - 0.3.1-1
- Update to 0.3.1
- Fix gtk-doc and gir directory ownership
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild