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

Diff of /rpms/clamav/sme9/clamav.spec

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

Revision 1.3 by slords, Thu Jun 6 14:01:47 2013 UTC Revision 1.24 by jpp, Tue Nov 13 05:27:42 2018 UTC
# Line 11  Line 11 
11  %{?rh7:%define _without_milter 1}  %{?rh7:%define _without_milter 1}
12  %{?el2:%define _without_milter 1}  %{?el2:%define _without_milter 1}
13    
14    # Work around https://bugzilla.clamav.net/show_bug.cgi?id=12162 by bundling
15    # newer zlib version from RHEL/CentOS 7 (#1600458)
16    %global zlibversion 1.2.7
17    %global zlibrelease 17%{?dist}
18    
19    
20  Summary: Anti-virus software  Summary: Anti-virus software
21  Name: clamav  Name: clamav
22  Version: 0.97.8  Version: 0.100.2
23  Release: 1%{?dist}  Release: 3%{?dist}
24  License: GPL  # ClamAV is GPLv2, zlib is zlib, /contrib/dotzlib/ has Boost license
25    %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
26    License: GPLv2 and zlib and Boost
27    %else
28    License: GPLv2
29    %endif
30    
31    
32  Group: Applications/System  Group: Applications/System
33  URL: http://www.clamav.net/  URL: http://www.clamav.net/
34    
# Line 24  Source1: clamav.init Line 37  Source1: clamav.init
37  Source2: clamav-milter.init  Source2: clamav-milter.init
38  Source10: http://db.local.clamav.net/main.cvd  Source10: http://db.local.clamav.net/main.cvd
39  Source11: http://db.local.clamav.net/daily.cvd  Source11: http://db.local.clamav.net/daily.cvd
40    
41    %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
42    # Cheerfully borrowed from zlib.spec in RHEL/CentOS 7
43    Source90:   http://www.zlib.net/zlib-%{zlibversion}.tar.bz2
44    #Source90: zlib-1.2.7.tar.bz2
45    %endif
46    
47    %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
48    # Cheerfully borrowed from zlib.spec in RHEL/CentOS 7, see
49    # also https://git.centos.org/tree/rpms!zlib.git/c7/SOURCES
50    Patch90:       zlib-1.2.5-minizip-fixuncrypt.patch
51    # resolves: #805113
52    Patch91:       zlib-1.2.7-optimized-s390.patch
53    # resolves: #844791
54    Patch92:       zlib-1.2.7-z-block-flush.patch
55    # resolves: #1127330
56    Patch93:       zlib-1.2.7-fix-serious-but-very-rare-decompression-bug-in-inftr.patch
57    # resolves: #1337441
58    Patch94:       zlib-1.2.7-Fix-bug-where-gzopen-gzclose-would-write-an-empty-fi.patch
59    %endif
60    
61  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
62    
63  BuildRequires: bzip2-devel  BuildRequires: bzip2-devel
64  BuildRequires: curl-devel  BuildRequires: curl-devel
65  BuildRequires: gmp-devel  BuildRequires: gmp-devel
66  BuildRequires: ncurses-devel  BuildRequires: ncurses-devel
 BuildRequires: zlib-devel  
67  %{!?_without_milter:BuildRequires: sendmail-devel >= 8.12}  %{!?_without_milter:BuildRequires: sendmail-devel >= 8.12}
68  BuildRequires: check-devel  BuildRequires: check-devel
69    BuildRequires: openssl-devel
70    BuildRequires: libxml2-devel
71    BuildRequires: pcre-devel
72    BuildRequires: xz
73    
74  ### Do not require the latest release of clamav-db specifically (people may use freshclam onward)  ### Do not require the latest release of clamav-db specifically (people may use freshclam onward)
75  #Requires: clamav-db = %{version}-%{release}  #Requires: clamav-db = %{version}-%{release}
76  Requires: clamav-db  Requires: clamav-db
77    
78    Provides: bundled(libmspack) = 0.5-0.1.alpha.modified_by_clamav
79    %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
80    Provides: bundled(zlib) = %{zlibversion}-%{zlibrelease}
81    %else
82    Requires: zlib-devel
83    %endif
84    
85  ### Fedora Extras introduced them differently :(  ### Fedora Extras introduced them differently :(
86  Obsoletes: libclamav <= %{version}-%{release}  Obsoletes: libclamav <= %{version}-%{release}
87  Obsoletes: clamav-lib <= %{version}-%{release}  Obsoletes: clamav-lib <= %{version}-%{release}
# Line 119  you will need to install %{name}-devel. Line 163  you will need to install %{name}-devel.
163          s|^\@INSTALL_FRESHCLAM_CONF_TRUE\@|\t|g;          s|^\@INSTALL_FRESHCLAM_CONF_TRUE\@|\t|g;
164      ' database/Makefile.in etc/Makefile.in      ' database/Makefile.in etc/Makefile.in
165    
166  %{__perl} -pi.orig -e '  %{__perl} -pi -e '
167          s|^(Example)|#$1|;          s|^(Example)|#$1|;
168          s|^#(LogFile) .+$|$1 %{_localstatedir}/log/clamav/clamd.log|;          s|^#(LogFile) .+$|$1 %{_localstatedir}/log/clamav/clamd.log|;
169          s|^#(LogFileMaxSize) .*|$1 0|;          s|^#(LogFileMaxSize) .*|$1 0|;
# Line 147  you will need to install %{name}-devel. Line 191  you will need to install %{name}-devel.
191          s|^#(ArchiveMaxCompressionRatio) .+|$1 300|;          s|^#(ArchiveMaxCompressionRatio) .+|$1 300|;
192          s|^#(ArchiveBlockEncrypted)|$1|;          s|^#(ArchiveBlockEncrypted)|$1|;
193          s|^#(ArchiveBlockMax)|$1|;          s|^#(ArchiveBlockMax)|$1|;
194      ' etc/clamd.conf      ' etc/clamd.conf.sample >etc/clamd.conf
195    
196  %{__perl} -pi.orig -e '  %{__perl} -pi -e '
197          s|^(Example)|#$1|;          s|^(Example)|#$1|;
198          s|^#(AllowSupplementaryGroups) .+$|$1 yes|;          s|^#(AllowSupplementaryGroups) .+$|$1 yes|;
199          s|^#(ClamdSocket) .+$|$1 unix:%{_localstatedir}/run/clamav/clamd.sock|;          s|^#(ClamdSocket) .+$|$1 unix:%{_localstatedir}/run/clamav/clamd.sock|;
# Line 159  you will need to install %{name}-devel. Line 203  you will need to install %{name}-devel.
203          s|^#(LogTime)|$1|;          s|^#(LogTime)|$1|;
204          s|^#(MilterSocket) /.*$|$1 unix:%{_localstatedir}/clamav/clmilter.socket|;          s|^#(MilterSocket) /.*$|$1 unix:%{_localstatedir}/clamav/clmilter.socket|;
205          s|^#(User) .+$|$1 clamav|;          s|^#(User) .+$|$1 clamav|;
206      ' etc/clamav-milter.conf      ' etc/clamav-milter.conf.sample >etc/clamav-milter.conf
207    
208  %{__perl} -pi.orig -e '  %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
209    # Cheerfully borrowed from zlib.spec in RHEL/CentOS 7, see
210    # https://git.centos.org/blob/rpms!zlib.git/c7/SPECS!zlib.spec
211    tar xfj %{SOURCE90}
212    pushd zlib-%{zlibversion}
213    %patch90 -p1 -b .fixuncrypt
214    %ifarch s390 s390x
215    %patch91 -p1 -b .optimized-deflate
216    %endif
217    %patch92 -p1 -b .z-flush
218    %patch93 -p1
219    %patch94 -p1
220    popd
221    %endif
222    
223    %{__perl} -p -e '
224          s|^(Checks) .+$|$1 24|;          s|^(Checks) .+$|$1 24|;
225          s|^(Example)|#$1|;          s|^(Example)|#$1|;
226          s|^#(DatabaseDirectory) .+$|$1 %{_localstatedir}/clamav|;          s|^#(DatabaseDirectory) .+$|$1 %{_localstatedir}/clamav|;
# Line 169  you will need to install %{name}-devel. Line 228  you will need to install %{name}-devel.
228          s|^#(LogSyslog)|$1|;          s|^#(LogSyslog)|$1|;
229          s|^#(NotifyClamd) .+$|$1 %{_sysconfdir}/clamd.conf|;          s|^#(NotifyClamd) .+$|$1 %{_sysconfdir}/clamd.conf|;
230          s|^#(UpdateLogFile) .+$|$1 %{_localstatedir}/log/clamav/freshclam.log|;          s|^#(UpdateLogFile) .+$|$1 %{_localstatedir}/log/clamav/freshclam.log|;
231      ' etc/freshclam.conf      ' etc/freshclam.conf.sample >etc/freshclam.conf
232    
233  %{__cat} <<EOF >clamd.logrotate  %{__cat} <<EOF >clamd.logrotate
234  %{_localstatedir}/log/clamav/clamd.log {  %{_localstatedir}/log/clamav/clamd.log {
# Line 207  CLAMAV_FLAGS="--config-file=%{_sysconfdi Line 266  CLAMAV_FLAGS="--config-file=%{_sysconfdi
266  EOF  EOF
267    
268  %build  %build
269    %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
270    # Cheerfully borrowed from zlib.spec in RHEL/CentOS 7, see
271    # https://git.centos.org/blob/rpms!zlib.git/c7/SPECS!zlib.spec
272    pushd zlib-%{zlibversion}
273    %ifarch ppc64 ppc64le
274    export CFLAGS="$RPM_OPT_FLAGS -fPIC -O3"
275    %else
276    export CFLAGS="$RPM_OPT_FLAGS -fPIC"
277    %endif
278    
279    export LDFLAGS="$LDFLAGS -Wl,-z,relro"
280    
281    ./configure --libdir=%{_libdir} --includedir=%{_includedir} --prefix=%{_prefix} --static
282    make %{?_smp_mflags}
283    make install DESTDIR=%{_builddir}/%{name}-%{version}/zlib-%{zlibversion}-%{zlibrelease}
284    popd
285    %endif
286    
287    
288  %configure  \  %configure  \
289      --program-prefix="%{?_program_prefix}" \      --program-prefix="%{?_program_prefix}" \
290      --disable-clamav \      --disable-clamav \
# Line 220  EOF Line 298  EOF
298  %{!?_without_milter:--enable-milter} \  %{!?_without_milter:--enable-milter} \
299      --with-dbdir="%{_localstatedir}/clamav" \      --with-dbdir="%{_localstatedir}/clamav" \
300      --with-group="clamav" \      --with-group="clamav" \
301      --with-libcurl \      --with-libcurl=%{_prefix} \
302      --with-user="clamav"      --with-user="clamav" \
303    %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
304        --with-zlib=%{_builddir}/%{name}-%{version}/zlib-%{zlibversion}-%{zlibrelease}%{_prefix} \
305    %endif
306    
307  ### Disable JIT until it is implemented securely (RHbz #573191)  ### Disable JIT until it is implemented securely (RHbz #573191)
308  #    --enable-llvm \  #    --enable-llvm \
309  %{__make} %{?_smp_mflags}  %{__make} %{?_smp_mflags}
# Line 231  EOF Line 313  EOF
313  %{__make} install DESTDIR="%{buildroot}"  %{__make} install DESTDIR="%{buildroot}"
314    
315  %{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd  %{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd
316    %{__install} -Dp -m0644 etc/freshclam.conf %{buildroot}%{_sysconfdir}/freshclam.conf
317  %{__install} -Dp -m0755 freshclam.cron %{buildroot}%{_sysconfdir}/cron.daily/freshclam  %{__install} -Dp -m0755 freshclam.cron %{buildroot}%{_sysconfdir}/cron.daily/freshclam
318  %{__install} -Dp -m0644 freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam  %{__install} -Dp -m0644 freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam
319    %{__install} -Dp -m0644 etc/clamd.conf %{buildroot}%{_sysconfdir}/clamd.conf
320  %{__install} -Dp -m0644 clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamav  %{__install} -Dp -m0644 clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamav
321    
322  %if %{!?_without_milter:1}0  %if %{!?_without_milter:1}0
323    %{__install} -Dp -m0644 etc/clamav-milter.conf %{buildroot}%{_sysconfdir}/clamav-milter.conf
324  %{__install} -Dp -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/clamav-milter  %{__install} -Dp -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/clamav-milter
325  %{__install} -Dp -m0644 clamav-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/clamav-milter  %{__install} -Dp -m0644 clamav-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/clamav-milter
326  %else  %else
# Line 314  fi Line 399  fi
399    
400  %files  %files
401  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
402  %doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README  %doc ChangeLog.md COPYING* INSTALL.md NEWS.md README.md
403  %doc docs/*.pdf etc/freshclam.conf  %doc etc/freshclam.conf.sample
404    %doc docs/*.pdf
405  ### Remove test virus documents as they trigger clamav  ### Remove test virus documents as they trigger clamav
406  #%doc test/  #%doc test/
407  %doc %{_mandir}/man1/sigtool.1*  %doc %{_mandir}/man1/sigtool.1*
# Line 331  fi Line 417  fi
417  %{_libdir}/libclamav.so.*  %{_libdir}/libclamav.so.*
418  %{_libdir}/libclamunrar.so.*  %{_libdir}/libclamunrar.so.*
419  %{_libdir}/libclamunrar_iface.so.*  %{_libdir}/libclamunrar_iface.so.*
420    %{_libdir}/libclammspack.so.*
421  # moved from -devel to here so clamd can work with rars when clamav-devel is not installed.  # moved from -devel to here so clamd can work with rars when clamav-devel is not installed.
422  %{_libdir}/libclamav.so  %{_libdir}/libclamav.so
423  %{_libdir}/libclamunrar.so  %{_libdir}/libclamunrar.so
424  %{_libdir}/libclamunrar_iface.so  %{_libdir}/libclamunrar_iface.so
425    %{_libdir}/libclammspack.so
426    %exclude %{_sysconfdir}/freshclam.conf.sample
427    
428  %files -n clamd  %files -n clamd
429  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
430  %doc etc/clamd.conf  %doc etc/clamd.conf.sample
431  %doc %{_mandir}/man1/clambc.1*  %doc %{_mandir}/man1/clambc.1*
432  %doc %{_mandir}/man1/clamconf.1*  %doc %{_mandir}/man1/clamconf.1*
433  %doc %{_mandir}/man1/clamdscan.1*  %doc %{_mandir}/man1/clamdscan.1*
# Line 358  fi Line 447  fi
447  %dir %{_localstatedir}/clamav/  %dir %{_localstatedir}/clamav/
448  %dir %{_localstatedir}/log/clamav/  %dir %{_localstatedir}/log/clamav/
449  %ghost %{_localstatedir}/log/clamav/clamd.log  %ghost %{_localstatedir}/log/clamav/clamd.log
450    
451  %exclude %{_localstatedir}/clamav/*  %exclude %{_localstatedir}/clamav/*
452    %exclude %{_sysconfdir}/clamd.conf.sample
453    
454  %if %{!?_without_milter:1}0  %if %{!?_without_milter:1}0
455  %files milter  %files milter
456  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
457    %doc etc/clamav-milter.conf.sample
458  %doc %{_mandir}/man5/clamav-milter.conf.5*  %doc %{_mandir}/man5/clamav-milter.conf.5*
459  %doc %{_mandir}/man8/clamav-milter.8*  %doc %{_mandir}/man8/clamav-milter.8*
460  %config(noreplace) %{_sysconfdir}/clamav-milter.conf  %config(noreplace) %{_sysconfdir}/clamav-milter.conf
# Line 372  fi Line 464  fi
464  %else  %else
465  %exclude %{_mandir}/man5/clamav-milter.conf.5*  %exclude %{_mandir}/man5/clamav-milter.conf.5*
466  %endif  %endif
467    %exclude %{_sysconfdir}/clamav-milter.conf.sample
468    
469  %files db  %files db
470  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
# Line 388  fi Line 481  fi
481  %{_bindir}/clamav-config  %{_bindir}/clamav-config
482  %{_includedir}/clamav.h  %{_includedir}/clamav.h
483  %{_libdir}/pkgconfig/libclamav.pc  %{_libdir}/pkgconfig/libclamav.pc
484    %{_libdir}/pkgconfig/libclammspack.pc
485  %exclude %{_libdir}/libclamav.la  %exclude %{_libdir}/libclamav.la
486  %exclude %{_libdir}/libclamunrar.la  %exclude %{_libdir}/libclamunrar.la
487  %exclude %{_libdir}/libclamunrar_iface.la  %exclude %{_libdir}/libclamunrar_iface.la
488    %exclude %{_libdir}/libclammspack.la
489    
490  %changelog  %changelog
491  * Sat May 4 2013 David Beveridge <dave@bevhost.com> - 0.97.8-1  * Mon Nov 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> - 0.100.3-1
492    - Bundle zlib 1.2.7-17.el7 to avoid malformed database errors (#1600458)
493    - [SME: 10645]
494    
495    * Wed Oct 24 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.100.2-1.sme
496    - Update to 0.100.2 [SME: 10579]
497    
498    * Wed Mar 14 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.99.4-1.sme
499    - Update to release 0.99.4 [SME: 10529]
500    
501    * Sat Jan 27 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.99.3-1.sme
502    - Update to release 0.99.3 [SME: 10499]
503    
504    * Tue May 3 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99.2-1.sme
505    - Update to release 0.99.2 [SME: 9489]
506    
507    * Thu Mar 3 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99.1-1.sme
508    - Update to release 0.99.1 [SME: 9267]
509    
510    * Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99-2.sme
511    - Add pcre-devel to BuildRequires [SME: 9151]
512    
513    * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99-1.sme
514    - Update to release 0.99 [SME: 9151]
515    
516    * Wed May 13 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.7-1.sme
517    - Updated to release 0.98.7 [SME: 8922]
518    
519    * Thu Jan 29 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.6-1.sme
520    - Updated to release 0.98.6 [SME: 8822]
521    
522    * Tue Dec 16 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.98.5-1.sme
523    - Updated to release 0.98.5 [SME: 8729]
524    
525    * Sat Jun 21 2014 Ian Wells <esmith@wellsi.com> - 0.98.4-2.sme
526    - Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457]
527    - Remove Packager and Vendor from spec file.
528    
529    * Thu Jun 17 2014 David Beveridge <dave@bevhost.com> - 0.98.4-1
530    - Updates to release 0.98.4.
531    
532    * Thu May 8 2014 David Beveridge <dave@bevhost.com> - 0.98.3-1
533    - Updated to release 0.98.3.
534    
535    * Sun Jan 26 2014 David Beveridge <dave@bevhost.com> - 0.98.1-1
536    - Updates to release 0.98.1.
537    
538    * Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1
539    - Updated to release 0.98.
540    
541    * Tue May 07 2013 David Hrbáč <david@hrbac.cz> - 0.97.8-1
542  - Updated to release 0.97.8.  - Updated to release 0.97.8.
543    
544  * Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 0.97.7-1  * Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 0.97.7-1


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