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