]> git.pld-linux.org Git - packages/conky.git/blob - conky.spec
- added URL, typos
[packages/conky.git] / conky.spec
1 Summary:        A light-weight system monitor
2 Summary(pl):    Monitor systemu dla ¶rodowiska graficznego
3 Name:           conky
4 Version:        1.3.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/conky/%{name}-%{version}.tar.gz
9 URL:            http://conky.sourceforge.net/
10 BuildRequires:  XFree86-devel
11 BuildRequires:  expat-devel
12 BuildRequires:  freetype-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Conky is a light-weight system monitor based on the torsmo code. Conky
17 can display arbitrary information (such as the date, CPU temperature
18 from i2c, MPD info, and anything else you desire) to the root window
19 in X11.
20
21 %description -l pl
22 Conky jest niewielkim monitorem systemu opartym na kodzie torsmo. Mo¿e
23 wy¶wietlaæ takie informacje, jak:
24 - data
25 - temperatura CPU
26 - ilo¶æ miejsca na dysku itp.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS COPYING NEWS ChangeLog README TODO
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/%{name}.1*
This page took 0.052215 seconds and 3 git commands to generate.