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
|
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
|
BuildRequires: xorg-x11-devel
|
||||||
%define python_version %(echo %{tarversion} | head -c 3)
|
%define python_version %(echo %{tarversion} | head -c 3)
|
||||||
%define idle_name idle
|
%define idle_name idle
|
||||||
Requires: python-base = %{version}-%{release}
|
Requires: python-base = %{version}
|
||||||
Provides: %{name} = %{python_version}
|
Provides: %{name} = %{python_version}
|
||||||
Obsoletes: python-elementtree
|
Obsoletes: python-elementtree
|
||||||
Obsoletes: python-nothreads
|
Obsoletes: python-nothreads
|
||||||
@ -96,7 +96,7 @@ install python-devel package.
|
|||||||
%package idle
|
%package idle
|
||||||
Summary: An Integrated Development Environment for Python
|
Summary: An Integrated Development Environment for Python
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: python-base = %{version}-%{release}
|
Requires: python-base = %{version}
|
||||||
Requires: python-tk
|
Requires: python-tk
|
||||||
|
|
||||||
%description idle
|
%description idle
|
||||||
@ -108,7 +108,7 @@ a debugger.
|
|||||||
%package demo
|
%package demo
|
||||||
Summary: Python Demonstration Scripts
|
Summary: Python Demonstration Scripts
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: python-base = %{version}-%{release}
|
Requires: python-base = %{version}
|
||||||
Provides: pyth_dmo
|
Provides: pyth_dmo
|
||||||
Obsoletes: pyth_dmo
|
Obsoletes: pyth_dmo
|
||||||
|
|
||||||
@ -119,7 +119,7 @@ programs that are useful for building or extending Python.
|
|||||||
%package tk
|
%package tk
|
||||||
Summary: TkInter - Python Tk Interface
|
Summary: TkInter - Python Tk Interface
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: python-base = %{version}-%{release}
|
Requires: python-base = %{version}
|
||||||
Provides: pyth_tk
|
Provides: pyth_tk
|
||||||
Provides: pyth_tkl
|
Provides: pyth_tkl
|
||||||
Provides: python-tkinter
|
Provides: python-tkinter
|
||||||
@ -138,7 +138,7 @@ Python interface to Tk. Tk is the GUI toolkit that comes with Tcl. The
|
|||||||
%package curses
|
%package curses
|
||||||
Summary: Python Interface to the (N)Curses Library
|
Summary: Python Interface to the (N)Curses Library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: python-base = %{version}-%{release}
|
Requires: python-base = %{version}
|
||||||
Obsoletes: pyth_cur
|
Obsoletes: pyth_cur
|
||||||
Provides: pyth_cur
|
Provides: pyth_cur
|
||||||
|
|
||||||
@ -149,7 +149,7 @@ Console User Interface.
|
|||||||
%package gdbm
|
%package gdbm
|
||||||
Summary: Python Interface to the GDBM Library
|
Summary: Python Interface to the GDBM Library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: python-base = %{version}-%{release}
|
Requires: python-base = %{version}
|
||||||
Obsoletes: pygdmod
|
Obsoletes: pygdmod
|
||||||
Provides: pygdmod
|
Provides: pygdmod
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user