/[smeserver]/rpms/qmail/sme9/qmail.spec
ViewVC logotype

Diff of /rpms/qmail/sme9/qmail.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.5 by jpp, Mon Feb 25 04:29:22 2019 UTC Revision 1.6 by jpp, Thu Feb 28 03:57:36 2019 UTC
# Line 1  Line 1 
1  # $Id: qmail.spec,v 1.4 2017/04/13 16:06:04 unnilennium Exp $  # $Id: qmail.spec,v 1.5 2019/02/25 04:29:22 jpp Exp $
2    
3  #  #
4  # RPM spec file for Dan Bernstein's qmail package  # RPM spec file for Dan Bernstein's qmail package
5  #  #
6  # $Id: qmail.spec,v 1.4 2017/04/13 16:06:04 unnilennium Exp $  # $Id: qmail.spec,v 1.5 2019/02/25 04:29:22 jpp Exp $
7  #  #
8  Summary: A modern, fast, secure replacement for sendmail  Summary: A modern, fast, secure replacement for sendmail
9  %define name qmail  %define name qmail
10  Name: %{name}  Name: %{name}
11  %define version 1.03  %define version 1.03
12  %define release 21  %define release 22
13  Version: %{version}  Version: %{version}
14  Release: %{release}%{?dist}  Release: %{release}%{?dist}
15  #Author: Daniel J. Bernstein  #Author: Daniel J. Bernstein
# Line 81  also includes a drop-in ``sendmail'' wra Line 81  also includes a drop-in ``sendmail'' wra
81  transparently by your current UAs.  transparently by your current UAs.
82    
83  %changelog  %changelog
84    * Wed Feb 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-22.sme
85    - fixed compilation line in spec file [SME: 9349]
86    - now TLS and EHLO are defined to allow proper compilation
87    
88  * Sun Feb 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-21.sme  * Sun Feb 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-21.sme
89  - add remote tls transport for qmail-remote [SME: 9349]  - add remote tls transport for qmail-remote [SME: 9349]
90  - used qmail-1.03-tls-20021228-renato_v2.patch without qmail-smtpd parts  - used qmail-1.03-tls-20021228-renato_v2.patch without qmail-smtpd parts
# Line 229  transparently by your current UAs. Line 233  transparently by your current UAs.
233  %patch6 -p1  %patch6 -p1
234    
235  %build  %build
236  echo gcc -O2 --include /usr/include/errno.h > conf-cc  #echo gcc -O2 --include /usr/include/errno.h > conf-cc
237    #cc -O2 -DTLS=20021228 -I/usr/local/ssl/include
238    echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 --include /usr/include/errno.h > conf-cc
239  make  make
240    
241  %install  %install


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed