rpms/wxsvg/F-9 wxsvg.spec,1.7,1.8

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


Author: firewing

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

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



Index: wxsvg.spec
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/F-9/wxsvg.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wxsvg.spec	20 Nov 2008 16:09:19 -0000	1.7
+++ wxsvg.spec	20 Nov 2008 16:46:37 -0000	1.8
@@ -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




More information about the scm-commits mailing list