]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Spec file update from Sean Reifschneider.
authorBarry Warsaw <barry@python.org>
Tue, 27 May 2003 14:36:02 +0000 (14:36 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 27 May 2003 14:36:02 +0000 (14:36 +0000)
Misc/RPM/python-2.2.spec

index 84077107b5646f811e8c9205233a302e8afd8d74..bba5dd49db0183cb439e0c7573ad7b819162e0ed 100644 (file)
@@ -5,7 +5,7 @@
 #  Is the resulting package and the installed binary named "python" or
 #  "python2"?
 # Valid values: [none/2/2.2]
-%define config_binsuffix 2.2.2b1
+%define config_binsuffix 2
 
 #  Build tkinter?  "auto" enables it if /usr/bin/wish exists.
 # Valid values: [no/yes/auto]
@@ -25,7 +25,7 @@
 #################################
 
 %define name python
-%define version 2.2.2b1
+%define version 2.2.3
 %define release 1
 %define __prefix /usr
 %define libvers %(echo "%{version}" | awk -F. '{ printf "%s.%s", $1, $2 }')
@@ -51,7 +51,6 @@ Source1: html-%{version}.tar.bz2
 %endif
 BuildRoot: /var/tmp/%{name}-%{version}-root
 BuildPrereq: expat-devel
-BuildPrereq: /usr/include/db1/db.h
 BuildPrereq: gdbm-devel
 Prefix: %{__prefix}
 Packager: Sean Reifschneider <jafo-rpms@tummy.com>