rpms/wxsvg/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wxsvg.spec, 1.3, 1.4 ltmain.sh, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Jan 14 13:14:30 UTC 2008


Author: thias

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

Modified Files:
	.cvsignore sources wxsvg.spec 
Removed Files:
	ltmain.sh 
Log Message:
Partial update to 1.0b8_1, patching still needed to build all the way :-(



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Jun 2007 12:23:40 -0000	1.2
+++ .cvsignore	14 Jan 2008 13:13:55 -0000	1.3
@@ -1 +1 @@
-wxsvg-1.0b7_3.tar.gz
+wxsvg-1.0b8_1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Jun 2007 12:23:40 -0000	1.2
+++ sources	14 Jan 2008 13:13:55 -0000	1.3
@@ -1 +1 @@
-ff34383d35221259312dc49127140c05  wxsvg-1.0b7_3.tar.gz
+81ab17513974e056889d3388f3b6e049  wxsvg-1.0b8_1.tar.gz


Index: wxsvg.spec
===================================================================
RCS file: /cvs/extras/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wxsvg.spec	23 Aug 2007 08:09:45 -0000	1.3
+++ wxsvg.spec	14 Jan 2008 13:13:55 -0000	1.4
@@ -1,21 +1,20 @@
-%define prever b7_3
+%define prever b8
 
 Summary: C++ library to create, manipulate and render SVG files
 Name: wxsvg
 Version: 1.0
-Release: 0.5.%{prever}%{?dist}
+Release: 0.6.%{prever}%{?dist}
 License: wxWidgets
 Group: System Environment/Libraries
 URL: http://wxsvg.sourceforge.net/
-Source0: http://downloads.sf.net/wxsvg/wxsvg-%{version}%{prever}.tar.gz
-Source1: ltmain.sh
+Source0: http://downloads.sf.net/wxsvg/wxsvg-%{version}%{prever}_1.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 files :-(
+# In 1.0b7_3 ltmain.sh is missing... so are Makefile.in (still in 1.0b8_1)
 BuildRequires: libtool, automake, autoconf
 
 %description
@@ -34,12 +33,14 @@
 
 %prep
 %setup -q -n %{name}-%{version}%{prever}
-%{__install} -m 0755 -p %{SOURCE1} ltmain.sh
+libtoolize --copy --force
 ./autogen.sh
 
 
 %build
-%configure --disable-static
+%configure \
+    --disable-static \
+    --disable-ffmpeg
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 %{__make} %{?_smp_mflags}
@@ -74,6 +75,12 @@
 
 
 %changelog
+* Mon Jan 14 2008 Matthias Saou <http://freshrpms.net/> 1.0-0.6.b8_1
+- Update to 1.0b8_1.
+- Replace shipping our own ltmain.sh with running libtoolize.
+- Disable new ffmpeg option (which is enabled by default).
+- Still needs work (doesn't compile!), since ffmpeg seems to be mandatory now.
+
 * Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.5.b7_3
 - Rebuild for new BuildID feature.
 


--- ltmain.sh DELETED ---




More information about the fedora-extras-commits mailing list