gimp.spec
changeset 3748 07ca8621c824
parent 3679 a83eeeda363e
child 3846 9ab79af72b15
--- 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 - [email protected]
+- changed header file permissions
 * Wed Aug 18 2004 - [email protected]
 - removed --disable-gtk-doc since it doesn't make sense to include both
   this and --enable-gtk-doc.