OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 13-Sep-2009 10:34:39 Branch: HEAD Handle: 2009091309343800 Added files: openpkg-src/axl axl.patch Modified files: openpkg-src/axl axl.spec Log: upgrading package: axl 0.5.7 -> 0.6.0 Summary: Revision Changes Path 1.3 +12 -0 openpkg-src/axl/axl.patch 1.36 +7 -3 openpkg-src/axl/axl.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/axl/axl.patch ============================================================================ $ cvs diff -u -r0 -r1.3 axl.patch --- /dev/null 2009-09-13 10:34:38 +0200 +++ axl.patch 2009-09-13 10:34:39 +0200 @@ -0,0 +1,12 @@ +Index: configure +--- configure.orig 2009-09-03 15:36:48 +0200 ++++ configure 2009-09-13 10:29:56 +0200 +@@ -21396,7 +21396,7 @@ + + + +-if test "x$python_devel_found" = "xyes"; then ++if false; then + ENABLE_PY_AXL_TRUE= + ENABLE_PY_AXL_FALSE='#' + else @@ . patch -p0 <<'@@ .' Index: openpkg-src/axl/axl.spec ============================================================================ $ cvs diff -u -r1.35 -r1.36 axl.spec --- openpkg-src/axl/axl.spec 30 Jun 2009 20:20:05 -0000 1.35 +++ openpkg-src/axl/axl.spec 13 Sep 2009 08:34:38 -0000 1.36 @@ -22,8 +22,8 @@ ## # package version -%define V_external 0.5.7 -%define V_internal b3918.g3941 +%define V_external 0.6.0 +%define V_internal b4046.g4055 # package information Name: axl @@ -36,10 +36,11 @@ Group: XML License: LGPL Version: %{V_external} -Release: 20090628 +Release: 20090913 # list of sources Source0: http://switch.dl.sourceforge.net/vortexlibrary/axl-%{V_external}.%{V_internal}.tar.gz +Patch0: axl.patch # build information Prefix: %{l_prefix} @@ -62,12 +63,15 @@ %prep %setup -q -n axl-%{V_external}.%{V_internal} + %patch -p0 %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ ./configure \ --prefix=%{l_prefix} \ + --disable-axl-doc \ + --disable-axl-test \ --disable-shared %{l_make} %{l_mflags -O} @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org