/[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.4 by wellsi, Fri Jan 31 03:42:32 2014 UTC
# Line 13  Line 13 
13    
14  Summary: Anti-virus software  Summary: Anti-virus software
15  Name: clamav  Name: clamav
16  Version: 0.97.8  Version: 0.98.1
17  Release: 1%{?dist}  Release: 1%{?dist}
18  License: GPL  License: GPL
19  Group: Applications/System  Group: Applications/System
20  URL: http://www.clamav.net/  URL: http://www.clamav.net/
21    
22    Packager: Dag Wieers <dag@wieers.com>
23    Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
24    
25  Source: http://downloads.sourceforge.net/project/clamav/clamav/%{version}/clamav-%{version}.tar.gz  Source: http://downloads.sourceforge.net/project/clamav/clamav/%{version}/clamav-%{version}.tar.gz
26  Source1: clamav.init  Source1: clamav.init
27  Source2: clamav-milter.init  Source2: clamav-milter.init
# Line 119  you will need to install %{name}-devel. Line 122  you will need to install %{name}-devel.
122          s|^\@INSTALL_FRESHCLAM_CONF_TRUE\@|\t|g;          s|^\@INSTALL_FRESHCLAM_CONF_TRUE\@|\t|g;
123      ' database/Makefile.in etc/Makefile.in      ' database/Makefile.in etc/Makefile.in
124    
125  %{__perl} -pi.orig -e '  %{__perl} -pi -e '
126          s|^(Example)|#$1|;          s|^(Example)|#$1|;
127          s|^#(LogFile) .+$|$1 %{_localstatedir}/log/clamav/clamd.log|;          s|^#(LogFile) .+$|$1 %{_localstatedir}/log/clamav/clamd.log|;
128          s|^#(LogFileMaxSize) .*|$1 0|;          s|^#(LogFileMaxSize) .*|$1 0|;
# Line 147  you will need to install %{name}-devel. Line 150  you will need to install %{name}-devel.
150          s|^#(ArchiveMaxCompressionRatio) .+|$1 300|;          s|^#(ArchiveMaxCompressionRatio) .+|$1 300|;
151          s|^#(ArchiveBlockEncrypted)|$1|;          s|^#(ArchiveBlockEncrypted)|$1|;
152          s|^#(ArchiveBlockMax)|$1|;          s|^#(ArchiveBlockMax)|$1|;
153      ' etc/clamd.conf      ' etc/clamd.conf.sample >etc/clamd.conf
154    
155  %{__perl} -pi.orig -e '  %{__perl} -pi -e '
156          s|^(Example)|#$1|;          s|^(Example)|#$1|;
157          s|^#(AllowSupplementaryGroups) .+$|$1 yes|;          s|^#(AllowSupplementaryGroups) .+$|$1 yes|;
158          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 162  you will need to install %{name}-devel.
162          s|^#(LogTime)|$1|;          s|^#(LogTime)|$1|;
163          s|^#(MilterSocket) /.*$|$1 unix:%{_localstatedir}/clamav/clmilter.socket|;          s|^#(MilterSocket) /.*$|$1 unix:%{_localstatedir}/clamav/clmilter.socket|;
164          s|^#(User) .+$|$1 clamav|;          s|^#(User) .+$|$1 clamav|;
165      ' etc/clamav-milter.conf      ' etc/clamav-milter.conf.sample >etc/clamav-milter.conf
166    
167  %{__perl} -pi.orig -e '  %{__perl} -p -e '
168          s|^(Checks) .+$|$1 24|;          s|^(Checks) .+$|$1 24|;
169          s|^(Example)|#$1|;          s|^(Example)|#$1|;
170          s|^#(DatabaseDirectory) .+$|$1 %{_localstatedir}/clamav|;          s|^#(DatabaseDirectory) .+$|$1 %{_localstatedir}/clamav|;
# Line 169  you will need to install %{name}-devel. Line 172  you will need to install %{name}-devel.
172          s|^#(LogSyslog)|$1|;          s|^#(LogSyslog)|$1|;
173          s|^#(NotifyClamd) .+$|$1 %{_sysconfdir}/clamd.conf|;          s|^#(NotifyClamd) .+$|$1 %{_sysconfdir}/clamd.conf|;
174          s|^#(UpdateLogFile) .+$|$1 %{_localstatedir}/log/clamav/freshclam.log|;          s|^#(UpdateLogFile) .+$|$1 %{_localstatedir}/log/clamav/freshclam.log|;
175      ' etc/freshclam.conf      ' etc/freshclam.conf.sample >etc/freshclam.conf
176    
177  %{__cat} <<EOF >clamd.logrotate  %{__cat} <<EOF >clamd.logrotate
178  %{_localstatedir}/log/clamav/clamd.log {  %{_localstatedir}/log/clamav/clamd.log {
# Line 231  EOF Line 234  EOF
234  %{__make} install DESTDIR="%{buildroot}"  %{__make} install DESTDIR="%{buildroot}"
235    
236  %{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd  %{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd
237    %{__install} -Dp -m0644 etc/freshclam.conf %{buildroot}%{_sysconfdir}/freshclam.conf
238  %{__install} -Dp -m0755 freshclam.cron %{buildroot}%{_sysconfdir}/cron.daily/freshclam  %{__install} -Dp -m0755 freshclam.cron %{buildroot}%{_sysconfdir}/cron.daily/freshclam
239  %{__install} -Dp -m0644 freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam  %{__install} -Dp -m0644 freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam
240    %{__install} -Dp -m0644 etc/clamd.conf %{buildroot}%{_sysconfdir}/clamd.conf
241  %{__install} -Dp -m0644 clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamav  %{__install} -Dp -m0644 clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamav
242    
243  %if %{!?_without_milter:1}0  %if %{!?_without_milter:1}0
244    %{__install} -Dp -m0644 etc/clamav-milter.conf %{buildroot}%{_sysconfdir}/clamav-milter.conf
245  %{__install} -Dp -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/clamav-milter  %{__install} -Dp -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/clamav-milter
246  %{__install} -Dp -m0644 clamav-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/clamav-milter  %{__install} -Dp -m0644 clamav-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/clamav-milter
247  %else  %else
# Line 315  fi Line 321  fi
321  %files  %files
322  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
323  %doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README  %doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README
324  %doc docs/*.pdf etc/freshclam.conf  %doc etc/freshclam.conf.sample
325    %doc docs/*.pdf
326  ### Remove test virus documents as they trigger clamav  ### Remove test virus documents as they trigger clamav
327  #%doc test/  #%doc test/
328  %doc %{_mandir}/man1/sigtool.1*  %doc %{_mandir}/man1/sigtool.1*
# Line 335  fi Line 342  fi
342  %{_libdir}/libclamav.so  %{_libdir}/libclamav.so
343  %{_libdir}/libclamunrar.so  %{_libdir}/libclamunrar.so
344  %{_libdir}/libclamunrar_iface.so  %{_libdir}/libclamunrar_iface.so
345    %exclude %{_sysconfdir}/freshclam.conf.sample
346    
347  %files -n clamd  %files -n clamd
348  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
349  %doc etc/clamd.conf  %doc etc/clamd.conf.sample
350  %doc %{_mandir}/man1/clambc.1*  %doc %{_mandir}/man1/clambc.1*
351  %doc %{_mandir}/man1/clamconf.1*  %doc %{_mandir}/man1/clamconf.1*
352  %doc %{_mandir}/man1/clamdscan.1*  %doc %{_mandir}/man1/clamdscan.1*
# Line 358  fi Line 366  fi
366  %dir %{_localstatedir}/clamav/  %dir %{_localstatedir}/clamav/
367  %dir %{_localstatedir}/log/clamav/  %dir %{_localstatedir}/log/clamav/
368  %ghost %{_localstatedir}/log/clamav/clamd.log  %ghost %{_localstatedir}/log/clamav/clamd.log
369    
370  %exclude %{_localstatedir}/clamav/*  %exclude %{_localstatedir}/clamav/*
371    %exclude %{_sysconfdir}/clamd.conf.sample
372    
373  %if %{!?_without_milter:1}0  %if %{!?_without_milter:1}0
374  %files milter  %files milter
375  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
376    %doc etc/clamav-milter.conf.sample
377  %doc %{_mandir}/man5/clamav-milter.conf.5*  %doc %{_mandir}/man5/clamav-milter.conf.5*
378  %doc %{_mandir}/man8/clamav-milter.8*  %doc %{_mandir}/man8/clamav-milter.8*
379  %config(noreplace) %{_sysconfdir}/clamav-milter.conf  %config(noreplace) %{_sysconfdir}/clamav-milter.conf
# Line 372  fi Line 383  fi
383  %else  %else
384  %exclude %{_mandir}/man5/clamav-milter.conf.5*  %exclude %{_mandir}/man5/clamav-milter.conf.5*
385  %endif  %endif
386    %exclude %{_sysconfdir}/clamav-milter.conf.sample
387    
388  %files db  %files db
389  %defattr(-, root, root, 0755)  %defattr(-, root, root, 0755)
# Line 393  fi Line 405  fi
405  %exclude %{_libdir}/libclamunrar_iface.la  %exclude %{_libdir}/libclamunrar_iface.la
406    
407  %changelog  %changelog
408  * Sat May 4 2013 David Beveridge <dave@bevhost.com> - 0.97.8-1  * Sun Jan 26 2014 David Beveridge <dave@bevhost.com.> - 0.98.1-1
409    - Updates to release 0.98.1.
410    
411    * Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1
412    - Updated to release 0.98.
413    
414    * Tue May 07 2013 David Hrbá? <david@hrbac.cz> - 0.97.8-1
415  - Updated to release 0.97.8.  - Updated to release 0.97.8.
416    
417  * 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
# Line 402  fi Line 420  fi
420  * Sun Sep 23 2012 Dag Wieers <dag@wieers.com> - 0.97.6-1  * Sun Sep 23 2012 Dag Wieers <dag@wieers.com> - 0.97.6-1
421  - Updated to release 0.97.6.  - Updated to release 0.97.6.
422    
423  * Mon Jun 25 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-2  * Mon Jun 25 2012 David Hrbá? <david@hrbac.cz> - 0.97.5-2
424  - removed missing *.cld files (#183)  - removed missing *.cld files (#183)
425    
426  * Thu Jun 21 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-1  * Thu Jun 21 2012 David Hrbá? <david@hrbac.cz> - 0.97.5-1
427  - corrected missing DBs  - corrected missing DBs
428  - new upstream release  - new upstream release
429    
# Line 436  fi Line 454  fi
454  * Mon Oct 25 2010 Dag Wieers <dag@wieers.com> - 0.96.4-1  * Mon Oct 25 2010 Dag Wieers <dag@wieers.com> - 0.96.4-1
455  - Updated to release 0.96.4.  - Updated to release 0.96.4.
456    
457  * Tue Sep 21 2010 David Hrbáč <david@hrbac.cz> - 0.96.3-2  * Tue Sep 21 2010 David Hrbá? <david@hrbac.cz> - 0.96.3-2
458  - Added buildrequires check-devel.  - Added buildrequires check-devel.
459    
460  * Tue Sep 21 2010 Dag Wieers <dag@wieers.com> - 0.96.3-1  * Tue Sep 21 2010 Dag Wieers <dag@wieers.com> - 0.96.3-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