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: 04-Nov-2006 16:49:18 Branch: HEAD Handle: 2006110415491700 Modified files: openpkg-src/python python.spec Log: Ops, I really have to check what I need in my diet to stop committing crap: the options should be still all turned off by default, of course Summary: Revision Changes Path 1.74 +9 -9 openpkg-src/python/python.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/python/python.spec ============================================================================ $ cvs diff -u -r1.73 -r1.74 python.spec --- openpkg-src/python/python.spec 3 Nov 2006 18:36:00 -0000 1.73 +++ openpkg-src/python/python.spec 4 Nov 2006 15:49:17 -0000 1.74 @@ -33,18 +33,18 @@ Group: Language License: GPL Version: 2.5 -Release: 20061103 +Release: 20061104 # package options -%option with_readline yes +%option with_readline no %option with_db no -%option with_dbm yes -%option with_curses yes -%option with_zlib yes -%option with_bzip2 yes -%option with_xml yes -%option with_locale yes -%option with_ssl yes +%option with_dbm no +%option with_curses no +%option with_zlib no +%option with_bzip2 no +%option with_xml no +%option with_locale no +%option with_ssl no # list of sources Source0: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2 @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org