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