SPECS: trayer.spec - rel 2; fixes build in the Th environment; added patch0...
mguevara
mguevara at pld-linux.org
Mon Oct 6 14:32:37 CEST 2008
Author: mguevara Date: Mon Oct 6 12:32:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2; fixes build in the Th environment; added patch0
trayer-makefile.patch; added hack to prevent parallel make (which is
broken for the package)
---- Files affected:
SPECS:
trayer.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/trayer.spec
diff -u SPECS/trayer.spec:1.6 SPECS/trayer.spec:1.7
--- SPECS/trayer.spec:1.6 Mon Feb 12 23:09:18 2007
+++ SPECS/trayer.spec Mon Oct 6 14:32:32 2008
@@ -4,16 +4,19 @@
Summary(pl.UTF-8): Lekki, bazujący na GTK2 dok systemowy (systray)
Name: trayer
Version: 1.0
-Release: 1
+Release: 2
License: BSD
Group: X11/Window Managers
Source0: http://fvwm-crystal.berlios.de/files/files/trayer/%{name}-%{version}.tar.gz
# Source0-md5: 9acac948017bf1b5fc50bc1117c9b098
+Patch0: %{name}-makefile.patch
URL: http://fvwm-crystal.berlios.de/
BuildRequires: gtk+2-devel
BuildRequires: pkgconfig
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
@@ -27,6 +30,8 @@
%prep
%setup -q
+%patch0 -p1
+
%build
%{__make}
@@ -57,6 +62,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+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
+ broken for the package)
+
Revision 1.6 2007/02/12 22:09:18 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/trayer.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list