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