rpms/gtk2/devel gtk2.spec,1.265,1.266

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Nov 5 04:17:12 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gtk2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24885

Modified Files:
	gtk2.spec 
Log Message:
Fix a directory ownership issue



Index: gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- gtk2.spec	25 Oct 2007 13:12:17 -0000	1.265
+++ gtk2.spec	5 Nov 2007 04:16:38 -0000	1.266
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.12/gtk+-%{version}.tar.bz2
@@ -234,6 +234,7 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/immodules
+mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/filesystems
 
 # we need to install a binary in the immodules directory to make sure
 # that it gets properly relocated to /emul for ia64 emulation of x86
@@ -301,6 +302,9 @@
 %{_datadir}/gtk-2.0
 
 %changelog
+* Sun Nov  4 2007 Matthias Clasen <mclasen at redhat.com> - 2.12.1-6
+- Include the /usr/lib/gtk-2.0/2.10.0/filesystems directory
+
 * Thu Oct 25 2007 Matthias Clasen <mclasen at redhat.com> - 2.12.1-5
 - Fix a bug that prevents GtkBuilder-using apps (like totem)
   to run in some locales (like Turkish) (#348631)




More information about the fedora-extras-commits mailing list