SPECS: uebimiau.spec - undos before patching

glen glen at pld-linux.org
Mon Jul 17 02:38:05 CEST 2006


Author: glen                         Date: Mon Jul 17 00:38:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- undos before patching

---- Files affected:
SPECS:
   uebimiau.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: SPECS/uebimiau.spec
diff -u SPECS/uebimiau.spec:1.48 SPECS/uebimiau.spec:1.49
--- SPECS/uebimiau.spec:1.48	Sun Jul 16 23:02:52 2006
+++ SPECS/uebimiau.spec	Mon Jul 17 02:38:00 2006
@@ -26,7 +26,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_appdir		%{_datadir}/%{name}
-%define		_smartydir	%{_datadir}/php/Smarty
+%define		_smartydir	/usr/share/php/Smarty
 %define		_sysconfdir	/etc/%{name}
 %define		_webapps	/etc/webapps
 %define		_webapp		%{name}
@@ -45,15 +45,16 @@
 
 %prep
 %setup -q -n webmail
+
+# undos the source
+find . -name '*.php' -print0 | xargs -0 sed -i -e 's,\r$,,'
+
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 
-# undos the source
-find . -name '*.php' -print0 | xargs -0 sed -i -e 's,\r$,,'
-
 # prepare apache config file
 cat > apache.conf << EOF_APACHE_CONF
 Alias /%{name} %{_appdir}
@@ -231,6 +232,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2006/07/17 00:38:00  glen
+- undos before patching
+
 Revision 1.48  2006/07/16 21:02:52  adamg
 - updated to 2.7.10
 - dropped -bugfixes and -focus patches (the latter wasn't applied)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/uebimiau.spec?r1=1.48&r2=1.49&f=u



More information about the pld-cvs-commit mailing list