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