packages: ddclient/ddclient.spec - add cache directory, STBR

wolvverine wolvverine at pld-linux.org
Fri May 29 16:20:38 CEST 2009


Author: wolvverine                   Date: Fri May 29 14:20:38 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add cache directory, STBR

---- Files affected:
packages/ddclient:
   ddclient.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/ddclient/ddclient.spec
diff -u packages/ddclient/ddclient.spec:1.22 packages/ddclient/ddclient.spec:1.23
--- packages/ddclient/ddclient.spec:1.22	Wed May 27 17:52:36 2009
+++ packages/ddclient/ddclient.spec	Fri May 29 16:20:32 2009
@@ -5,7 +5,7 @@
 Summary(pt_BR.UTF-8):	Cliente para atualizar entradas DNS dinâmicas no DynDNS.org
 Name:		ddclient
 Version:	3.8.0
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL v2
 Group:		Networking
@@ -63,7 +63,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/ddclient,/etc/rc.d/init.d,%{_sbindir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/ddclient,/etc/rc.d/init.d,%{_sbindir},%{_var}/cache/%{name}}
 
 install sample-etc_ddclient.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf
 install %{name} $RPM_BUILD_ROOT%{_sbindir}
@@ -97,6 +97,7 @@
 %dir %{_sysconfdir}/%{name}
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
+%dir %{_var}/cache/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -104,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2009/05/29 14:20:32  wolvverine
+- add cache directory, STBR
+
 Revision 1.22  2009/05/27 15:52:36  wolvverine
 - up to 3.8.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ddclient/ddclient.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list