rpms/gnash/devel gnash-0.8.4-configure.patch, NONE, 1.1 gnash.spec, 1.37, 1.38

Kevin Kofler kkofler at fedoraproject.org
Sat Oct 18 22:08:04 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1331/devel

Modified Files:
	gnash.spec 
Added Files:
	gnash-0.8.4-configure.patch 
Log Message:
- patch to make autoreconf work

gnash-0.8.4-configure.patch:

--- NEW FILE gnash-0.8.4-configure.patch ---
diff -ur gnash-0.8.4/configure.ac gnash-0.8.4-configure/configure.ac
--- gnash-0.8.4/configure.ac	2008-10-13 15:01:34.000000000 +0200
+++ gnash-0.8.4-configure/configure.ac	2008-10-19 00:05:34.000000000 +0200
@@ -877,7 +877,7 @@
 LT_INIT([dlopen win32-dll  disable-static])
 dnl lt_ltdl_dir=libbase/libltdlL
 LTDL_INIT([convenience recursive])
-AC_CONFIG_FILES([libltdl/Makefile])
+dnl AC_CONFIG_FILES([libltdl/Makefile])
 fi
 AC_PROG_LIBTOOL
 AM_CONDITIONAL(LIBLTDL2, [test $ltmajor -eq 2])


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gnash.spec	18 Oct 2008 21:10:04 -0000	1.37
+++ gnash.spec	18 Oct 2008 22:07:34 -0000	1.38
@@ -13,6 +13,8 @@
 URL:            http://www.gnu.org/software/gnash/
 Source0:        http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.gz
 Patch0:         gnash-0.8.3-manual.patch
+# make autoreconf work
+Patch1:         gnash-0.8.4-configure.patch
 # patch by Benjamin Wolsey and Bernhard Rosenkränzer
 Patch2:         gnash-0.8.4-port-to-kde4.patch
 # register KComponentData properly in KDE 4 KPart
@@ -90,6 +92,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .manual
+%patch1 -p1 -b .configure
 %patch2 -p1 -b .kde4
 %patch3 -p1 -b .fix-kde4
 # handle the /usr/lib(64)/kde4/devel hack
@@ -281,6 +284,7 @@
 %changelog
 * Sat Oct 18 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.8.4-2
 - update KDE 4 patch (undo the backporting and use original patch)
+- patch to make autoreconf work
 
 * Sat Oct 18 2008 Patrice Dumas <pertusus at free.fr> 0.8.4-1
 - update to 0.8.4




More information about the scm-commits mailing list