Fix cmake directory ownership
As per Fedora's rules around directory ownership: - Package requires other packages for directories it uses. - Package does not own files or directories owned by other packages. I added cmake-filesystem as a requires since it owns %{_libdir}/cmake
This commit is contained in:
parent
bbc430322e
commit
9ad25f93e7
10
gtk-doc.spec
10
gtk-doc.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 1.33.2
|
Version: 1.33.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: API documentation generation tool for GTK+ and GNOME
|
Summary: API documentation generation tool for GTK+ and GNOME
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -36,6 +36,9 @@ Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl
|
|||||||
Requires: python3-pygments
|
Requires: python3-pygments
|
||||||
Requires: python3-lxml
|
Requires: python3-lxml
|
||||||
|
|
||||||
|
# Required for cmake directory
|
||||||
|
Requires: cmake-filesystem
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gtk-doc is a tool for generating API reference documentation.
|
gtk-doc is a tool for generating API reference documentation.
|
||||||
It is used for generating the documentation for GTK+, GLib
|
It is used for generating the documentation for GTK+, GLib
|
||||||
@ -69,9 +72,12 @@ mv doc/README doc/README.docs
|
|||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
%{_datadir}/pkgconfig/gtk-doc.pc
|
%{_datadir}/pkgconfig/gtk-doc.pc
|
||||||
%{_datadir}/help/*/gtk-doc-manual/
|
%{_datadir}/help/*/gtk-doc-manual/
|
||||||
%{_libdir}/cmake/
|
%{_libdir}/cmake/GtkDoc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 31 2023 Jeremy Newton <alexjnewt AT hotmail DOT com> - 1.33.2-8
|
||||||
|
- Fix ownership of cmake directory
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.33.2-7
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.33.2-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user