Author: glen Date: Tue Feb 8 00:59:47 2011 GMT Module: packages Tag: HEAD ---- Log message: - do not package backup file
---- Files affected: packages/xalan-c: xalan-c.spec (1.51 -> 1.52) ---- Diffs: ================================================================ Index: packages/xalan-c/xalan-c.spec diff -u packages/xalan-c/xalan-c.spec:1.51 packages/xalan-c/xalan-c.spec:1.52 --- packages/xalan-c/xalan-c.spec:1.51 Sat Feb 5 00:44:52 2011 +++ packages/xalan-c/xalan-c.spec Tue Feb 8 01:59:41 2011 @@ -5,7 +5,7 @@ Name: xalan-c Version: 1.11.0 # snap due to http://article.gmane.org/gmane.text.xml.xalan.c%2B%2B.user/3900 -Release: 0.%{snap}.1 +Release: 0.%{snap}.2 License: Apache v2.0 Group: Applications/Publishing/XML # http://svn.apache.org/repos/asf/xerces/c/trunk/ @@ -78,6 +78,9 @@ find xdocs samples -name CVS | xargs rm -rf +# cleanup backups after patching +find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f + %build # create env.sh for easier debug from console cat << EOF > env.sh @@ -154,6 +157,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.52 2011/02/08 00:59:41 glen +- do not package backup file + Revision 1.51 2011/02/04 23:44:52 sparky - %description <name> for correct %package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xalan-c/xalan-c.spec?r1=1.51&r2=1.52&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
