/[smeserver]/rpms/qpsmtpd/sme8/qpsmtpd.spec
ViewVC logotype

Diff of /rpms/qpsmtpd/sme8/qpsmtpd.spec

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

Revision 1.2 by slords, Thu Jun 14 20:07:19 2007 UTC Revision 1.11 by slords, Wed Oct 17 13:50:23 2007 UTC
# Line 1  Line 1 
1  Name: qpsmtpd  Name: qpsmtpd
2  Version: 0.40  Version: 0.40
3  Release: 1.0%{?dist}  Release: 1.7%{?dist}
4  %define orig_version 0.40  %define orig_version 0.40
5  Summary: qpsmtpd  Summary: qpsmtpd
6  License: distributable  License: distributable
# Line 30  Patch100: qpsmtpd-0.40-badhelo_disconnec Line 30  Patch100: qpsmtpd-0.40-badhelo_disconnec
30  Patch101: qpsmtpd-0.40-badrcptto_allowrelay.patch  Patch101: qpsmtpd-0.40-badrcptto_allowrelay.patch
31  Patch102: qpsmtpd-0.40-clamav_fix.patch  Patch102: qpsmtpd-0.40-clamav_fix.patch
32  Patch103: qpsmtpd-0.40-peer_hooks.patch  Patch103: qpsmtpd-0.40-peer_hooks.patch
33    Patch104: qpsmtpd-0.40-clamd_conf.patch
34    Patch105: qpsmtpd-0.40-denysoft.patch
35    Patch106: qpsmtpd-0.40-clamav-headers.patch
36    Patch107: qpsmtpd-0.40-rhsbl_disconnect.patch
37    
38  %description  %description
39  qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core  qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core
# Line 72  qpsmpd-async which uses it. Line 76  qpsmpd-async which uses it.
76  #%patch8 -p0 -b .dns-random-id  #%patch8 -p0 -b .dns-random-id
77  %patch100 -p1  %patch100 -p1
78  %patch101 -p1  %patch101 -p1
79  %patch102 -p1  #%patch102 -p1
80  %patch103 -p1  %patch103 -p1
81    %patch104 -p1
82    %patch105 -p1
83    %patch106 -p1
84    %patch107 -p1
85    
86  %build  %build
87  CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl  CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl
# Line 234  find $RPM_BUILD_ROOT/usr -type f -path ' Line 242  find $RPM_BUILD_ROOT/usr -type f -path '
242  %config(noreplace) /etc/qpsmtpd/*  %config(noreplace) /etc/qpsmtpd/*
243  %config(noreplace) /etc/xinetd.d/smtp  %config(noreplace) /etc/xinetd.d/smtp
244  %config(noreplace) /etc/sysconfig/qpsmtpd-forkserver  %config(noreplace) /etc/sysconfig/qpsmtpd-forkserver
 %attr(0700,smtpd,smtpd) %dir /var/spool/qpsmtpd  
 %attr(0750,smtpd,smtpd) %dir /var/log/qpsmtpd  
245    
246  %files apache -f qpsmtpd-apache-%{version}-filelist  %files apache -f qpsmtpd-apache-%{version}-filelist
247  %defattr(-,root,root)  %defattr(-,root,root)
# Line 251  find $RPM_BUILD_ROOT/usr -type f -path ' Line 257  find $RPM_BUILD_ROOT/usr -type f -path '
257  /usr/share/qpsmtpd/plugins/async/dnsbl  /usr/share/qpsmtpd/plugins/async/dnsbl
258  /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost  /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost
259    
260    %changelog
261    * Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 0.40-1.7.sme
262    - Add support for disconnect option in rhsbl plugin [SME: 3390]
263    
264    * Sat Jun 30 2007 Shad L. Lords <slords@mail.com> 0.40-1.6.sme
265    - Move clamav headers to top to not mess up message signing.
266    
267    * Thu Jun 28 2007 Gavin Weight <gweight@gmail.com> 0.40-1.5.sme
268    - Remove the scriptlets within the .spec file. [SME: 3112]
269    
270    * Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme
271    - Deny soft if clamscan fails [SME: 3098]
272    
273    * Fri Jun 15 2007 Shad L. Lords <slords@mail.com> 0.40-1.3.sme
274    - Fix clamd.conf path for clamav plugin [SME: 3067]
275    
276  %pre  * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 0.40-1.2.sme
277  if ! id smtpd >/dev/null 2>&1  - Fix clamav patch so service starts [SME: 3065]
 then  
     # need to create smtpd user.  
     if perl -e 'exit ! defined(getgrnam("postdrop"))'  
     then  
         # if postfix is installed, we will probably use  
         # queue/postfix, which will need this:  
         supp="-G postdrop"  
     fi  
     useradd -r -m $supp smtpd  
 fi  
278    
279  %post  * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 0.40-1.1.sme
280  /sbin/chkconfig --add qpsmtpd-forkserver  - Update for smeserver [SME: 3065]
281    
 %changelog  
282  * Tue Jun 12 2007 <hjp@hjp.at> 0.40-1.0  * Tue Jun 12 2007 <hjp@hjp.at> 0.40-1.0
283  - updated to 0.40 - no code change.  - updated to 0.40 - no code change.
284    


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