diff -r a2c4ca020770 -r 07ca8621c824 gimp.spec --- a/gimp.spec Wed Aug 25 13:59:21 2004 +0000 +++ b/gimp.spec Wed Aug 25 14:49:56 2004 +0000 @@ -5,7 +5,7 @@ License: GPL, LGPL Group: System/GUI/GNOME Version: %{subver}.%{microver} -Release: 33 +Release: 34 Distribution: Mercury Vendor: Sun Microsystems, Inc. Summary: The GIMP (GNU Image Manipulation Program) @@ -189,19 +189,21 @@ %files devel +%{_includedir}/gimp-%{subver}/ + %defattr (0755, root, root) %{_bindir}/gimptool-%{subver} %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc - %dir %{_libdir}/gimp/%{subver}/modules %defattr (0644, root, root) %{_datadir}/aclocal/gimp-2.0.m4 -%{_includedir}/gimp-%{subver}/ %{_mandir}/man1/gimptool-%{subver}.1* %changelog +* Wed Aug 25 2004 - laszlo.kovacs@sun.com +- changed header file permissions * Wed Aug 18 2004 - brian.cameron@sun.com - removed --disable-gtk-doc since it doesn't make sense to include both this and --enable-gtk-doc.