This commit is contained in:
parent
84472f8ebc
commit
fb58335915
@ -17,7 +17,7 @@ Group: Development/Languages/Python
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Additional Package Documentation for Python.
|
Summary: Additional Package Documentation for Python.
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 25
|
Release: 27
|
||||||
%define pyver %{version}
|
%define pyver %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%define tarname Python-%{pyver}
|
%define tarname Python-%{pyver}
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 24 18:16:08 CET 2007 - aj@suse.de
|
||||||
|
|
||||||
|
- Add libbz2-devel to BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 23 15:10:09 CET 2007 - rguenther@suse.de
|
Fri Mar 23 15:10:09 CET 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: python
|
Name: python
|
||||||
BuildRequires: blt db-devel emacs-nox gcc-c++ gdbm-devel gmp-devel openssl-devel readline-devel sqlite-devel tk-devel xorg-x11-devel
|
BuildRequires: blt db-devel emacs-nox gcc-c++ gdbm-devel gmp-devel libbz2-devel openssl-devel readline-devel sqlite-devel tk-devel xorg-x11-devel
|
||||||
URL: http://www.python.org/
|
URL: http://www.python.org/
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
@ -19,7 +19,7 @@ Autoreqprov: on
|
|||||||
Obsoletes: python-nothreads python21
|
Obsoletes: python-nothreads python21
|
||||||
Summary: Python Interpreter
|
Summary: Python Interpreter
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 35
|
Release: 36
|
||||||
%define tarname Python-%{version}
|
%define tarname Python-%{version}
|
||||||
Source0: %{tarname}.tar.bz2
|
Source0: %{tarname}.tar.bz2
|
||||||
Source6: README.SUSE
|
Source6: README.SUSE
|
||||||
@ -476,6 +476,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(755, root, root) %{_bindir}/smtpd.py
|
%attr(755, root, root) %{_bindir}/smtpd.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 24 2007 - aj@suse.de
|
||||||
|
- Add libbz2-devel to BuildRequires.
|
||||||
* Fri Mar 23 2007 - rguenther@suse.de
|
* Fri Mar 23 2007 - rguenther@suse.de
|
||||||
- add gdbm-devel BuildRequires
|
- add gdbm-devel BuildRequires
|
||||||
* Mon Jan 08 2007 - cthiel@suse.de
|
* Mon Jan 08 2007 - cthiel@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user