|
@@ -1,22 +1,25 @@
|
|
# If you want to run test, add "--define '_run_test 1'" to rpm option
|
|
# If you want to run test, add "--define '_run_test 1'" to rpm option
|
|
%define run_test %{?_run_test:1}%{!?_run_test:0}
|
|
%define run_test %{?_run_test:1}%{!?_run_test:0}
|
|
-%define with_doc %{?_without_doc:0}%{!?_without_doc:1}
|
|
|
|
|
|
+%define with_doc %{?_without_doc:1}%{!?_without_doc:0}
|
|
%define unicode ucs4
|
|
%define unicode ucs4
|
|
%define tcl_major 8.4
|
|
%define tcl_major 8.4
|
|
%define tk_major 8.4
|
|
%define tk_major 8.4
|
|
%define tix_major 8.4
|
|
%define tix_major 8.4
|
|
%define pybasever 2.4
|
|
%define pybasever 2.4
|
|
%define python_lib %{_libdir}/python%{pybasever}
|
|
%define python_lib %{_libdir}/python%{pybasever}
|
|
|
|
+## as python24
|
|
|
|
+Packager: owa
|
|
|
|
|
|
Summary: An interpreted, interactive, object-oriented programming language.
|
|
Summary: An interpreted, interactive, object-oriented programming language.
|
|
Summary(ja): オブジェクト指向言語 Python2.4 インタプリタ
|
|
Summary(ja): オブジェクト指向言語 Python2.4 インタプリタ
|
|
Name: python24
|
|
Name: python24
|
|
Version: 2.4.6
|
|
Version: 2.4.6
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: PSF - see LICENSE
|
|
License: PSF - see LICENSE
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
URL: http://www.python.org/2.4/
|
|
URL: http://www.python.org/2.4/
|
|
Source0: Python-%{version}.tar.bz2
|
|
Source0: Python-%{version}.tar.bz2
|
|
|
|
+Source1: db46_headers.tar.gz
|
|
#Source6: http://gigue.peabody.jhu.edu/~mdboom/omi/source/shm_source/shmmodule.c
|
|
#Source6: http://gigue.peabody.jhu.edu/~mdboom/omi/source/shm_source/shmmodule.c
|
|
Source6: shmmodule.c
|
|
Source6: shmmodule.c
|
|
# For TEST
|
|
# For TEST
|
|
@@ -35,6 +38,7 @@ Source18: http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TX
|
|
Source19: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT
|
|
Source19: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT
|
|
Source20: http://www.unicode.org/Public/3.2-Update/NormalizationTest-3.2.0.txt
|
|
Source20: http://www.unicode.org/Public/3.2-Update/NormalizationTest-3.2.0.txt
|
|
|
|
|
|
|
|
+
|
|
#Patch0: python-2.4.6-config.patch
|
|
#Patch0: python-2.4.6-config.patch
|
|
Patch3: Python-2.2.1-pydocnogui.patch
|
|
Patch3: Python-2.2.1-pydocnogui.patch
|
|
Patch4: Python-2.3.3-nowhatsnew.patch
|
|
Patch4: Python-2.3.3-nowhatsnew.patch
|
|
@@ -60,15 +64,15 @@ Obsoletes: python-base
|
|
Provides: Distutils
|
|
Provides: Distutils
|
|
Provides: python2.4
|
|
Provides: python2.4
|
|
|
|
|
|
-BuildPrereq: db4-devel
|
|
|
|
-BuildPrereq: readline-devel, libtermcap-devel, openssl-devel, gmp-devel
|
|
|
|
-BuildPrereq: ncurses-devel, gdbm-devel, zlib-devel, expat-devel, tetex-latex
|
|
|
|
-BuildPrereq: tk tix gcc-c++ glibc-devel
|
|
|
|
-BuildPrereq: xorg-x11-devel mesa-libGL-devel
|
|
|
|
-BuildPrereq: gzip tar /usr/bin/find pkgconfig bzip2-devel
|
|
|
|
-BuildPrereq: nkf
|
|
|
|
|
|
+BuildRequires: db4-devel
|
|
|
|
+BuildRequires: readline-devel, libtermcap-devel, openssl-devel, gmp-devel
|
|
|
|
+BuildRequires: ncurses-devel, gdbm-devel, zlib-devel, expat-devel, tetex-latex
|
|
|
|
+BuildRequires: tk tix gcc-c++ glibc-devel
|
|
|
|
+BuildRequires: xorg-x11-devel mesa-libGL-devel
|
|
|
|
+BuildRequires: gzip tar /usr/bin/find pkgconfig bzip2-devel
|
|
|
|
+BuildRequires: nkf
|
|
%if %{with_doc}
|
|
%if %{with_doc}
|
|
-BuildPrereq: latex2html
|
|
|
|
|
|
+BuildRequires: latex2html
|
|
%endif
|
|
%endif
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -137,7 +141,7 @@ Summary: A graphical user interface for the Python scripting language.
|
|
Summary(ja): Python スクリプト言語のグラフィカルインターフェイス
|
|
Summary(ja): Python スクリプト言語のグラフィカルインターフェイス
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Obsoletes: tkinter2
|
|
Obsoletes: tkinter2
|
|
-BuildPrereq: tcl, tk
|
|
|
|
|
|
+BuildRequires: tcl, tk
|
|
Requires: %{name} = %{version}
|
|
Requires: %{name} = %{version}
|
|
Requires: tix
|
|
Requires: tix
|
|
|
|
|
|
@@ -149,7 +153,8 @@ You should install the tkinter package if you'd like to use a graphical
|
|
user interface for Python programming.
|
|
user interface for Python programming.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n Python-%{version}
|
|
|
|
|
|
+%setup -q -n Python-%{version} -a 1
|
|
|
|
+
|
|
#%patch0 -p1 -b .Setup
|
|
#%patch0 -p1 -b .Setup
|
|
%patch3 -p1 -b .no_gui
|
|
%patch3 -p1 -b .no_gui
|
|
%patch4 -p1 -b .nowhatsnew
|
|
%patch4 -p1 -b .nowhatsnew
|
|
@@ -385,6 +390,12 @@ rm -fr $RPM_BUILD_ROOT
|
|
%{python_lib}/lib-dynload/_tkinter.so
|
|
%{python_lib}/lib-dynload/_tkinter.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 20 2010 Shu KONNO <owa@bg.wakwak.com> python2.4-2.4.6-3
|
|
|
|
+- added db46_headers.tar.gz
|
|
|
|
+- update Setup.dist{32,64}.patch
|
|
|
|
+- changed default to '--without doc'
|
|
|
|
+- s/BuildPreReq/BuildRequires/
|
|
|
|
+
|
|
* Thu May 07 2009 Shu KONNO <owa@bg.wakwak.com> python2.4-2.4.6-2vl5
|
|
* Thu May 07 2009 Shu KONNO <owa@bg.wakwak.com> python2.4-2.4.6-2vl5
|
|
- added python-2.4.6-{Setup,Setup64,lib64}.patch
|
|
- added python-2.4.6-{Setup,Setup64,lib64}.patch
|
|
- added _bsddb module
|
|
- added _bsddb module
|