packages: luakit/luakit.spec - fixed conditional patching

pawelz pawelz at pld-linux.org
Sat Oct 16 02:40:58 CEST 2010


Author: pawelz                       Date: Sat Oct 16 00:40:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed conditional patching

---- Files affected:
packages/luakit:
   luakit.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/luakit/luakit.spec
diff -u packages/luakit/luakit.spec:1.12 packages/luakit/luakit.spec:1.13
--- packages/luakit/luakit.spec:1.12	Sat Oct 16 01:52:02 2010
+++ packages/luakit/luakit.spec	Sat Oct 16 02:40:53 2010
@@ -47,16 +47,17 @@
 %if %{without git}
 %setup -qc
 mv mason-larobina-%{name}-*/* .
+%patch0 -p1
+%patch1 -p1
 %else
 %setup -Tc
 git clone %{git_url} luakit.git
 cd luakit.git; git checkout %{git_branch}; cd -
 mv luakit.git/* .
-%endif
-
-%if 0%{!?luakit_patched:1}
+%{!?luakit_skip_patches:
 %patch0 -p1
 %patch1 -p1
+}
 %endif
 
 %build
@@ -95,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2010/10/16 00:40:53  pawelz
+- fixed conditional patching
+
 Revision 1.12  2010/10/15 23:52:02  pawelz
 - %bcond_with git: ugly hack to build the newest git version
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/luakit/luakit.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list