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