Author: glen Date: Fri Feb 23 03:07:26 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - add xulrunner patch - builds with make -j1
---- Files affected: SPECS: swfdec.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/swfdec.spec diff -u SPECS/swfdec.spec:1.49 SPECS/swfdec.spec:1.50 --- SPECS/swfdec.spec:1.49 Fri Feb 23 03:59:08 2007 +++ SPECS/swfdec.spec Fri Feb 23 04:07:21 2007 @@ -17,6 +17,7 @@ Source0: http://www.schleef.org/swfdec/download/%{name}-%{version}.tar.gz # Source0-md5: bcfca3a8ce1d524ebf4d11fd511dedb8 Patch0: %{name}-as_needed.patch +Patch1: %{name}-xulrunner.patch URL: http://www.schleef.org/swfdec/ BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1.6 @@ -115,6 +116,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -126,7 +128,7 @@ %{!?with_gstreamer:--disable-mozilla-plugin} \ %{?with_libart:--with-backend=libart} -%{__make} \ +%{__make} -j1 \ gimpdir=%{gimpplugindir} %install @@ -192,6 +194,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2007/02/23 03:07:21 glen +- add xulrunner patch +- builds with make -j1 + Revision 1.49 2007/02/23 02:59:08 glen - AC-deps (i hate those unneccessary update deps commits, brr) - try use xulrunner ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/swfdec.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
