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