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