rpms/libgail-gnome/devel libgail-gnome.spec,1.21,1.22

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Jul 7 14:59:44 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/libgail-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14874

Modified Files:
	libgail-gnome.spec 
Log Message:
fix directory ownership issues



Index: libgail-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgail-gnome/devel/libgail-gnome.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libgail-gnome.spec	15 Mar 2007 11:53:51 -0000	1.21
+++ libgail-gnome.spec	7 Jul 2007 14:59:08 -0000	1.22
@@ -7,12 +7,12 @@
 Summary: Accessibility implementation for GTK+ and GNOME libraries
 Name: libgail-gnome
 Version: 1.18.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://developer.gnome.org/projects/gap
-Source0: %{name}-%{version}.tar.bz2
+Source0: http://download.gnome.org/source/libgail-gnome/1.18/%{name}-%{version}.tar.bz2
 License: LGPL
 Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
 Requires: atk >= %{atk_version}
 Requires: gtk2 >= %{gtk2_version}
@@ -26,8 +26,10 @@
 BuildRequires: gnome-panel-devel
 
 %description
-GAIL implements the abstract interfaces found in ATK for GTK+ and GNOME libraries, 
-enabling accessibility technologies such as at-spi to access those GUIs.
+GAIL implements the abstract interfaces found in ATK for GTK+ and GNOME 
+libraries, enabling accessibility technologies such as at-spi to access 
+those GUIs. 
+
 libgail-gnome contains the GNOME portions of GAIL.
 
 %package devel
@@ -38,6 +40,7 @@
 Requires: atk-devel
 Requires: libbonoboui-devel
 Requires: gtk2-devel
+Requires: pkgconfig
 
 %description devel
 libgail-gnome-devel contains the files required to compile applications against 
@@ -69,12 +72,15 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/gtk-2.0
+%{_libdir}/gtk-2.0/modules/*
 
 %files devel
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sat Jul  7 2007 Matthias Clasen <mclasen at redhat.com> - 1.18.0-3
+- Fix directory ownership issues
+
 * Thu Mar 15 2007 Karsten Hopp <karsten at redhat.com> 1.18.0-2
 - rebuild with current gtk2 to add png support (#232013)
 




More information about the fedora-extras-commits mailing list