forked from pool/python
Accepting request 130676 from home:namtrac:branches:devel:languages:python:Factory
- python & python-base Release numbers can differ, take that into account. See bnc#766778 comment 12. OBS-URL: https://build.opensuse.org/request/show/130676 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=126
This commit is contained in:
parent
a5bf6b85c9
commit
2630e55503
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 12 11:46:22 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- python & python-base Release numbers can differ, take that into
|
||||
account. See bnc#766778 comment 12.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 11:54:22 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
|
12
python.spec
12
python.spec
@ -72,7 +72,7 @@ BuildRequires: tk-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
%define python_version %(echo %{tarversion} | head -c 3)
|
||||
%define idle_name idle
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Requires: python-base = %{version}
|
||||
Provides: %{name} = %{python_version}
|
||||
Obsoletes: python-elementtree
|
||||
Obsoletes: python-nothreads
|
||||
@ -96,7 +96,7 @@ install python-devel package.
|
||||
%package idle
|
||||
Summary: An Integrated Development Environment for Python
|
||||
Group: Development/Languages/Python
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-tk
|
||||
|
||||
%description idle
|
||||
@ -108,7 +108,7 @@ a debugger.
|
||||
%package demo
|
||||
Summary: Python Demonstration Scripts
|
||||
Group: Development/Languages/Python
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Requires: python-base = %{version}
|
||||
Provides: pyth_dmo
|
||||
Obsoletes: pyth_dmo
|
||||
|
||||
@ -119,7 +119,7 @@ programs that are useful for building or extending Python.
|
||||
%package tk
|
||||
Summary: TkInter - Python Tk Interface
|
||||
Group: Development/Libraries/Python
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Requires: python-base = %{version}
|
||||
Provides: pyth_tk
|
||||
Provides: pyth_tkl
|
||||
Provides: python-tkinter
|
||||
@ -138,7 +138,7 @@ Python interface to Tk. Tk is the GUI toolkit that comes with Tcl. The
|
||||
%package curses
|
||||
Summary: Python Interface to the (N)Curses Library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Requires: python-base = %{version}
|
||||
Obsoletes: pyth_cur
|
||||
Provides: pyth_cur
|
||||
|
||||
@ -149,7 +149,7 @@ Console User Interface.
|
||||
%package gdbm
|
||||
Summary: Python Interface to the GDBM Library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Requires: python-base = %{version}
|
||||
Obsoletes: pygdmod
|
||||
Provides: pygdmod
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user