Any problems you guys foresee with this change to tmda.spec?

> 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
>
> _______________________________________
> tmda-cvs mailing list
> http://tmda.net/lists/listinfo/tmda-cvs
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to