From: undefine Date: Sat, 31 Dec 2005 01:05:44 +0000 (+0000) Subject: - initital, by kermit1715@wp.pl X-Git-Tag: auto/th/conky-1_5_1-1~24 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fconky.git;a=commitdiff_plain;h=944b0afabd24364d446e8a33e2d9e199eee1cb22 - initital, by kermit1715@wp.pl Changed files: conky.spec -> 1.1 --- 944b0afabd24364d446e8a33e2d9e199eee1cb22 diff --git a/conky.spec b/conky.spec new file mode 100644 index 0000000..820aee1 --- /dev/null +++ b/conky.spec @@ -0,0 +1,46 @@ +Summary: A light-weight system monitor +Summary(pl): Monitor systemu dla ¶rodowiska graficznego +Name: conky +Version: 1.3.4 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://dl.sourceforge.net/conky/%{name}-%{version}.tar.gz +BuildRequires: XFree86-devel +BuildRequires: expat-devel +BuildRequires: freetype-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 +Conky jest niewielkim monitorem systemu opartym na kodzie torsmo. +Conky moze wy¶wietlaæ takie informacje jak : +- data +- temperatura CPU +- ilo¶æ miejsca na dysku itp. + +%prep +%setup -q + +%build +%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) +%doc AUTHORS COPYING NEWS ChangeLog README TODO +%attr(755,root,root)%{_bindir}/* +%{_mandir}/man1/%{name}.1*