]> git.pld-linux.org Git - packages/conky.git/blobdiff - conky.spec
- 1.5.1
[packages/conky.git] / conky.spec
index efefacccd0903ea740870f2cc3ddf208e9d224b6..57fa81bf2455c7490af278c6f1e626b6e1e2cfc2 100644 (file)
@@ -1,13 +1,16 @@
 Summary:       A light-weight system monitor
 Summary:       A light-weight system monitor
-Summary(pl):   Monitor systemu dla ¶rodowiska graficznego
+Summary(pl.UTF-8):     Monitor systemu dla środowiska graficznego
 Name:          conky
 Name:          conky
-Version:       1.4.2
+Version:       1.5.1
 Release:       1
 Release:       1
-License:       GPL
+License:       Distributable (see COPYING doc)
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/conky/%{name}-%{version}.tar.bz2
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/conky/%{name}-%{version}.tar.bz2
-# Source0-md5: 050a53bdb359a96421ef3ddf761f143c
+# Source0-md5: afc121a67e4405cb44b7738be79946ac
+Patch0:                %{name}-configdir.patch
 URL:           http://conky.sourceforge.net/
 URL:           http://conky.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
 BuildRequires: xorg-lib-libXext-devel
@@ -20,17 +23,22 @@ can display arbitrary information (such as the date, CPU temperature
 from i2c, MPD info, and anything else you desire) to the root window
 in X11.
 
 from i2c, MPD info, and anything else you desire) to the root window
 in X11.
 
-%description -l pl
-Conky jest niewielkim monitorem systemu opartym na kodzie torsmo. Mo¿e
-wy¶wietlaæ takie informacje, jak:
+%description -l pl.UTF-8
+Conky jest niewielkim monitorem systemu opartym na kodzie torsmo. Może
+wyświetlać takie informacje, jak:
 - data
 - temperatura CPU
 - data
 - temperatura CPU
-- ilo¶æ miejsca na dysku itp.
+- ilość miejsca na dysku itp.
 
 %prep
 %setup -q
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
 %configure
 %{__make}
 
@@ -45,6 +53,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO doc/conkyrc.sample
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+# COPYING must be added (see COPYING file)
+%doc AUTHORS ChangeLog COPYING README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/%{name}.1*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/%{name}.1*
This page took 0.097823 seconds and 4 git commands to generate.