Author: sparky Date: Sat May 15 00:51:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - don't redefine __make macro - BR: xorg-lib-libXmu-devel
---- Files affected: packages/trayer: trayer.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/trayer/trayer.spec diff -u packages/trayer/trayer.spec:1.7 packages/trayer/trayer.spec:1.8 --- packages/trayer/trayer.spec:1.7 Mon Oct 6 14:32:32 2008 +++ packages/trayer/trayer.spec Sat May 15 02:51:17 2010 @@ -13,18 +13,17 @@ URL: http://fvwm-crystal.berlios.de/ BuildRequires: gtk+2-devel BuildRequires: pkgconfig +BuildRequires: xorg-lib-libXmu-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define __make /usr/bin/make -j1 - %description Trayer is small program designed to provide system tray similar to -these in GNOME/KDE desktop environments for window managers which -does not support that function. +these in GNOME/KDE desktop environments for window managers which does +not support that function. %description -l pl.UTF-8 -Trayer jest małym programem zaprojektowanym by dostarczać funkcje -doku systemowego znanego z GNOME/KDE dla środowisk okienkowych nie +Trayer jest małym programem zaprojektowanym by dostarczać funkcje doku +systemowego znanego z GNOME/KDE dla środowisk okienkowych nie posiadających tej funkcjonalności. %prep @@ -33,12 +32,12 @@ %patch0 -p1 %build -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} -j1 install \ PREFIX=$RPM_BUILD_ROOT%{_prefix} install -d $RPM_BUILD_ROOT%{_bindir} @@ -62,6 +61,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/05/15 00:51:17 sparky +- don't redefine __make macro +- BR: xorg-lib-libXmu-devel + Revision 1.7 2008/10/06 12:32:32 mguevara - rel 2; fixes build in the Th environment; added patch0 trayer-makefile.patch; added hack to prevent parallel make (which is ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trayer/trayer.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
