rpms/gail/devel gail.spec,1.40,1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 22 15:09:02 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gail/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21192

Modified Files:
	gail.spec 
Log Message:
make mock build work



Index: gail.spec
===================================================================
RCS file: /cvs/dist/rpms/gail/devel/gail.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- gail.spec	13 Mar 2006 17:21:28 -0000	1.40
+++ gail.spec	22 May 2006 15:08:37 -0000	1.41
@@ -5,7 +5,7 @@
 Summary: Accessibility implementation for GTK+ and GNOME libraries
 Name: gail
 Version: 1.8.11
-Release: 1
+Release: 2
 URL: http://developer.gnome.org/projects/gap
 Source0: %{name}-%{version}.tar.bz2
 License: LGPL
@@ -21,8 +21,6 @@
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: libgnomecanvas-devel >= %{libgnomecanvas_version}
 
-#Patch0: gail-1.8.8-combobox-name.patch
-
 %description
 GAIL implements the abstract interfaces found in ATK for GTK+ and
 GNOME libraries, enabling accessibility technologies such as at-spi to
@@ -43,14 +41,13 @@
 
 %prep
 %setup -q
-#%patch0 -p1 -b .combobox-name
 
 %build
-libtoolize --force
-aclocal
-automake
-autoconf
-autoheader
+#libtoolize --force
+#aclocal
+#automake
+#autoconf
+#autoheader
 %configure --disable-gtk-doc
 
 make ##%{?_smp_mflags}
@@ -86,6 +83,9 @@
 %{_datadir}/gtk-doc
 
 %changelog
+* Mon May 22 2006 Matthias Clasen <mclasen at redhat.com> - 1.8.11-2
+- Make it build in mock
+
 * Mon Mar 13 2006 Matthias Clasen <mclasen at redhat.com> - 1.8.11-1
 - Update to 1.8.11
 




More information about the fedora-cvs-commits mailing list