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