rpms/wxsvg/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 wxsvg.spec, 1.6, 1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Apr 24 13:51:43 UTC 2008


Author: thias

Update of /cvs/extras/rpms/wxsvg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10671

Modified Files:
	.cvsignore sources wxsvg.spec 
Log Message:
Update to 1.0b10.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 Feb 2008 14:04:34 -0000	1.4
+++ .cvsignore	24 Apr 2008 13:51:06 -0000	1.5
@@ -1 +1 @@
-wxsvg-1.0b7_3.tar.gz
+wxsvg-1.0b10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	24 Feb 2008 14:04:34 -0000	1.4
+++ sources	24 Apr 2008 13:51:06 -0000	1.5
@@ -1 +1 @@
-ff34383d35221259312dc49127140c05  wxsvg-1.0b7_3.tar.gz
+858a460ea61f196a760adcf44c09673e  wxsvg-1.0b10.tar.gz


Index: wxsvg.spec
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wxsvg.spec	24 Feb 2008 14:04:34 -0000	1.6
+++ wxsvg.spec	24 Apr 2008 13:51:06 -0000	1.7
@@ -1,4 +1,4 @@
-%define prever b7
+%define prever b10
 
 Summary: C++ library to create, manipulate and render SVG files
 Name: wxsvg
@@ -7,14 +7,14 @@
 License: wxWidgets
 Group: System Environment/Libraries
 URL: http://www.wxsvg.org/
-Source0: http://downloads.sf.net/wxsvg/wxsvg-%{version}%{prever}_3.tar.gz
+Source0: http://downloads.sf.net/wxsvg/wxsvg-%{version}%{prever}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libart_lgpl-devel
 BuildRequires: pkgconfig
 BuildRequires: pango-devel
 BuildRequires: freetype-devel
 BuildRequires: wxGTK-devel
-# In 1.0b7_3 ltmain.sh is missing... so are Makefile.in (still in 1.0b8_1)
+# In 1.0b7_3 ltmain.sh is missing... so are Makefile.in (still in 1.0b10)
 BuildRequires: libtool, automake, autoconf
 
 %description
@@ -32,13 +32,14 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}%{prever}_3
+%setup -q -n %{name}-%{version}%{prever}
 libtoolize --copy --force
 ./autogen.sh
 
 
 %build
 %configure \
+    --disable-dependency-tracking \
     --disable-static \
     --disable-ffmpeg
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -63,18 +64,24 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING TODO
+%{_bindir}/calculette
+%{_bindir}/svgui
 %{_bindir}/svgview
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/wxSVG/
-%{_includedir}/wxXML/
+%{_includedir}/wxSVGXML/
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 
 
 %changelog
+* Wed Mar  5 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.0-0.8.b10
+- Update to 1.0b10.
+- Build with dependency tracking disabled.
+
 * Sun Feb 24 2008 Matthias Saou <http://freshrpms.net/> 1.0-0.8.b7_3
 - Downgrade to 1.0b7_3 since 1.0b8_1 requires ffmpeg and disabling it doesn't
   seem to work properly and it has never avtually been built.




More information about the fedora-extras-commits mailing list