Author: qboosh Date: Thu Oct 5 05:43:41 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - don't build static module just to remove it afterwards
---- Files affected: SPECS: browser-plugin-kaffeine.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/browser-plugin-kaffeine.spec diff -u SPECS/browser-plugin-kaffeine.spec:1.4 SPECS/browser-plugin-kaffeine.spec:1.5 --- SPECS/browser-plugin-kaffeine.spec:1.4 Wed Sep 13 18:30:40 2006 +++ SPECS/browser-plugin-kaffeine.spec Thu Oct 5 07:43:36 2006 @@ -11,7 +11,7 @@ Source0: http://dl.sourceforge.net/kaffeine/%{_realname}-%{version}.tar.bz2 # Source0-md5: c7bb24cbd20fdfeffbb0da452533cac4 Patch0: %{name}-destdir.patch -URL: http://kaffeine.sourceforge.net +URL: http://kaffeine.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -50,6 +50,7 @@ %{__autoconf} %{__automake} %configure \ + --disable-static \ --prefix=%{_plugindir} %{__make} @@ -59,7 +60,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_plugindir}/kaffeineplugin.{a,la} +rm -f $RPM_BUILD_ROOT%{_plugindir}/kaffeineplugin.la %clean rm -rf $RPM_BUILD_ROOT @@ -103,7 +104,11 @@ %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org + $Log$ +Revision 1.5 2006/10/05 05:43:36 qboosh +- don't build static module just to remove it afterwards + Revision 1.4 2006/09/13 16:30:40 glen - autotools deps, check-files cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/browser-plugin-kaffeine.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
