|
@@ -1,20 +1,20 @@
|
|
# if you wanna test, add " --define '_run_test 1' " option to rpmbuild command
|
|
# if you wanna test, add " --define '_run_test 1' " option to rpmbuild command
|
|
%define run_test %{?_run_test:1}%{!?_run_test:0}
|
|
%define run_test %{?_run_test:1}%{!?_run_test:0}
|
|
-%define libvers 3.2
|
|
|
|
-%define binsuffix 3.2
|
|
|
|
|
|
+%define libvers 3.3
|
|
|
|
+%define binsuffix 3.3
|
|
%define python_lib %{_libdir}/python%{libvers}
|
|
%define python_lib %{_libdir}/python%{libvers}
|
|
%define config_htmldir /var/www/html/python
|
|
%define config_htmldir /var/www/html/python
|
|
Summary: An interpreted, interactive, object-oriented programming language.
|
|
Summary: An interpreted, interactive, object-oriented programming language.
|
|
Summary(ja): オブジェクト指向 Python3 インタプリタ
|
|
Summary(ja): オブジェクト指向 Python3 インタプリタ
|
|
Name: python3
|
|
Name: python3
|
|
-Version: 3.2
|
|
|
|
|
|
+Version: 3.3.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: PSF
|
|
License: PSF
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
URL: http://www.python.org/download/releases/%{version}
|
|
URL: http://www.python.org/download/releases/%{version}
|
|
Source0: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
|
Source0: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
|
Source1: http://docs.python.org/py3k/archives/python-%{version}-docs-html.tar.bz2
|
|
Source1: http://docs.python.org/py3k/archives/python-%{version}-docs-html.tar.bz2
|
|
-Patch1: python-3.2b2-lib64.patch
|
|
|
|
|
|
+Patch1: python-3.3.0-lib64.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: expat-devel
|
|
BuildRequires: expat-devel
|
|
BuildRequires: db4-devel
|
|
BuildRequires: db4-devel
|
|
@@ -28,6 +28,7 @@ BuildRequires: openssl-devel
|
|
BuildRequires: readline-devel
|
|
BuildRequires: readline-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: libffi-devel
|
|
BuildRequires: libffi-devel
|
|
|
|
+BuildRequires: valgrind-devel
|
|
Requires: bzip2
|
|
Requires: bzip2
|
|
Requires: gdbm
|
|
Requires: gdbm
|
|
Requires: ncurses
|
|
Requires: ncurses
|
|
@@ -249,8 +250,8 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%dir %{_includedir}/python%{libvers}u
|
|
|
|
-%{_includedir}/python%{libvers}u/*.h
|
|
|
|
|
|
+%dir %{_includedir}/python%{libvers}m
|
|
|
|
+%{_includedir}/python%{libvers}m/*.h
|
|
%{_includedir}/python%{libvers}
|
|
%{_includedir}/python%{libvers}
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
@@ -268,6 +269,11 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.0-1
|
|
|
|
+- updated python to 3.3.0
|
|
|
|
+- update Patch1 (python-3.3.0-lib64.patch)
|
|
|
|
+- add BuildRequires: valgrind-devel
|
|
|
|
+
|
|
* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 3.2-1
|
|
* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 3.2-1
|
|
- updated python to 3.2
|
|
- updated python to 3.2
|
|
- updated python-*-docs-html to 3.2
|
|
- updated python-*-docs-html to 3.2
|