]> git.pld-linux.org Git - packages/conky.git/blobdiff - conky.spec
- updated to 1.4.2
[packages/conky.git] / conky.spec
index 820aee142294f097d8b2df9167fd5c114e3c8e8a..efefacccd0903ea740870f2cc3ddf208e9d224b6 100644 (file)
@@ -1,14 +1,17 @@
 Summary:       A light-weight system monitor
 Summary(pl):   Monitor systemu dla ¶rodowiska graficznego
 Name:          conky
-Version:       1.3.4
+Version:       1.4.2
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://dl.sourceforge.net/conky/%{name}-%{version}.tar.gz
-BuildRequires: XFree86-devel
+Source0:       http://dl.sourceforge.net/conky/%{name}-%{version}.tar.bz2
+# Source0-md5: 050a53bdb359a96421ef3ddf761f143c
+URL:           http://conky.sourceforge.net/
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXft-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,8 +21,8 @@ from i2c, MPD info, and anything else you desire) to the root window
 in X11.
 
 %description -l pl
-Conky jest niewielkim monitorem systemu opartym na kodzie torsmo.
-Conky moze 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,6 +36,7 @@ Conky moze wy
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -41,6 +45,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING NEWS ChangeLog README TODO
-%attr(755,root,root)%{_bindir}/*
+%doc AUTHORS ChangeLog README TODO doc/conkyrc.sample
+%attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/%{name}.1*
This page took 0.144648 seconds and 4 git commands to generate.