packages: phorum/phorum.spec - current undos macro is broken, back to sed

glen glen at pld-linux.org
Thu Apr 1 16:55:57 CEST 2010


Author: glen                         Date: Thu Apr  1 14:55:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- current undos macro is broken, back to sed

---- Files affected:
packages/phorum:
   phorum.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: packages/phorum/phorum.spec
diff -u packages/phorum/phorum.spec:1.51 packages/phorum/phorum.spec:1.52
--- packages/phorum/phorum.spec:1.51	Thu Apr  1 16:39:33 2010
+++ packages/phorum/phorum.spec	Thu Apr  1 16:55:52 2010
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8):	Phorum - implementacja forum WWW w PHP
 Name:		phorum
 Version:	%{mainver}.15a
-Release:	0.62
+Release:	0.63
 License:	Apache-like
 Group:		Applications/WWW
 Source0:	http://www.phorum.org/downloads/%{name}-%{version}.tar.bz2
@@ -255,7 +255,7 @@
 
 %prep
 %setup -q -a1 -a2
-find '(' -name '*.php' -o -name '*.css' -o -name '*.js' -o -name '*.html' ')' -print0 | xargs -0 %undos
+find '(' -name '*.php' -o -name '*.css' -o -name '*.js' -o -name '*.html' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
 
 install -d htdocs/admin examples
 
@@ -610,6 +610,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2010/04/01 14:55:52  glen
+- current undos macro is broken, back to sed
+
 Revision 1.51  2010/04/01 14:39:33  glen
 - add lang source downloadurls
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/phorum.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list