rpms/wxsvg/devel wxsvg.spec,1.14,1.15

Nicolas Chauvet kwizart at rpmfusion.org
Tue Jun 26 16:17:22 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22497

Modified Files:
	wxsvg.spec 
Log Message:
Fix broken source



Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wxsvg.spec	26 Jun 2012 10:26:46 -0000	1.14
+++ wxsvg.spec	26 Jun 2012 14:17:22 -0000	1.15
@@ -8,7 +8,7 @@
 URL:           http://sourceforge.net/projects/wxsvg
 Source0:       http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#BuildRequires: libtool, gettext
+BuildRequires: libtool, gettext
 BuildRequires: expat-devel
 BuildRequires: ffmpeg-devel
 BuildRequires: freetype-devel
@@ -33,6 +33,8 @@
 %setup -q
 
 %build
+mkdir -p m4
+autoreconf -vif
 %configure \
     --disable-dependency-tracking \
     --disable-static


More information about the rpmfusion-commits mailing list