Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymilter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
44d76a63
Commit
44d76a63
authored
Mar 25, 2006
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
0.8.6 release candidate
parent
ec4f9fdd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
milter.spec
+1
-1
1 addition, 1 deletion
milter.spec
setup.py
+3
-1
3 additions, 1 deletion
setup.py
with
4 additions
and
2 deletions
milter.spec
+
1
−
1
View file @
44d76a63
%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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
1
View file @
44d76a63
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment