packages: pootle/pootle.spec - do not overwrite bundled translations on upg...

glen glen at pld-linux.org
Mon Jul 12 12:35:28 CEST 2010


Author: glen                         Date: Mon Jul 12 10:35:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- do not overwrite bundled translations on upgrade

---- Files affected:
packages/pootle:
   pootle.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/pootle/pootle.spec
diff -u packages/pootle/pootle.spec:1.12 packages/pootle/pootle.spec:1.13
--- packages/pootle/pootle.spec:1.12	Mon Jul 12 12:25:40 2010
+++ packages/pootle/pootle.spec	Mon Jul 12 12:35:23 2010
@@ -5,7 +5,7 @@
 Summary:	Localization and translation management web application
 Name:		pootle
 Version:	2.0.5
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Development/Tools
 URL:		http://translate.sourceforge.net/wiki/pootle/index
@@ -115,7 +115,7 @@
 		if [ -d $obj ]; then
 			attr='%dir %attr(770,root,http)'
 		else
-			attr='%attr(660,root,http)'
+			attr='%attr(660,root,http) %config(noreplace) %verify(not md5 mtime size)'
 		fi
 		case $lang in
 		templates)
@@ -206,6 +206,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2010/07/12 10:35:23  glen
+- do not overwrite bundled translations on upgrade
+
 Revision 1.12  2010/07/12 10:25:40  glen
 - up to 2.0.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pootle/pootle.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list