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