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