Skip to content
Snippets Groups Projects
Commit 44d76a63 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

0.8.6 release candidate

parent ec4f9fdd
Branches
Tags
No related merge requests found
%define name milter %define name milter
%define version 0.8.5 %define version 0.8.6
%define release 1.RH7 %define release 1.RH7
# what version of RH are we building for? # what version of RH are we building for?
%define redhat9 0 %define redhat9 0
......
...@@ -3,6 +3,8 @@ import sys ...@@ -3,6 +3,8 @@ import sys
from distutils.core import setup, Extension from distutils.core import setup, Extension
# FIXME: on some versions of sendmail, smutil is renamed to sm # FIXME: on some versions of sendmail, smutil is renamed to sm
# on slackware and debian, leave it out entirely. It depends
# on how libmilter was built by the sendmail package.
libs = ["milter", "smutil"] libs = ["milter", "smutil"]
# patch distutils if it can't cope with the "classifiers" or # patch distutils if it can't cope with the "classifiers" or
...@@ -13,7 +15,7 @@ if sys.version < '2.2.3': ...@@ -13,7 +15,7 @@ if sys.version < '2.2.3':
DistributionMetadata.download_url = None DistributionMetadata.download_url = None
# NOTE: importing Milter to obtain version fails when milter.so not built # NOTE: importing Milter to obtain version fails when milter.so not built
setup(name = "milter", version = '0.8.5', setup(name = "milter", version = '0.8.6',
description="Python interface to sendmail milter API", description="Python interface to sendmail milter API",
long_description="""\ long_description="""\
This is a python extension module to enable python scripts to This is a python extension module to enable python scripts to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment