CVS: tmda/contrib tmda.spec,1.91,1.92

"Jason R. Mastaler" <[email protected]> Tue, 10 Feb 2004 14:05:56 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda/contrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6518/contrib

Modified Files:
	tmda.spec 
Log Message:
tmda.spec now depends on /usr/bin/python2.3 instead of
/usr/bin/python2 since very few if any distros currently have Python
2.3 as their /usr/bin/python2.  If they do, they will have a
/usr/bin/python2.3 anyway.  If they don't, the user can install an RPM
from www.python.org which does not conflict with the currently
installed Python RPM on the system.


Index: tmda.spec
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/tmda.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- tmda.spec	10 Feb 2004 02:36:53 -0000	1.91
+++ tmda.spec	10 Feb 2004 22:05:41 -0000	1.92
@@ -14,8 +14,8 @@
 Vendor: TMDA Cabal
 Packager: [email protected]
 Url: http://www.tmda.net/
-BuildRequires: /usr/bin/python2
-Requires: /usr/bin/python2
+BuildRequires: /usr/bin/python2.3
+Requires: /usr/bin/python2.3
 
 %description
 TMDA is an open source anti-spam system and local mail delivery agent.
@@ -25,7 +25,8 @@
 
 %build
 rm -rf %{buildroot}
-%define pypath %(if [ `type -p python2` ]; then type -p python2; else type -p python; fi)
+#%define pypath %(if [ `type -p python2` ]; then type -p python2; else type -p python; fi)
+%define pypath /usr/bin/python2.3
 
 # fix shbang line in all executable files
 find . -type f -perm 0755 -print | while read i