]> git.pld-linux.org Git - packages/conky.git/blob - conky.spec
- 1.5.1
[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.5.1
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:  afc121a67e4405cb44b7738be79946ac
10 Patch0:         %{name}-configdir.patch
11 URL:            http://conky.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  expat-devel
15 BuildRequires:  freetype-devel
16 BuildRequires:  xorg-lib-libXext-devel
17 BuildRequires:  xorg-lib-libXft-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Conky is a light-weight system monitor based on the torsmo code. Conky
22 can display arbitrary information (such as the date, CPU temperature
23 from i2c, MPD info, and anything else you desire) to the root window
24 in X11.
25
26 %description -l pl.UTF-8
27 Conky jest niewielkim monitorem systemu opartym na kodzie torsmo. Może
28 wyświetlać takie informacje, jak:
29 - data
30 - temperatura CPU
31 - ilość miejsca na dysku itp.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
57 # COPYING must be added (see COPYING file)
58 %doc AUTHORS ChangeLog COPYING README TODO
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/man1/%{name}.1*
This page took 0.065923 seconds and 3 git commands to generate.