[Python-checkins] python/dist/src/Misc/RPM python-2.2.spec,1.1.2.3,1.1.2.4

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 27 May 2003 07:36:05 -0700


Update of /cvsroot/python/python/dist/src/Misc/RPM
In directory sc8-pr-cvs1:/tmp/cvs-serv27334

Modified Files:
      Tag: release22-maint
	python-2.2.spec 
Log Message:
Spec file update from Sean Reifschneider.


Index: python-2.2.spec
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/RPM/Attic/python-2.2.spec,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** python-2.2.spec	7 Oct 2002 05:53:29 -0000	1.1.2.3
--- python-2.2.spec	27 May 2003 14:36:02 -0000	1.1.2.4
***************
*** 6,10 ****
  #  "python2"?
  # Valid values: [none/2/2.2]
! %define config_binsuffix 2.2.2b1
  
  #  Build tkinter?  "auto" enables it if /usr/bin/wish exists.
--- 6,10 ----
  #  "python2"?
  # Valid values: [none/2/2.2]
! %define config_binsuffix 2
  
  #  Build tkinter?  "auto" enables it if /usr/bin/wish exists.
***************
*** 26,30 ****
  
  %define name python
! %define version 2.2.2b1
  %define release 1
  %define __prefix /usr
--- 26,30 ----
  
  %define name python
! %define version 2.2.3
  %define release 1
  %define __prefix /usr
***************
*** 52,56 ****
  BuildRoot: /var/tmp/%{name}-%{version}-root
  BuildPrereq: expat-devel
- BuildPrereq: /usr/include/db1/db.h
  BuildPrereq: gdbm-devel
  Prefix: %{__prefix}
--- 52,55 ----