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

Diff of /rpms/spamassassin/sme9/spamassassin.spec

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

Revision 1.3 by vip-ire, Thu Jul 9 20:31:01 2015 UTC Revision 1.6 by vip-ire, Fri Jul 10 14:26:18 2015 UTC
# Line 2  Line 2 
2    
3  Name: spamassassin  Name: spamassassin
4  Version: 3.3.2  Version: 3.3.2
5  Release: 58%{?dist}  Release: 60%{?dist}
6  Summary: Spam filter for email which can be invoked from mail delivery agents  Summary: Spam filter for email which can be invoked from mail delivery agents
7  License: Apache  License: Apache
8  Group: Applications/Internet  Group: Applications/Internet
# Line 144  To filter spam for all users, add that l Line 144  To filter spam for all users, add that l
144  %build  %build
145  (cd spamc; autoconf)  (cd spamc; autoconf)
146  %define _perl_buildroot %{nil}  %define _perl_buildroot %{nil}
147  %perl_configure ENABLE_SSL=yes  test -z "$CFLAGS" && export CFLAGS="%{optflags}"
148  %perl_make  %{__perl} Makefile.PL 'PREFIX=%{_perl_buildroot}%{_prefix}' INSTALLDIRS=vendor ENABLE_SSL=yes
149  %perl_makecheck || :  %{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
150    %{__make} OPTIMIZE="$RPM_OPT_FLAGS"
151    %if %{?_without_check:0}%{!?_without_check:1}
152    %{__make} test ||:
153    %endif
154  mv spamd/README spamd/README.spamd  mv spamd/README spamd/README.spamd
155    
156  %install  %install
# Line 255  fi Line 259  fi
259  exit 0  exit 0
260    
261  %changelog  %changelog
262    * Fri Jul 10 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-60.sme
263    - Expand atrpms macro and remove BuildReq on atrpms-rpm-config [SME: 8980]
264    
265    * Fri Jul 10 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-59.sme
266    - Add atrpms-rpm-config to the BUildReq so it can build [SME: 8980]
267    
268  * Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-58.sme  * Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-58.sme
269  - Update RegistrarBoundaries.pm to the one from 3.4.1 so URIBL tests are  - Update RegistrarBoundaries.pm to the one from 3.4.1 so URIBL tests are
270    done on new tld [SME: 8980]    done on new tld [SME: 8980]


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