#3841 gnome-icon-theme shouldn't own /usr/share/pkgconfig
Closed: Fixed Opened by leigh123linux.

= bug description = This commit breaches the directory ownership guidelines

http://pkgs.fedoraproject.org/cgit/gnome-icon-theme.git/commit/?h=f19&id=3154ea4bc113e2f97fdfdbc9c2afeb9f3608cadb

%files -f files.txt
%doc COPYING AUTHORS
+%dir %{_datadir}/pkgconfig
%{_datadir}/pkgconfig/gnome-icon-theme.pc
%ghost %{_datadir}/icons/gnome/icon-theme.cache
%files legacy -f legacy.txt
%changelog
+* Sat Jun 8 2013 Matthias Clasen mclasen@redhat.com - 3.8.2-2
+- Drop dep on pkgconfig, instead co-own /usr/share/pkgconfig
+

= fix recommendation =

Fix it and recommend Matthias Clasen re-reads the packaging guidelines :-)


Wrong place. ;)

Perhaps you mean to file this in the fesco trac?

You might also note what harm this causes or where specifically it's against guidelines.

Spare your breath, this situation (gnome-icon-theme doesn't need pkgconfig, but ships files in one of its directories) is covered by the packaging guidelines: http://fedoraproject.org/wiki/Packaging:Guidelines#The_directory_is_owned_by_a_package_which_is_not_required_for_your_package_to_function

@nphilipp

FYI rpmbuild automatically adds pkconfig requires for .pc files so gnome-icon-theme has no need to co-own /usr/share/pkconfig

Metadata