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