rpms/gtk-vnc/devel gtk-vnc.spec,1.29,1.30

Daniel P. Berrange berrange at fedoraproject.org
Tue Mar 3 10:29:21 UTC 2009


Author: berrange

Update of /cvs/pkgs/rpms/gtk-vnc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1476

Modified Files:
	gtk-vnc.spec 
Log Message:
Rerun autotools for patched configure.in


Index: gtk-vnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-vnc/devel/gtk-vnc.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gtk-vnc.spec	3 Mar 2009 10:18:37 -0000	1.29
+++ gtk-vnc.spec	3 Mar 2009 10:29:20 -0000	1.30
@@ -24,6 +24,8 @@
 BuildRequires: firefox-devel
 %endif
 %endif
+# Temp hack for Patch2
+BuildRequires: automake autoconf libtool
 
 %description
 gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
@@ -73,6 +75,12 @@
 %patch2 -p1
 
 %build
+# Temp hack for patch2
+libtoolize --copy --force
+aclocal -I gnulib/m4
+autoheader
+automake --add-missing --copy
+autoconf
 %if %{with_plugin}
 %configure --enable-plugin=yes
 %else




More information about the fedora-extras-commits mailing list