Author: qboosh Date: Sat Apr 7 20:00:52 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.8.1 - added missing-m4 patch to allow ac/am regeneration
---- Files affected: SPECS: swftools.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/swftools.spec diff -u SPECS/swftools.spec:1.8 SPECS/swftools.spec:1.9 --- SPECS/swftools.spec:1.8 Mon Feb 12 23:09:16 2007 +++ SPECS/swftools.spec Sat Apr 7 22:00:47 2007 @@ -1,20 +1,20 @@ # $Revision$, $Date$ # TODO: -# - shared patches? +# - shared patch? Summary: Utilities for SWF files manipulation Summary(pl.UTF-8): Narzędzia do manipulacji na plikach SWF Name: swftools -Version: 0.8.0 +Version: 0.8.1 Release: 0.1 License: GPL Group: Applications/Graphics Source0: http://www.swftools.org/%{name}-%{version}.tar.gz -# Source0-md5: acc720839689fbf75c1b119fd00d555d -#Patch0: %{name}-shared.patch -#Patch1: %{name}-t1lib.patch +# Source0-md5: 932f4e5fce551ed70c0390fdc0eb1af6 +#Patch0: %{name}-shared.patch +Patch0: %{name}-missing-m4.patch URL: http://www.swftools.org/ -#BuildRequires: autoconf -#BuildRequires: automake +BuildRequires: autoconf +BuildRequires: automake BuildRequires: avifile-devel BuildRequires: giflib-devel BuildRequires: lame-libs-devel @@ -49,15 +49,13 @@ %prep %setup -q -#%patch0 -p1 -#%patch1 -p1 +%patch0 -p1 %build -#%{__libtoolize} -#%{__aclocal} -I m4 -#%{__autoconf} -#CPPFLAGS="-I/usr/X11R6/include" -# can't regenerate -- missing RFX_CHECK_OLDGCC macro +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} %configure \ --disable-static %{__make} @@ -128,6 +126,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007/04/07 20:00:47 qboosh +- updated to 0.8.1 +- added missing-m4 patch to allow ac/am regeneration + Revision 1.8 2007/02/12 22:09:16 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/swftools.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
