]> git.pld-linux.org Git - packages/conky.git/blobdiff - conky.spec
- version in lua51-devel BR
[packages/conky.git] / conky.spec
index 57fa81bf2455c7490af278c6f1e626b6e1e2cfc2..94034e1cf37ce9a1879b0d033fbaca12aa06e04b 100644 (file)
@@ -1,18 +1,25 @@
 Summary:       A light-weight system monitor
 Summary(pl.UTF-8):     Monitor systemu dla środowiska graficznego
 Name:          conky
-Version:       1.5.1
+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: afc121a67e4405cb44b7738be79946ac
+# Source0-md5: 153a661e78a466c95b1b332e7cd599cb
 Patch0:                %{name}-configdir.patch
 URL:           http://conky.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
+BuildRequires: gettext-devel
+BuildRequires: glib2-devel >= 2.0
+BuildRequires: libtool
+BuildRequires: lua51-devel >= 5.1
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: sed >= 4.0
+BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXft-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,8 +31,8 @@ from i2c, MPD info, and anything else you desire) to the root window
 in X11.
 
 %description -l pl.UTF-8
-Conky jest niewielkim monitorem systemu opartym na kodzie torsmo. Może
-wyświetlać takie informacje, jak:
+Conky jest niewielkim monitorem systemu opartym na kodzie torsmo.
+Może wyświetlać takie informacje, jak:
 - data
 - temperatura CPU
 - ilość miejsca na dysku itp.
@@ -33,9 +40,11 @@ wyświetlać takie informacje, jak:
 %prep
 %setup -q
 %patch0 -p1
+%{__sed} -i 's,lua5.1,lua51,' configure.ac
 
 %build
-%{__aclocal}
+%{__libtoolize}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
This page took 0.051175 seconds and 4 git commands to generate.