packages: conky/conky.spec - up to 1.7.1.1 - search for lua51 instead of lu...

lisu lisu at pld-linux.org
Tue Jun 16 10:46:49 CEST 2009


Author: lisu                         Date: Tue Jun 16 08:46:49 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.7.1.1
- search for lua51 instead of lua5.1 (BRs: sed, lua51-devel)

---- Files affected:
packages/conky:
   conky.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/conky/conky.spec
diff -u packages/conky/conky.spec:1.26 packages/conky/conky.spec:1.27
--- packages/conky/conky.spec:1.26	Mon May 11 21:33:01 2009
+++ packages/conky/conky.spec	Tue Jun 16 10:46:43 2009
@@ -2,12 +2,12 @@
 Summary:	A light-weight system monitor
 Summary(pl.UTF-8):	Monitor systemu dla środowiska graficznego
 Name:		conky
-Version:	1.7.0
+Version:	1.7.1.1
 Release:	1
 License:	Distributable (see COPYING doc)
 Group:		X11/Applications
 Source0:	http://dl.sourceforge.net/conky/%{name}-%{version}.tar.bz2
-# Source0-md5:	10360c37d76ab25f4d585bcdfd07f075
+# Source0-md5:	153a661e78a466c95b1b332e7cd599cb
 Patch0:		%{name}-configdir.patch
 URL:		http://conky.sourceforge.net/
 BuildRequires:	autoconf
@@ -17,7 +17,9 @@
 BuildRequires:	glib2-devel >= 2.0
 BuildRequires:	gettext-devel
 BuildRequires:	libtool
+BuildRequires:	lua51-devel
 BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	sed >= 4.0
 BuildRequires:	xorg-lib-libXdamage-devel
 BuildRequires:	xorg-lib-libXext-devel
 BuildRequires:	xorg-lib-libXft-devel
@@ -39,10 +41,11 @@
 %prep
 %setup -q
 %patch0 -p1
+%{__sed} -i 's,lua5.1,lua51,' configure.ac
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -72,6 +75,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2009/06/16 08:46:43  lisu
+- up to 1.7.1.1
+- search for lua51 instead of lua5.1 (BRs: sed, lua51-devel)
+
 Revision 1.26  2009/05/11 19:33:01  duddits
 - up to 1.7.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/conky/conky.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list