packages: jag/jag.spec - patch first, then sed
lisu
lisu at pld-linux.org
Thu Feb 4 14:48:59 CET 2010
Author: lisu Date: Thu Feb 4 13:48:59 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- patch first, then sed
---- Files affected:
packages/jag:
jag.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/jag/jag.spec
diff -u packages/jag/jag.spec:1.5 packages/jag/jag.spec:1.6
--- packages/jag/jag.spec:1.5 Thu Feb 4 13:24:34 2010
+++ packages/jag/jag.spec Thu Feb 4 14:48:53 2010
@@ -39,9 +39,11 @@
%prep
%setup -q -n %{name}-%{version}-src
-%{__sed} -i -e 's,\r$,,' editor/editor.pro Game.pro main.cpp
%patch0 -p1
+# change dos formatting to unix one
+%{__sed} -i -e 's,\r$,,' editor/editor.pro Game.pro main.cpp
+
%build
qmake-qt4
%{__make} \
@@ -70,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2010/02/04 13:48:53 lisu
+- patch first, then sed
+
Revision 1.5 2010/02/04 12:24:34 sparky
- use /usr/share/games/jag dir
- pass rpm*flags and __cxx
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jag/jag.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list