|
@@ -5,7 +5,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
|
|
|
Summary(ja): オブジェクト指向 Python3 インタプリタ
|
|
|
Name: python3
|
|
|
Version: %{pybasever}.2
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: Modified CNRI Open Source License
|
|
|
Group: Development/Languages
|
|
|
URL: http://www.python.org/download/releases/%{version}
|
|
@@ -16,7 +16,23 @@ Patch1: python-3.1.2-lib64.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
-#Packager: ..., owa
|
|
|
+
|
|
|
+BuildRequires: gzip tar gcc-c++ pkgconfig sed findutils
|
|
|
+BuildRequires: bzip2-devel
|
|
|
+BuildRequires: gdbm-devel
|
|
|
+BuildRequires: glibc-devel
|
|
|
+BuildRequires: ncurses-devel
|
|
|
+BuildRequires: openssl-devel
|
|
|
+BuildRequires: readline-devel
|
|
|
+BuildRequires: sqlite3-devel
|
|
|
+BuildRequires: zlib-devel
|
|
|
+Requires: bzip2
|
|
|
+Requires: gdbm
|
|
|
+Requires: ncurses
|
|
|
+Requires: openssl
|
|
|
+Requires: readline
|
|
|
+Requires: sqlite3
|
|
|
+Requires: zlib
|
|
|
|
|
|
%description
|
|
|
Python is an interpreted, interactive, object-oriented programming
|
|
@@ -53,9 +69,11 @@ documentation.
|
|
|
%package tkinter
|
|
|
Summary: A graphical user interface for the Python scripting language.
|
|
|
Group: Development/Languages
|
|
|
-BuildRequires: tcl, tk
|
|
|
Requires: %{name} = %{version}
|
|
|
-Requires: tix
|
|
|
+Requires: tcl, tk, tix
|
|
|
+Requires: libX11, libxcb, libXau, libXdmcp
|
|
|
+BuildRequires: tcl, tk, tix
|
|
|
+BuildRequires: libX11-devel, libxcb-devel, libXau-devel, libXdmcp-devel
|
|
|
|
|
|
%description tkinter
|
|
|
The Tkinter (Tk interface) program is an graphical user interface for
|
|
@@ -210,6 +228,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jun 20 2010 Shu KONNO <owa@bg.wakwak.com> 3.1.2-2
|
|
|
+- added missings in BuildRequires, Requires
|
|
|
+
|
|
|
* Fri Jun 18 2010 Shu KONNO <owa@bg.wakwak.com> 3.1.2-1
|
|
|
- initial build for VineSeed
|
|
|
|