]> git.pld-linux.org Git - packages/clamav.git/blob - clamav.spec
- curl no longer used; milter patch obsolete
[packages/clamav.git] / clamav.spec
1 # TODO:
2 # - Make freshclam package (script and daemon)
3 #
4 # Conditional build:
5 %bcond_without  milter          # build without milter subpackage
6 #
7 Summary:        An anti-virus utility for Unix
8 Summary(pl.UTF-8):      Narzędzie antywirusowe dla Uniksów
9 Name:           clamav
10 Version:        0.94.1
11 Release:        1
12 Epoch:          0
13 License:        GPL v2+
14 Group:          Applications
15 Source0:        http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
16 # Source0-md5:  dbe6820ff98f5a6f67a03e3ad63fa90b
17 Source1:        %{name}.init
18 Source2:        %{name}.sysconfig
19 Source3:        %{name}-milter.init
20 Source4:        %{name}-cron-updatedb
21 Source5:        %{name}.logrotate
22 Source8:        %{name}-post-updatedb
23 Source9:        %{name}-milter.sysconfig
24 Patch0:         %{name}-pld_config.patch
25 Patch1:         %{name}-no_auto_libwrap.patch
26 Patch2:         %{name}-nolibs.patch
27 Patch3:         %{name}-valid_pp_exp.patch
28 URL:            http://www.clamav.net/
29 BuildRequires:  autoconf
30 BuildRequires:  automake
31 BuildRequires:  bzip2-devel
32 BuildRequires:  gmp-devel
33 %{?with_milter:BuildRequires:   libmilter-devel}
34 BuildRequires:  libtool
35 %{?with_milter:BuildRequires:   libwrap-devel}
36 BuildRequires:  rpmbuild(macros) >= 1.268
37 BuildRequires:  zlib-devel
38 Requires(post,preun):   /sbin/chkconfig
39 Requires(postun):       /usr/sbin/groupdel
40 Requires(postun):       /usr/sbin/userdel
41 Requires(postun,pre):   /usr/sbin/usermod
42 Requires(pre):  /bin/id
43 Requires(pre):  /usr/bin/getgid
44 Requires(pre):  /usr/sbin/groupadd
45 Requires(pre):  /usr/sbin/useradd
46 Requires(triggerpostun):        sed >= 4.0
47 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
48 Requires:       /usr/sbin/usermod
49 Requires:       bc
50 Requires:       rc-scripts
51 Provides:       group(clamav)
52 Provides:       user(clamav)
53 Conflicts:      logrotate < 3.7-4
54 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55
56 %description
57 Clam AntiVirus is an open source anti-virus toolkit for UNIX, designed
58 especially for e-mail scanning on mail gateways. It provides a number
59 of utilities including a flexible and scalable multi-threaded daemon,
60 a command line scanner and advanced tool for automatic database
61 updates. The core of the package is an anti-virus engine available in
62 a form of shared library.
63
64 Here is a list of the main features:
65 - command-line scanner
66 - fast, multi-threaded daemon with support for on-access scanning
67 - milter interface for sendmail
68 - advanced database updater with support for scripted updates and
69   digital signatures
70 - virus scanner C library
71 - on-access scanning (Linux® and FreeBSD®)
72 - virus database updated multiple times per day (see home page for
73   total number of signatures)
74 - built-in support for various archive formats, including Zip, RAR,
75   Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS and others
76 - built-in support for almost all mail file formats
77 - built-in support for ELF executables and Portable Executable files
78   compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and
79   obfuscated with SUE, Y0da Cryptor and others
80 - built-in support for popular document formats including MS Office
81   and MacOffice files, HTML, RTF and PDF
82
83 %description -l pl.UTF-8
84 Clam Antivirus jest potężnym skanerem antywirusowym dla systemów
85 uniksowych. Wspiera on AMaViSa, skompresowane pliki, skanowanie
86 "on-access" i posiada system bezpiecznej, automatycznej aktualizacji.
87 Baza wirusów zawiera ponad 90000 sygnatur. Skaner jest wielowątkowy,
88 napisany w C i zgodny z POSIXem.
89
90 %package libs
91 Summary:        Shared libraries for clamav
92 Summary(pl.UTF-8):      Biblioteki dzielone clamav
93 Group:          Libraries
94
95 %description libs
96 Shared libraries for clamav.
97
98 %description libs -l pl.UTF-8
99 Biblioteki dzielone clamav.
100
101 %package milter
102 Summary:        ClamAV filter using milter interface
103 Summary(pl.UTF-8):      Filtr ClamAV korzystający z interfejsu milter
104 Group:          Daemons
105 Requires:       %{name} = %{epoch}:%{version}-%{release}
106 Requires:       sendmail >= 8.11
107 Requires:       tcp_wrappers
108
109 %description milter
110 ClamAV sendmail filter using MILTER interface.
111
112 %description milter -l pl.UTF-8
113 Filtr ClamAV dla sendmaila korzystający z interfejsu MILTER.
114
115 %package devel
116 Summary:        clamav - Development header files and libraries
117 Summary(pl.UTF-8):      clamav - Pliki nagłówkowe i biblioteki dla programistów
118 Group:          Development/Libraries
119 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
120 Requires:       bzip2-devel
121 Requires:       gmp-devel
122 Requires:       zlib-devel
123
124 %description devel
125 This package contains the development header files and libraries
126 necessary to develop clamav client applications.
127
128 %description devel -l pl.UTF-8
129 Pliki nagłówkowe i biblioteki konieczne do kompilacji aplikacji
130 klienckich clamav.
131
132 %package static
133 Summary:        clamav static libraries
134 Summary(pl.UTF-8):      Biblioteki statyczne clamav
135 Group:          Development/Libraries
136 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
137
138 %description static
139 clamav static libraries.
140
141 %description static -l pl.UTF-8
142 Biblioteki statyczne clamav.
143
144 %prep
145 %setup -q
146 %patch0 -p1
147 %patch1 -p1
148 %patch2 -p1
149 %patch3 -p1
150
151 %build
152 %{__libtoolize}
153 %{__aclocal} -I m4
154 %{__autoconf}
155 %{__autoheader}
156 %{__automake}
157 %configure \
158         --disable-clamav \
159         %{?with_milter:--enable-milter} \
160         --with-dbdir=/var/lib/%{name}
161 %{__make}
162
163 %install
164 rm -rf $RPM_BUILD_ROOT
165 install -d $RPM_BUILD_ROOT/etc/{cron.d,logrotate.d,rc.d/init.d,sysconfig} \
166         $RPM_BUILD_ROOT%{_var}/{log,spool/clamav}
167
168 %{__make} install \
169         DESTDIR=$RPM_BUILD_ROOT
170 %{!?with_milter:rm -f $RPM_BUILD_ROOT%{_mandir}/man8/clamav-milter.8*}
171
172 cat <<'EOF' >$RPM_BUILD_ROOT/etc/cron.d/%{name}
173 5 * * * *       root    %{_sbindir}/clamav-cron-updatedb
174 EOF
175
176 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/clamd
177 %if %{with milter}
178 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/clamav-milter
179 install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/clamav-milter
180 %endif
181 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/clamd
182 install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/clamav-cron-updatedb
183 install etc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
184 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
185
186 install %{SOURCE8} $RPM_BUILD_ROOT%{_sbindir}
187
188 # NOTE: clamd uses sane rights to it's clamd.pid file
189 # So better keep it dir
190 # If it is fixed use of dir will be unecesary
191 install -d $RPM_BUILD_ROOT/var/run/%{name}
192
193 :> $RPM_BUILD_ROOT/var/log/freshclam.log
194
195 %clean
196 rm -rf $RPM_BUILD_ROOT
197
198 %triggerin -- amavis-ng
199 AMAVIS=$(/usr/bin/getgid amavis)
200 RESULT=$?
201 if [ $RESULT -eq 0 ]; then
202         echo "Adding clamav to amavis group GID=$AMAVIS"
203         /usr/sbin/usermod -G amavis clamav 1>&2 > /dev/null
204 fi
205
206 %triggerin -- amavisd-new
207 AMAVIS=$(/usr/bin/getgid amavis)
208 RESULT=$?
209 if [ $RESULT -eq 0 ]; then
210         echo "Adding clamav to amavis group GID=$AMAVIS"
211         /usr/sbin/usermod -G amavis clamav 1>&2 > /dev/null
212 fi
213
214 %triggerin -- amavisd
215 AMAVIS=$(/usr/bin/getgid amavis)
216 RESULT=$?
217 if [ $RESULT -eq 0 ]; then
218         echo "Adding clamav to amavis group GID=$AMAVIS"
219         /usr/sbin/usermod -G amavis clamav 1>&2
220 fi
221
222 %pre
223 %groupadd -g 43 clamav
224 %useradd -u 43 -d /tmp -s /bin/false -c "Clam Anti Virus Checker" -g clamav clamav
225
226 # FIXME: check this. is it proper after useradd macro?
227 # TODO: use addusertogroup macro?
228 if [ -n "`/usr/bin/getgid amavis`" ]; then
229         echo "Adding clamav to amavis group"
230         /usr/sbin/usermod -G amavis clamav 1>&2
231 fi
232
233 %post
234 /sbin/chkconfig --add clamd
235 %service clamd restart "Clam Antivirus daemon"
236 touch /var/log/freshclam.log
237 chown clamav:root /var/log/freshclam.log
238 chmod 640 /var/log/freshclam.log
239
240 %preun
241 if [ "$1" = "0" ]; then
242         %service clamd stop
243         /sbin/chkconfig --del clamd
244 fi
245
246 %postun
247 if [ "$1" = "0" ]; then
248         %userremove clamav
249         %groupremove clamav
250 fi
251
252 %triggerpostun -- %{name} < 0.80
253 if [ -f /etc/clamav.conf.rpmsave ]; then
254         echo "Renaming config to new name /etc/clamd.conf"
255         mv -f /etc/clamd.conf /etc/clamd.conf.rpmnew
256         mv -f /etc/clamav.conf.rpmsave /etc/clamd.conf
257         echo "Changing config location in freshclam config"
258         %{__sed} -i -e 's/clamav.conf/clamd.conf/' /etc/freshclam.conf
259 fi
260
261 %triggerpostun -- %{name} < 0.90-0.rc2.0.10
262 %{__cp} -f /etc/clamd.conf{,.rpmsave}
263 %{__sed} -i -e '
264                 s,^LogSyslog$,& yes,
265                 s,^FixStaleSocket$,& yes,
266                 s,^AllowSupplementaryGroups$,& yes,
267                 s,^ClamukoScanOnOpen$,& yes,
268                 s,^ClamukoScanOnClose$,& yes,
269                 s,^ClamukoScanOnExec$,& yes,
270                 s,^LogTime$,& yes,
271                 s,^ScanPE$,& yes,
272 ' /etc/clamd.conf
273 %banner -e %{name}-0.90 <<EOF
274 ClamAV config was automatically upgraded to 0.90 format. You should review it
275 that it's still valid.
276 EOF
277 #'
278 # unfortunately clamd has no configcheck option so we just have to start it
279 # once again after config was broken after upgrade
280 touch /var/lock/subsys/clamd
281 %service -q clamd restart
282
283 %post milter
284 /sbin/chkconfig --add clamav-milter
285 %service clamav-milter restart "Clam Antivirus daemon"
286
287 %preun milter
288 if [ "$1" = "0" ]; then
289         %service clamav-milter stop
290         /sbin/chkconfig --del clamav-milter
291 fi
292
293 %post   libs -p /sbin/ldconfig
294 %postun libs -p /sbin/ldconfig
295
296 %files
297 %defattr(644,root,root,755)
298 %doc AUTHORS ChangeLog FAQ NEWS README docs/*.pdf
299 %attr(755,root,root) %{_bindir}/clamdscan
300 %attr(755,root,root) %{_bindir}/clamscan
301 %attr(755,root,root) %{_bindir}/freshclam
302 %attr(755,root,root) %{_bindir}/sigtool
303 %attr(755,root,root) %{_bindir}/clamconf
304 %attr(755,root,root) %{_sbindir}/clamd
305 %attr(755,root,root) %{_sbindir}/clamav-cron-updatedb
306 %attr(755,root,root) %{_sbindir}/clamav-post-updatedb
307 %attr(755,clamav,root) %dir /var/lib/%{name}
308 %ghost %attr(644,clamav,root) %verify(not md5 mtime size) /var/lib/clamav/*.cvd
309 %attr(640,clamav,root) %ghost /var/log/freshclam.log
310 %attr(750,clamav,clamav) %dir /var/run/%{name}
311
312 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
313 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/clamd.conf
314 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/freshclam.conf
315
316 %attr(754,root,root) /etc/rc.d/init.d/clamd
317 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamd
318 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/clamav
319 %{_mandir}/man[15]/*
320 %{_mandir}/man8/clamd*
321
322 %if %{with milter}
323 %files milter
324 %defattr(644,root,root,755)
325 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamav-milter
326 %attr(754,root,root) /etc/rc.d/init.d/clamav-milter
327 #%attr(755,root,root) %{_sysconfdir}/cron.daily/clamav-milter
328 #%attr(755,root,root) %{_sysconfdir}/log.d/scripts/services/clamav-milter
329 #%{_sysconfdir}/log.d/conf/services/clamav-milter.conf
330 %attr(755,root,root) %{_sbindir}/clamav-milter
331 %{_mandir}/man8/clamav-milter.8*
332 %attr(700,clamav,clamav) /var/spool/clamav
333 %endif
334
335 %files libs
336 %defattr(644,root,root,755)
337 %attr(755,root,root) %{_libdir}/lib*.so.*.*
338 %attr(755,root,root) %ghost %{_libdir}/libclamav.so.5
339 %attr(755,root,root) %ghost %{_libdir}/libclamunrar.so.5
340 %attr(755,root,root) %ghost %{_libdir}/libclamunrar_iface.so.5
341
342 %files devel
343 %defattr(644,root,root,755)
344 %attr(755,root,root) %{_bindir}/clamav-config
345 %attr(755,root,root) %{_libdir}/lib*.so
346 %{_libdir}/lib*.la
347 %{_includedir}/*.h
348 %{_pkgconfigdir}/*.pc
349
350 %files static
351 %defattr(644,root,root,755)
352 %{_libdir}/*.a
This page took 0.09875 seconds and 4 git commands to generate.