This commit is contained in:
parent
982540be97
commit
dbd2050fc2
3
clamav-0.91.1.tar.bz2
Normal file
3
clamav-0.91.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a3384a5ce5a9a996ebb3d1913684e01743362f343c8f5d4b5cfa921ea8b6266
|
||||||
|
size 12658539
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:892acd6b8c352857c54b5a104de79a545f3304249df869d70542886a7d4cbab0
|
|
||||||
size 12582613
|
|
@ -1,4 +1,2 @@
|
|||||||
addFilter("non-standard-uid.*")
|
addFilter("non-standard-uid.*")
|
||||||
addFilter("devel-file-in-non-devel-package.*")
|
addFilter("devel-file-in-non-devel-package.*")
|
||||||
addFilter("postin-without-ldconfig")
|
|
||||||
addFilter("postun-without-ldconfig")
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 17 13:39:44 CEST 2007 - max@suse.de
|
||||||
|
|
||||||
|
- Stability and bugfix update: 0.91.1 (#292297)
|
||||||
|
- Run ldconfig on (un)installation.
|
||||||
|
- Make %check conditional to fix building on SLES8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 15 00:24:08 CEST 2007 - lrupp@suse.de
|
Sun Jul 15 00:24:08 CEST 2007 - lrupp@suse.de
|
||||||
|
|
||||||
|
15
clamav.spec
15
clamav.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package clamav (Version 0.91)
|
# spec file for package clamav (Version 0.91.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -18,8 +18,8 @@ BuildRequires: bc gmp-devel pkgconfig tcpd-devel zlib-devel
|
|||||||
BuildRequires: pwdutils
|
BuildRequires: pwdutils
|
||||||
%endif
|
%endif
|
||||||
Summary: Antivirus Toolkit
|
Summary: Antivirus Toolkit
|
||||||
Version: 0.91
|
Version: 0.91.1
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
URL: http://www.clamav.net
|
URL: http://www.clamav.net
|
||||||
@ -89,8 +89,11 @@ export CFLAGS="%optflags -fno-strict-aliasing $SP"
|
|||||||
--with-libcurl \
|
--with-libcurl \
|
||||||
--disable-zlib-vcheck
|
--disable-zlib-vcheck
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
# SLES8 does not support %check
|
||||||
|
%if 0%{?suse_version} > 810 || 0%{!?suse_version:1}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%endif
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -148,6 +151,7 @@ rm -rf %buildroot
|
|||||||
%_sbindir/usermod vscan -g vscan 2> /dev/null || :
|
%_sbindir/usermod vscan -g vscan 2> /dev/null || :
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
%run_ldconfig
|
||||||
# merge config files on update
|
# merge config files on update
|
||||||
test "0$1" -lt 2 && exit 0
|
test "0$1" -lt 2 && exit 0
|
||||||
# The old default to run clamd in foreground mode was wrong
|
# The old default to run clamd in foreground mode was wrong
|
||||||
@ -182,6 +186,7 @@ fi
|
|||||||
%stop_on_removal clamd freshclam
|
%stop_on_removal clamd freshclam
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
%run_ldconfig
|
||||||
%restart_on_update clamd freshclam
|
%restart_on_update clamd freshclam
|
||||||
%insserv_cleanup
|
%insserv_cleanup
|
||||||
|
|
||||||
@ -204,6 +209,10 @@ for distfile in {main,daily}.cvd.dist; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 17 2007 - max@suse.de
|
||||||
|
- Stability and bugfix update: 0.91.1 (#292297)
|
||||||
|
- Run ldconfig on (un)installation.
|
||||||
|
- Make %%check conditional to fix building on SLES8.
|
||||||
* Sun Jul 15 2007 - lrupp@suse.de
|
* Sun Jul 15 2007 - lrupp@suse.de
|
||||||
- add zlib-devel to build requires
|
- add zlib-devel to build requires
|
||||||
- suppress some false positives from rpmlint
|
- suppress some false positives from rpmlint
|
||||||
|
Loading…
Reference in New Issue
Block a user