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