]> git.pld-linux.org Git - packages/clamav.git/blob - clamav.spec
- don't R sendmail for milter in Titanium, R postfix instead
[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 #
8 Summary:        An anti-virus utility for Unix
9 Summary(pl.UTF-8):      Narzędzie antywirusowe dla Uniksów
10 Name:           clamav
11 Version:        0.95.2
12 Release:        2
13 Epoch:          0
14 License:        GPL v2+
15 Group:          Applications
16 Source0:        http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
17 # Source0-md5:  930362397d30e01ba81b5f24c1046d48
18 Source1:        %{name}.init
19 Source2:        %{name}.sysconfig
20 Source3:        %{name}-milter.init
21 Source4:        %{name}-cron-updatedb
22 Source5:        %{name}.logrotate
23 Source8:        %{name}-post-updatedb
24 Source9:        %{name}-milter.sysconfig
25 Patch0:         %{name}-pld_config.patch
26 Patch1:         %{name}-nolibs.patch
27 URL:            http://www.clamav.net/
28 BuildRequires:  autoconf
29 BuildRequires:  automake
30 BuildRequires:  bzip2-devel
31 BuildRequires:  gmp-devel
32 BuildRequires:  libltdl-devel
33 %{?with_milter:BuildRequires:   libmilter-devel}
34 BuildRequires:  libtool
35 %{?with_milter:BuildRequires:   libwrap-devel}
36 BuildRequires:  rpmbuild(macros) >= 1.514
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 >= 0.4.1.23
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 %if "%{pld_release}" == "ti"
107 Requires:       postfix
108 %else
109 Requires:       sendmail >= 8.11
110 %endif
111 Requires:       tcp_wrappers
112
113 %description milter
114 ClamAV sendmail filter using MILTER interface.
115
116 %description milter -l pl.UTF-8
117 Filtr ClamAV dla sendmaila korzystający z interfejsu MILTER.
118
119 %package devel
120 Summary:        clamav - Development header files and libraries
121 Summary(pl.UTF-8):      clamav - Pliki nagłówkowe i biblioteki dla programistów
122 Group:          Development/Libraries
123 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
124 Requires:       bzip2-devel
125 Requires:       gmp-devel
126 Requires:       zlib-devel
127
128 %description devel
129 This package contains the development header files and libraries
130 necessary to develop clamav client applications.
131
132 %description devel -l pl.UTF-8
133 Pliki nagłówkowe i biblioteki konieczne do kompilacji aplikacji
134 klienckich clamav.
135
136 %package static
137 Summary:        clamav static libraries
138 Summary(pl.UTF-8):      Biblioteki statyczne clamav
139 Group:          Development/Libraries
140 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
141
142 %description static
143 clamav static libraries.
144
145 %description static -l pl.UTF-8
146 Biblioteki statyczne clamav.
147
148 %prep
149 %setup -q
150 %patch0 -p1
151 %patch1 -p1
152
153 %build
154 %{__libtoolize}
155 %{__aclocal} -I m4
156 %{__autoconf}
157 %{__autoheader}
158 %{__automake}
159 %configure \
160         --disable-clamav \
161         %{?with_milter:--enable-milter} \
162         --with-dbdir=/var/lib/%{name} \
163         --with-no-cache \
164         --with-ltdl-include=/usr/include \
165         --with-ltdl-lib=%{_libdir}
166
167 %{__make} \
168         LIBTOOL=/usr/bin/libtool
169
170 %install
171 rm -rf $RPM_BUILD_ROOT
172 install -d $RPM_BUILD_ROOT/etc/{cron.d,logrotate.d,rc.d/init.d,sysconfig} \
173         $RPM_BUILD_ROOT%{_var}/{log,spool/clamav}
174
175 %{__make} install \
176         LIBTOOL=/usr/bin/libtool \
177         DESTDIR=$RPM_BUILD_ROOT
178 %{!?with_milter:rm -f $RPM_BUILD_ROOT%{_mandir}/man8/clamav-milter.8*}
179
180 cat <<'EOF' >$RPM_BUILD_ROOT/etc/cron.d/%{name}
181 5 * * * *       root    %{_sbindir}/clamav-cron-updatedb
182 EOF
183
184 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/clamd
185 %if %{with milter}
186 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/clamav-milter
187 install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/clamav-milter
188 %endif
189 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/clamd
190 install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/clamav-cron-updatedb
191 install etc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
192 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
193
194 install %{SOURCE8} $RPM_BUILD_ROOT%{_sbindir}
195
196 # NOTE: clamd uses sane rights to it's clamd.pid file
197 # So better keep it dir
198 # If it is fixed use of dir will be unecesary
199 install -d $RPM_BUILD_ROOT/var/run/%{name}
200
201 :> $RPM_BUILD_ROOT/var/log/freshclam.log
202
203 %clean
204 rm -rf $RPM_BUILD_ROOT
205
206 %triggerin -- amavis-ng
207 %addusertogroup -q clamav amavis
208
209 %triggerin -- amavisd-new
210 %addusertogroup -q clamav amavis
211
212 %triggerin -- amavisd
213 %addusertogroup -q clamav amavis
214
215 %pre
216 %groupadd -g 43 clamav
217 %useradd -u 43 -d /tmp -s /bin/false -c "Clam Anti Virus Checker" -g clamav clamav
218
219 %post
220 /sbin/chkconfig --add clamd
221 %service clamd restart "Clam Antivirus daemon"
222 touch /var/log/freshclam.log
223 chown clamav:root /var/log/freshclam.log
224 chmod 640 /var/log/freshclam.log
225
226 %preun
227 if [ "$1" = "0" ]; then
228         %service clamd stop
229         /sbin/chkconfig --del clamd
230 fi
231
232 %postun
233 if [ "$1" = "0" ]; then
234         %userremove clamav
235         %groupremove clamav
236 fi
237
238 %triggerpostun -- %{name} < 0.80
239 if [ -f /etc/clamav.conf.rpmsave ]; then
240         echo "Renaming config to new name /etc/clamd.conf"
241         mv -f /etc/clamd.conf /etc/clamd.conf.rpmnew
242         mv -f /etc/clamav.conf.rpmsave /etc/clamd.conf
243         echo "Changing config location in freshclam config"
244         %{__sed} -i -e 's/clamav.conf/clamd.conf/' /etc/freshclam.conf
245 fi
246
247 %triggerpostun -- %{name} < 0.90-0.rc2.0.10
248 %{__cp} -f /etc/clamd.conf{,.rpmsave}
249 %{__sed} -i -e '
250                 s,^LogSyslog$,& yes,
251                 s,^FixStaleSocket$,& yes,
252                 s,^AllowSupplementaryGroups$,& yes,
253                 s,^ClamukoScanOnOpen$,& yes,
254                 s,^ClamukoScanOnClose$,& yes,
255                 s,^ClamukoScanOnExec$,& yes,
256                 s,^LogTime$,& yes,
257                 s,^ScanPE$,& yes,
258 ' /etc/clamd.conf
259 %banner -e %{name}-0.90 <<EOF
260 ClamAV config was automatically upgraded to 0.90 format. You should review it
261 that it's still valid.
262 EOF
263 #'
264 # unfortunately clamd has no configcheck option so we just have to start it
265 # once again after config was broken after upgrade
266 touch /var/lock/subsys/clamd
267 %service -q clamd restart
268
269 %post milter
270 /sbin/chkconfig --add clamav-milter
271 %service clamav-milter restart "Clam Antivirus daemon"
272
273 %preun milter
274 if [ "$1" = "0" ]; then
275         %service clamav-milter stop
276         /sbin/chkconfig --del clamav-milter
277 fi
278
279 %post   libs -p /sbin/ldconfig
280 %postun libs -p /sbin/ldconfig
281
282 %files
283 %defattr(644,root,root,755)
284 %doc AUTHORS ChangeLog FAQ NEWS README docs/*.pdf
285 %attr(755,root,root) %{_bindir}/clamdscan
286 %attr(755,root,root) %{_bindir}/clamdtop
287 %attr(755,root,root) %{_bindir}/clamscan
288 %attr(755,root,root) %{_bindir}/freshclam
289 %attr(755,root,root) %{_bindir}/sigtool
290 %attr(755,root,root) %{_bindir}/clamconf
291 %attr(755,root,root) %{_sbindir}/clamd
292 %attr(755,root,root) %{_sbindir}/clamav-cron-updatedb
293 %attr(755,root,root) %{_sbindir}/clamav-post-updatedb
294 %attr(755,clamav,root) %dir /var/lib/%{name}
295 %ghost %attr(644,clamav,root) %verify(not md5 mtime size) /var/lib/clamav/*.cvd
296 %attr(640,clamav,root) %ghost /var/log/freshclam.log
297 %attr(750,clamav,clamav) %dir /var/run/%{name}
298
299 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
300 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/clamd.conf
301 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/freshclam.conf
302
303 %attr(754,root,root) /etc/rc.d/init.d/clamd
304 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamd
305 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/clamav
306 %{_mandir}/man[15]/*
307 %{_mandir}/man8/clamd*
308
309 %if %{with milter}
310 %files milter
311 %defattr(644,root,root,755)
312 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamav-milter
313 %config(noreplace) %verify(not md5 mtime size) /etc/clamav-milter.conf
314 %attr(754,root,root) /etc/rc.d/init.d/clamav-milter
315 #%attr(755,root,root) %{_sysconfdir}/cron.daily/clamav-milter
316 #%attr(755,root,root) %{_sysconfdir}/log.d/scripts/services/clamav-milter
317 #%{_sysconfdir}/log.d/conf/services/clamav-milter.conf
318 %attr(755,root,root) %{_sbindir}/clamav-milter
319 %{_mandir}/man8/clamav-milter.8*
320 %attr(700,clamav,clamav) /var/spool/clamav
321 %endif
322
323 %files libs
324 %defattr(644,root,root,755)
325 %attr(755,root,root) %{_libdir}/lib*.so.*.*
326 %attr(755,root,root) %ghost %{_libdir}/libclamav.so.6
327 %attr(755,root,root) %ghost %{_libdir}/libclamunrar.so.6
328 %attr(755,root,root) %ghost %{_libdir}/libclamunrar_iface.so.6
329
330 %files devel
331 %defattr(644,root,root,755)
332 %attr(755,root,root) %{_bindir}/clamav-config
333 %attr(755,root,root) %{_libdir}/lib*.so
334 %{_libdir}/lib*.la
335 %{_includedir}/*.h
336 %{_pkgconfigdir}/*.pc
337
338 %files static
339 %defattr(644,root,root,755)
340 %{_libdir}/*.a
This page took 0.060969 seconds and 4 git commands to generate.