Author: wiget Date: Sat Oct 17 08:29:42 2009 GMT Module: packages Tag: HEAD ---- Log message: - force -j1 for make install to workaround relinking problem - rel 2
---- Files affected: packages/gjs: gjs.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/gjs/gjs.spec diff -u packages/gjs/gjs.spec:1.1 packages/gjs/gjs.spec:1.2 --- packages/gjs/gjs.spec:1.1 Fri Oct 9 15:20:41 2009 +++ packages/gjs/gjs.spec Sat Oct 17 10:29:36 2009 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Wiązania JavaScript dla GNOME Name: gjs Version: 0.4 -Release: 1 +Release: 2 License: MIT and (MPL v1.1 / GPL v2+ / LGPL v2+) Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gjs/0.4/%{name}-%{version}.tar.bz2 @@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT cp examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} @@ -113,6 +113,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/10/17 08:29:36 wiget +- force -j1 for make install to workaround relinking problem +- rel 2 + Revision 1.1 2009/10/09 13:20:41 megabajt - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gjs/gjs.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
