SHA256
1
0
forked from pool/python
Stephan Kulow 2010-11-20 16:13:35 +00:00 committed by Git OBS Bridge
parent 103a6aba9d
commit 0ae89146c5
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#
# spec file for package python-base (Version 2.6.5)
# spec file for package python-base (Version 2.7)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: python-base
BuildRequires: zlib-devel fdupes pkg-config
BuildRequires: fdupes pkg-config zlib-devel
Url: http://www.python.org/
License: MIT License (or similar)
Group: Development/Languages/Python
@ -30,7 +30,7 @@ Obsoletes: python-64bit
#
Summary: Python Interpreter base package
Version: 2.7
Release: 1
Release: 4
%define tarversion %{version}
%define tarname Python-%{tarversion}
Source0: %{tarname}.tar.bz2

View File

@ -1,5 +1,5 @@
#
# spec file for package python-doc (Version 2.6)
# spec file for package python-doc (Version 2.7)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,7 +24,7 @@ Group: Development/Languages/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation for Python.
Version: 2.7
Release: 23
Release: 4
%define pyver 2.7
BuildArch: noarch
%define tarname Python-%{pyver}

View File

@ -1,5 +1,5 @@
#
# spec file for package python (Version 2.6.5)
# spec file for package python (Version 2.7)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: python
BuildRequires: db-devel gdbm-devel gmp-devel libbz2-devel libopenssl-devel ncurses-devel readline-devel sqlite-devel tk-devel xorg-x11-devel fdupes
BuildRequires: db-devel fdupes gdbm-devel gmp-devel libbz2-devel libopenssl-devel ncurses-devel readline-devel sqlite-devel tk-devel xorg-x11-devel
#Requires: openssl >= 0.9.8e
Url: http://www.python.org/
License: MIT License (or similar)
@ -32,7 +32,7 @@ Obsoletes: python-64bit
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
Summary: Python Interpreter
Version: 2.7
Release: 2
Release: 4
Requires: python-base = %{version}
%define tarversion %{version}
%define tarname Python-%{tarversion}