SPECS: php-eaccelerator.spec - proper cache rmdir - rel 3

domelu domelu at pld-linux.org
Thu Aug 24 11:36:57 CEST 2006


Author: domelu                       Date: Thu Aug 24 09:36:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper cache rmdir
- rel 3

---- Files affected:
SPECS:
   php-eaccelerator.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.34 SPECS/php-eaccelerator.spec:1.35
--- SPECS/php-eaccelerator.spec:1.34	Sat Aug 19 11:58:36 2006
+++ SPECS/php-eaccelerator.spec	Thu Aug 24 11:36:52 2006
@@ -7,7 +7,7 @@
 %define		_sysconfdir	/etc/php
 %define		extensionsdir	%(php-config --extension-dir 2>/dev/null)
 %define		_rc		rc1
-%define		_rel		2
+%define		_rel		3
 #
 Summary:	eAccelerator module for PHP
 Summary(pl):	Moduł eAccelerator dla PHP
@@ -105,7 +105,7 @@
 %preun
 if [ "$1" = 0 ]; then
 	# remove last pieces of cache
-	rm -f /var/cache/%{_name}/*
+	rm -rf /var/cache/%{_name}/*
 fi
 
 %files
@@ -127,6 +127,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2006/08/24 09:36:52  domelu
+- proper cache rmdir
+- rel 3
+
 Revision 1.34  2006/08/19 09:58:36  adamg
 - release 2 (rebuild against php-5.1.5)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-eaccelerator.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list