rpms/wxsvg/F-8 wxsvg.spec,1.4,1.5 ltmain.sh,1.1,NONE

Stewart Adam firewing at fedoraproject.org
Thu Nov 20 16:47:07 UTC 2008


Author: firewing

Update of /cvs/extras/rpms/wxsvg/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20324/F-8

Modified Files:
	wxsvg.spec 
Removed Files:
	ltmain.sh 
Log Message:
Fix ./configure errors



Index: wxsvg.spec
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/F-8/wxsvg.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wxsvg.spec	20 Nov 2008 16:09:19 -0000	1.4
+++ wxsvg.spec	20 Nov 2008 16:46:37 -0000	1.5
@@ -1,6 +1,6 @@
 Name: wxsvg
 Version: 1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: C++ library to create, manipulate and render SVG files
 
 Group: System Environment/Libraries
@@ -15,6 +15,7 @@
 BuildRequires: freetype-devel
 BuildRequires: wxGTK-devel
 BuildRequires: expat
+BuildRequires: libtool, automake, autoconf
 
 %description
 wxSVG is C++ library to create, manipulate and render SVG files.
@@ -33,6 +34,9 @@
 %prep
 %setup -q
 %patch0 -b .expat
+libtoolize --force
+./autogen.sh
+
 
 %build
 %configure \
@@ -75,6 +79,9 @@
 
 
 %changelog
+* Thu Nov 20 2008 Stewart Adam <s.adam at diffingo.com> - 1.0-2
+- Use autogen.sh to generate ./configure
+
 * Thu Nov 20 2008 Stewart Adam <s.adam at diffingo.com> - 1.0-1
 - Update to 1.0
 - Sync with devel branch


--- ltmain.sh DELETED ---




More information about the fedora-extras-commits mailing list