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