OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Oct-2008 21:34:56
Branch: HEAD Handle: 2008102020345500
Modified files:
openpkg-src/git git.spec
Log:
cleanup packaging and disable addons for now
Summary:
Revision Changes Path
1.121 +8 -8 openpkg-src/git/git.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.spec
============================================================================
$ cvs diff -u -r1.120 -r1.121 git.spec
--- openpkg-src/git/git.spec 9 Oct 2008 06:36:50 -0000 1.120
+++ openpkg-src/git/git.spec 20 Oct 2008 19:34:55 -0000 1.121
@@ -40,14 +40,14 @@
Group: SCM
License: GPL
Version: %{V_git}
-Release: 20081009
+Release: 20081020
# package options
-%option with_cogito yes
-%option with_stgit yes
-%option with_guilt yes
-%option with_tig yes
-%option with_gcutils yes
+%option with_cogito no
+%option with_stgit no
+%option with_guilt no
+%option with_tig no
+%option with_gcutils no
%option with_doc no
# list of sources
@@ -174,13 +174,13 @@
%if "%{with_guilt}" == "yes"
( cd guilt-%{V_guilt}
%{l_shtool} subst \
- -e 's;/bin/bash;%{l_prefix}/bin/bash;g' \
+ -e 's;/bin/sh;%{l_prefix}/bin/bash;g' \
guilt*
) || exit $?
%endif
# build Tig add-on
-%if "%{with_guilt}" == "yes"
+%if "%{with_tig}" == "yes"
( cd tig-%{V_tig}
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]