fixed header file permissions in gimp.spec
authorlk86177
Wed, 25 Aug 2004 14:49:56 +0000
changeset 3748 07ca8621c824
parent 3747 a2c4ca020770
child 3749 e516b058e67d
fixed header file permissions in gimp.spec
ChangeLog
gimp.spec
--- a/ChangeLog	Wed Aug 25 13:59:21 2004 +0000
+++ b/ChangeLog	Wed Aug 25 14:49:56 2004 +0000
@@ -1,3 +1,6 @@
+2004-08-25  Laszlo Kovacs  <[email protected]>
+	* gimp.spec: fixed header file permissions
+
 2004-08-25  Damien Carbery <[email protected]>
 
 	* gnome-applets.spec: Integrated updated docs tarball from 
--- 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.