packages: ice/ice.spec - fix undos macro: - empty line required after mac...

hawk hawk at pld-linux.org
Sun May 30 16:34:17 CEST 2010


Author: hawk                         Date: Sun May 30 14:34:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix undos macro:
  - empty line required after macro or we will get "syntax error: `do' unexpected"
  - use -f and extension search, regular form macro fail with "sed: no input files"

---- Files affected:
packages/ice:
   ice.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/ice/ice.spec
diff -u packages/ice/ice.spec:1.26 packages/ice/ice.spec:1.27
--- packages/ice/ice.spec:1.26	Sun May 30 14:44:39 2010
+++ packages/ice/ice.spec	Sun May 30 16:34:12 2010
@@ -174,7 +174,8 @@
 
 # Fix the encoding and line-endings of all the IceGridAdmin documentation files
 cd java/resources/IceGridAdmin
-%undos *.js *.css
+%undos -f js,css
+
 for f in helpman_topicinit.js icegridadmin_navigation.js IceGridAdmin_popup_html.js zoom_pageinfo.js; do
 	iconv -f ISO88591 -t UTF8 $f -o $f.tmp
 	mv $f.tmp $f
@@ -638,6 +639,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2010/05/30 14:34:12  hawk
+- fix undos macro:
+  - empty line required after macro or we will get "syntax error: `do' unexpected"
+  - use -f and extension search, regular form macro fail with "sed: no input files"
+
 Revision 1.26  2010/05/30 12:44:39  hawk
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ice/ice.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list