]> git.pld-linux.org Git - packages/clamav.git/blame - clamav.spec
- addes missig BR libltdl
[packages/clamav.git] / clamav.spec
CommitLineData
c935072a 1# TODO:
c8321415 2# - Make freshclam package (script and daemon)
d06ef0ed 3# - restart amavis in triggers if group membership was modified?
eba74cc1 4#
5# Conditional build:
88439ba9 6%bcond_without milter # build without milter subpackage
eba74cc1 7#
b014d766 8Summary: An anti-virus utility for Unix
bda09b13 9Summary(pl.UTF-8): Narz??dzie antywirusowe dla Uniks??w
e6c034d3 10Name: clamav
5031a6ac
SP
11Version: 0.95.2
12Release: 1
e77f89d2 13Epoch: 0
c81b4cf4 14License: GPL v2+
4460ff0b 15Group: Applications
9d42dc39 16Source0: http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
5031a6ac 17# Source0-md5: 930362397d30e01ba81b5f24c1046d48
4460ff0b
AM
18Source1: %{name}.init
19Source2: %{name}.sysconfig
eba74cc1 20Source3: %{name}-milter.init
719d471d 21Source4: %{name}-cron-updatedb
4a3f68d7 22Source5: %{name}.logrotate
3e84b306 23Source8: %{name}-post-updatedb
eba74cc1 24Source9: %{name}-milter.sysconfig
1475e7a3 25Patch0: %{name}-pld_config.patch
40002522 26Patch1: %{name}-nolibs.patch
182b1736 27URL: http://www.clamav.net/
e6c034d3 28BuildRequires: autoconf
29BuildRequires: automake
bc21dbca 30BuildRequires: bzip2-devel
73b401c8 31BuildRequires: gmp-devel
bda09b13 32BuildRequires: libltdl-devel
9d42dc39 33%{?with_milter:BuildRequires: libmilter-devel}
2d1a6e1f 34BuildRequires: libtool
dd6d36d5 35%{?with_milter:BuildRequires: libwrap-devel}
50d65e20 36BuildRequires: rpmbuild(macros) >= 1.514
e278889f 37BuildRequires: zlib-devel
dd6d36d5
ER
38Requires(post,preun): /sbin/chkconfig
39Requires(postun): /usr/sbin/groupdel
40Requires(postun): /usr/sbin/userdel
41Requires(postun,pre): /usr/sbin/usermod
0e86f481 42Requires(pre): /bin/id
49797116 43Requires(pre): /usr/bin/getgid
44Requires(pre): /usr/sbin/groupadd
45Requires(pre): /usr/sbin/useradd
d985d248 46Requires(triggerpostun): sed >= 4.0
d4117574 47Requires: %{name}-libs = %{epoch}:%{version}-%{release}
dd6d36d5 48Requires: /usr/sbin/usermod
6a92e05d 49Requires: bc
f40f9e2f 50Requires: rc-scripts >= 0.4.1.23
49797116 51Provides: group(clamav)
52Provides: user(clamav)
d0ecd394 53Conflicts: logrotate < 3.7-4
e6c034d3 54BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55
e6c034d3 56%description
066e1c29
ER
57Clam AntiVirus is an open source anti-virus toolkit for UNIX, designed
58especially for e-mail scanning on mail gateways. It provides a number
59of utilities including a flexible and scalable multi-threaded daemon,
60a command line scanner and advanced tool for automatic database
61updates. The core of the package is an anti-virus engine available in
62a form of shared library.
63
64Here 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
bda09b13 71- on-access scanning (Linux?? and FreeBSD??)
066e1c29
ER
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
e6c034d3 82
d8cf2de3 83%description -l pl.UTF-8
bda09b13 84Clam Antivirus jest pot????nym skanerem antywirusowym dla system??w
eba74cc1 85uniksowych. Wspiera on AMaViSa, skompresowane pliki, skanowanie
86"on-access" i posiada system bezpiecznej, automatycznej aktualizacji.
bda09b13 87Baza wirus??w zawiera ponad 90000 sygnatur. Skaner jest wielow??tkowy,
ba45f729 88napisany w C i zgodny z POSIXem.
e6c034d3 89
4460ff0b 90%package libs
f98d218a 91Summary: Shared libraries for clamav
da5aee7a 92Summary(pl.UTF-8): Biblioteki dzielone clamav
f98d218a 93Group: Libraries
4460ff0b
AM
94
95%description libs
96Shared libraries for clamav.
97
d8cf2de3 98%description libs -l pl.UTF-8
4460ff0b
AM
99Biblioteki dzielone clamav.
100
486b4f0f
JB
101%package milter
102Summary: ClamAV filter using milter interface
bda09b13 103Summary(pl.UTF-8): Filtr ClamAV korzystaj??cy z interfejsu milter
eba74cc1 104Group: Daemons
d4117574 105Requires: %{name} = %{epoch}:%{version}-%{release}
eba74cc1 106Requires: sendmail >= 8.11
107Requires: tcp_wrappers
eba74cc1 108
109%description milter
110ClamAV sendmail filter using MILTER interface.
111
d8cf2de3 112%description milter -l pl.UTF-8
bda09b13 113Filtr ClamAV dla sendmaila korzystaj??cy z interfejsu MILTER.
eba74cc1 114
4460ff0b 115%package devel
f98d218a 116Summary: clamav - Development header files and libraries
bda09b13 117Summary(pl.UTF-8): clamav - Pliki nag????wkowe i biblioteki dla programist??w
f98d218a 118Group: Development/Libraries
d4117574 119Requires: %{name}-libs = %{epoch}:%{version}-%{release}
cc776ef1
JB
120Requires: bzip2-devel
121Requires: gmp-devel
122Requires: zlib-devel
4460ff0b
AM
123
124%description devel
125This package contains the development header files and libraries
126necessary to develop clamav client applications.
127
d8cf2de3 128%description devel -l pl.UTF-8
bda09b13 129Pliki nag????wkowe i biblioteki konieczne do kompilacji aplikacji
142cc22a 130klienckich clamav.
4460ff0b
AM
131
132%package static
dd6d36d5 133Summary: clamav static libraries
da5aee7a 134Summary(pl.UTF-8): Biblioteki statyczne clamav
f98d218a 135Group: Development/Libraries
d4117574 136Requires: %{name}-devel = %{epoch}:%{version}-%{release}
4460ff0b
AM
137
138%description static
f33eb2df 139clamav static libraries.
4460ff0b 140
d8cf2de3 141%description static -l pl.UTF-8
4460ff0b
AM
142Biblioteki statyczne clamav.
143
e6c034d3 144%prep
c81b4cf4 145%setup -q
c935072a 146%patch0 -p1
83eaf0c7 147%patch1 -p1
82747f5b 148
e6c034d3 149%build
82747f5b 150%{__libtoolize}
c81b4cf4 151%{__aclocal} -I m4
ed667a13 152%{__autoconf}
82747f5b 153%{__autoheader}
ed667a13 154%{__automake}
92c5ef39 155%configure \
ca57b115 156 --disable-clamav \
142cc22a 157 %{?with_milter:--enable-milter} \
20f26031 158 --with-dbdir=/var/lib/%{name} \
8635bd29 159 --with-no-cache \
a811cf23
ER
160 --with-ltdl-include=/usr/include \
161 --with-ltdl-lib=%{_libdir}
162
163%{__make} \
164 LIBTOOL=/usr/bin/libtool
4d3c9f35 165
e6c034d3 166%install
167rm -rf $RPM_BUILD_ROOT
06e3ab45
TP
168install -d $RPM_BUILD_ROOT/etc/{cron.d,logrotate.d,rc.d/init.d,sysconfig} \
169 $RPM_BUILD_ROOT%{_var}/{log,spool/clamav}
92c5ef39
AM
170
171%{__make} install \
20f26031 172 LIBTOOL=/usr/bin/libtool \
92c5ef39 173 DESTDIR=$RPM_BUILD_ROOT
142cc22a 174%{!?with_milter:rm -f $RPM_BUILD_ROOT%{_mandir}/man8/clamav-milter.8*}
92c5ef39 175
d78cc52a 176cat <<'EOF' >$RPM_BUILD_ROOT/etc/cron.d/%{name}
719d471d 1775 * * * * root %{_sbindir}/clamav-cron-updatedb
ca57b115 178EOF
92c5ef39 179
05eb87ef 180install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/clamd
4381c9a3 181%if %{with milter}
eba74cc1 182install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/clamav-milter
eba74cc1 183install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/clamav-milter
4381c9a3 184%endif
185install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/clamd
719d471d 186install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/clamav-cron-updatedb
142cc22a 187install etc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
813b04f8 188install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
2b9f3e64 189
3e84b306 190install %{SOURCE8} $RPM_BUILD_ROOT%{_sbindir}
4460ff0b 191
c935072a
MK
192# NOTE: clamd uses sane rights to it's clamd.pid file
193# So better keep it dir
194# If it is fixed use of dir will be unecesary
d78cc52a 195install -d $RPM_BUILD_ROOT/var/run/%{name}
c935072a 196
d78cc52a 197:> $RPM_BUILD_ROOT/var/log/freshclam.log
ef21d0fa 198
e6c034d3 199%clean
92c5ef39 200rm -rf $RPM_BUILD_ROOT
e6c034d3 201
c935072a 202%triggerin -- amavis-ng
50d65e20 203%addusertogroup -q clamav amavis
c935072a
MK
204
205%triggerin -- amavisd-new
50d65e20 206%addusertogroup -q clamav amavis
c935072a
MK
207
208%triggerin -- amavisd
50d65e20 209%addusertogroup -q clamav amavis
c935072a 210
e278889f 211%pre
236dddf1
ER
212%groupadd -g 43 clamav
213%useradd -u 43 -d /tmp -s /bin/false -c "Clam Anti Virus Checker" -g clamav clamav
174915c1 214
66d1575d 215%post
66d1575d 216/sbin/chkconfig --add clamd
dd6d36d5 217%service clamd restart "Clam Antivirus daemon"
d78cc52a
ER
218touch /var/log/freshclam.log
219chown clamav:root /var/log/freshclam.log
220chmod 640 /var/log/freshclam.log
66d1575d 221
66d1575d 222%preun
223if [ "$1" = "0" ]; then
dd6d36d5 224 %service clamd stop
66d1575d 225 /sbin/chkconfig --del clamd
226fi
e6c034d3 227
0c8c3ba4 228%postun
174915c1 229if [ "$1" = "0" ]; then
49797116 230 %userremove clamav
231 %groupremove clamav
174915c1 232fi
233
ed0b0327 234%triggerpostun -- %{name} < 0.80
1eab800a 235if [ -f /etc/clamav.conf.rpmsave ]; then
d093ed8c 236 echo "Renaming config to new name /etc/clamd.conf"
237 mv -f /etc/clamd.conf /etc/clamd.conf.rpmnew
238 mv -f /etc/clamav.conf.rpmsave /etc/clamd.conf
d4117574 239 echo "Changing config location in freshclam config"
f12ca2c1
ER
240 %{__sed} -i -e 's/clamav.conf/clamd.conf/' /etc/freshclam.conf
241fi
242
29f80fd8
ER
243%triggerpostun -- %{name} < 0.90-0.rc2.0.10
244%{__cp} -f /etc/clamd.conf{,.rpmsave}
245%{__sed} -i -e '
246 s,^LogSyslog$,& yes,
247 s,^FixStaleSocket$,& yes,
248 s,^AllowSupplementaryGroups$,& yes,
249 s,^ClamukoScanOnOpen$,& yes,
250 s,^ClamukoScanOnClose$,& yes,
251 s,^ClamukoScanOnExec$,& yes,
3bc0b921
AM
252 s,^LogTime$,& yes,
253 s,^ScanPE$,& yes,
29f80fd8
ER
254' /etc/clamd.conf
255%banner -e %{name}-0.90 <<EOF
256ClamAV config was automatically upgraded to 0.90 format. You should review it
257that it's still valid.
258EOF
259#'
260# unfortunately clamd has no configcheck option so we just have to start it
261# once again after config was broken after upgrade
262touch /var/lock/subsys/clamd
263%service -q clamd restart
1eab800a 264
eba74cc1 265%post milter
266/sbin/chkconfig --add clamav-milter
dd6d36d5 267%service clamav-milter restart "Clam Antivirus daemon"
eba74cc1 268
4c570814 269%preun milter
eba74cc1 270if [ "$1" = "0" ]; then
dd6d36d5 271 %service clamav-milter stop
eba74cc1 272 /sbin/chkconfig --del clamav-milter
273fi
fba342ab 274
1475e7a3 275%post libs -p /sbin/ldconfig
276%postun libs -p /sbin/ldconfig
4460ff0b 277
e6c034d3 278%files
279%defattr(644,root,root,755)
c5a8ecb5 280%doc AUTHORS ChangeLog FAQ NEWS README docs/*.pdf
24f68046 281%attr(755,root,root) %{_bindir}/clamdscan
40002522 282%attr(755,root,root) %{_bindir}/clamdtop
24f68046 283%attr(755,root,root) %{_bindir}/clamscan
284%attr(755,root,root) %{_bindir}/freshclam
285%attr(755,root,root) %{_bindir}/sigtool
d78cc52a 286%attr(755,root,root) %{_bindir}/clamconf
24f68046 287%attr(755,root,root) %{_sbindir}/clamd
288%attr(755,root,root) %{_sbindir}/clamav-cron-updatedb
c8321415 289%attr(755,root,root) %{_sbindir}/clamav-post-updatedb
ca57b115 290%attr(755,clamav,root) %dir /var/lib/%{name}
c8321415 291%ghost %attr(644,clamav,root) %verify(not md5 mtime size) /var/lib/clamav/*.cvd
d78cc52a
ER
292%attr(640,clamav,root) %ghost /var/log/freshclam.log
293%attr(750,clamav,clamav) %dir /var/run/%{name}
c935072a 294
b5177881 295%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
0e86f481
JB
296%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/clamd.conf
297%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/freshclam.conf
6586d93d 298
05eb87ef 299%attr(754,root,root) /etc/rc.d/init.d/clamd
7c801993
ER
300%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamd
301%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/clamav
eba74cc1 302%{_mandir}/man[15]/*
303%{_mandir}/man8/clamd*
304
305%if %{with milter}
306%files milter
307%defattr(644,root,root,755)
7c801993 308%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamav-milter
40002522 309%config(noreplace) %verify(not md5 mtime size) /etc/clamav-milter.conf
491eb046 310%attr(754,root,root) /etc/rc.d/init.d/clamav-milter
eba74cc1 311#%attr(755,root,root) %{_sysconfdir}/cron.daily/clamav-milter
312#%attr(755,root,root) %{_sysconfdir}/log.d/scripts/services/clamav-milter
313#%{_sysconfdir}/log.d/conf/services/clamav-milter.conf
314%attr(755,root,root) %{_sbindir}/clamav-milter
315%{_mandir}/man8/clamav-milter.8*
0e86f481 316%attr(700,clamav,clamav) /var/spool/clamav
eba74cc1 317%endif
4460ff0b
AM
318
319%files libs
320%defattr(644,root,root,755)
263ab0bb 321%attr(755,root,root) %{_libdir}/lib*.so.*.*
40002522
AG
322%attr(755,root,root) %ghost %{_libdir}/libclamav.so.6
323%attr(755,root,root) %ghost %{_libdir}/libclamunrar.so.6
324%attr(755,root,root) %ghost %{_libdir}/libclamunrar_iface.so.6
4460ff0b
AM
325
326%files devel
327%defattr(644,root,root,755)
24f68046 328%attr(755,root,root) %{_bindir}/clamav-config
4460ff0b 329%attr(755,root,root) %{_libdir}/lib*.so
52d00604 330%{_libdir}/lib*.la
4460ff0b 331%{_includedir}/*.h
0d90572a 332%{_pkgconfigdir}/*.pc
4460ff0b
AM
333
334%files static
335%defattr(644,root,root,755)
336%{_libdir}/*.a
This page took 0.140446 seconds and 4 git commands to generate.