Summary: A light-weight system monitor Summary(pl.UTF-8): Monitor systemu dla środowiska graficznego Name: conky Version: 1.5.1 Release: 1 License: Distributable (see COPYING doc) Group: X11/Applications Source0: http://dl.sourceforge.net/conky/%{name}-%{version}.tar.bz2 # Source0-md5: afc121a67e4405cb44b7738be79946ac Patch0: %{name}-configdir.patch URL: http://conky.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: expat-devel BuildRequires: freetype-devel BuildRequires: gettext-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: xorg-lib-libXdamage-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXft-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Conky is a light-weight system monitor based on the torsmo code. Conky can display arbitrary information (such as the date, CPU temperature 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: - data - temperatura CPU - ilość miejsca na dysku itp. %prep %setup -q %patch0 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf # COPYING must be added (see COPYING file) %doc AUTHORS ChangeLog COPYING README TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/%{name}.1*