]> git.pld-linux.org Git - packages/conky.git/commitdiff
- up to 1.4.9
authorlisu <lisu@pld-linux.org>
Thu, 29 Nov 2007 22:30:11 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add conf file
- patching for proper /etc path for conf file

Changed files:
    conky.spec -> 1.16

conky.spec

index 9119e96e501c82b82f01cf95b93a78c06eaedfe6..847fbc0c09381ddf7aa17abe76c563eacb7b65e4 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       A light-weight system monitor
 Summary(pl.UTF-8):     Monitor systemu dla środowiska graficznego
 Name:          conky
-Version:       1.4.8
+Version:       1.4.9
 Release:       1
 License:       Distributable (see COPYING doc)
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/conky/%{name}-%{version}.tar.bz2
-# Source0-md5: 234e798da57864060928fc7097300b01
+# Source0-md5: 42d966fce5aa5c5a326575ec214bff07
+Patch0:                %{name}-configdir.patch
 URL:           http://conky.sourceforge.net/
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
@@ -29,6 +30,7 @@ wyświetlać takie informacje, jak:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -45,6 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
 #COPYING must be added (see COPYING file)
 %doc AUTHORS ChangeLog COPYING README TODO doc/conkyrc.sample
 %attr(755,root,root) %{_bindir}/*
This page took 0.077664 seconds and 4 git commands to generate.