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
28bc84ed
Commit
28bc84ed
authored
Dec 29, 2005
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.8.5
parent
7f7f2500
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
milter.spec
+5
-5
5 additions, 5 deletions
milter.spec
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
6 additions
and
5 deletions
milter.spec
+
5
−
5
View file @
28bc84ed
%define name milter
%define name milter
%define version 0.8.5
%define version 0.8.5
%define release
2
.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
%define redhat7 1
%define redhat7 1
...
@@ -31,7 +31,7 @@ Name: %{name}
...
@@ -31,7 +31,7 @@ Name: %{name}
Version: %{version}
Version: %{version}
Release: %{release}
Release: %{release}
Source: %{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
Patch: %{name}-%{version}.patch
#
Patch: %{name}-%{version}.patch
Copyright: GPL
Copyright: GPL
Group: Development/Libraries
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRoot: %{_tmppath}/%{name}-buildroot
...
@@ -39,11 +39,11 @@ Prefix: %{_prefix}
...
@@ -39,11 +39,11 @@ Prefix: %{_prefix}
Vendor: Stuart D. Gathman <stuart@bmsi.com>
Vendor: Stuart D. Gathman <stuart@bmsi.com>
Packager: Stuart D. Gathman <stuart@bmsi.com>
Packager: Stuart D. Gathman <stuart@bmsi.com>
Url: http://www.bmsi.com/python/milter.html
Url: http://www.bmsi.com/python/milter.html
Requires: %{python} >= 2.4, sendmail >= 8.1
2.10
Requires: %{python} >= 2.4, sendmail >= 8.1
3
%ifos Linux
%ifos Linux
Requires: chkconfig
Requires: chkconfig
%endif
%endif
BuildRequires: %{python}-devel , sendmail-devel >= 8.1
2.10
BuildRequires: %{python}-devel , sendmail-devel >= 8.1
3
%description
%description
This is a python extension module to enable python scripts to
This is a python extension module to enable python scripts to
...
@@ -52,7 +52,7 @@ modules provide for navigating and modifying MIME parts.
...
@@ -52,7 +52,7 @@ modules provide for navigating and modifying MIME parts.
%prep
%prep
%setup
%setup
%patch -p0 -b .bms
#
%patch -p0 -b .bms
%build
%build
if %{redhat9}; then
if %{redhat9}; then
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
28bc84ed
...
@@ -32,6 +32,7 @@ querying SPF records.
...
@@ -32,6 +32,7 @@ querying SPF records.
ext_modules
=
[
ext_modules
=
[
Extension
(
"
milter
"
,
[
"
miltermodule.c
"
],
Extension
(
"
milter
"
,
[
"
miltermodule.c
"
],
libraries
=
libs
,
libraries
=
libs
,
# set MAX_ML_REPLY to 1 for sendmail < 8.13
define_macros
=
[
(
'
MAX_ML_REPLY
'
,
32
)
]
define_macros
=
[
(
'
MAX_ML_REPLY
'
,
32
)
]
),
),
],
],
...
...
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