/[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.6 by jpp, Thu Feb 28 03:57:36 2019 UTC Revision 1.7 by jpp, Sat Mar 2 03:43:52 2019 UTC
# Line 1  Line 1 
1  # $Id: qmail.spec,v 1.5 2019/02/25 04:29:22 jpp Exp $  # $Id: qmail.spec,v 1.6 2019/02/28 03:57:36 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.5 2019/02/25 04:29:22 jpp Exp $  # $Id: qmail.spec,v 1.6 2019/02/28 03:57:36 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 22  %define release 23
13  Version: %{version}  Version: %{version}
14  Release: %{release}%{?dist}  Release: %{release}%{?dist}
15  #Author: Daniel J. Bernstein  #Author: Daniel J. Bernstein
# Line 23  Patch2: qmail-103-dns_response_buffer.pa Line 23  Patch2: qmail-103-dns_response_buffer.pa
23  #Patch3: http://www.suspectclass.com/sgifford/qmail/qmail-0.0.0.0.patch  #Patch3: http://www.suspectclass.com/sgifford/qmail/qmail-0.0.0.0.patch
24  Patch4: qmail-inject-null-sender.patch  Patch4: qmail-inject-null-sender.patch
25  Patch5: http://notes.sagredo.eu/sites/notes.sagredo.eu/files/qmail/patches/qmail-1.03-moreipme-0.6.patch  Patch5: http://notes.sagredo.eu/sites/notes.sagredo.eu/files/qmail/patches/qmail-1.03-moreipme-0.6.patch
26  Patch6: qmail-1.03-tls-20021228-renato_v2-remote.patch  Patch6: netqmail-1.06-tls-20160918-remote.patch
27  #from http://inoa.net/qmail-tls/qmail-1.03-tls-20021228-renato_v2.patch  #from http://inoa.net/qmail-tls/netqmail-1.06-tls-20160918.patch
28  URL: http://cr.yp.to/%{name}.html  URL: http://cr.yp.to/%{name}.html
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  Provides: smtpdaemon  Provides: smtpdaemon
# 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    * Fri Mar 01 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-23.sme
85    - update using last patch for netqmail, only qmail-remote part [SME: 9349]
86    - add DEBUG flag for the moment to help configuring -DDEBUG=1
87    
88  * Wed Feb 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-22.sme  * Wed Feb 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-22.sme
89  - fixed compilation line in spec file [SME: 9349]  - fixed compilation line in spec file [SME: 9349]
90  - now TLS and EHLO are defined to allow proper compilation  - now TLS and EHLO are defined to allow proper compilation
# Line 235  transparently by your current UAs. Line 239  transparently by your current UAs.
239  %build  %build
240  #echo gcc -O2 --include /usr/include/errno.h > conf-cc  #echo gcc -O2 --include /usr/include/errno.h > conf-cc
241  #cc -O2 -DTLS=20021228 -I/usr/local/ssl/include  #cc -O2 -DTLS=20021228 -I/usr/local/ssl/include
242  echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 --include /usr/include/errno.h > conf-cc  echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 -DDEBUG=1  --include /usr/include/errno.h > conf-cc
243  make  make
244    
245  %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