This commit is contained in:
committed by
Git OBS Bridge
parent
ce3d9ab0c7
commit
982540be97
4
clamav-rpmlintrc
Normal file
4
clamav-rpmlintrc
Normal file
@@ -0,0 +1,4 @@
|
||||
addFilter("non-standard-uid.*")
|
||||
addFilter("devel-file-in-non-devel-package.*")
|
||||
addFilter("postin-without-ldconfig")
|
||||
addFilter("postun-without-ldconfig")
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 15 00:24:08 CEST 2007 - lrupp@suse.de
|
||||
|
||||
- add zlib-devel to build requires
|
||||
- suppress some false positives from rpmlint
|
||||
- added %check section and remove unneeded INSTALL file from %doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 17:27:51 CEST 2007 - max@suse.de
|
||||
|
||||
|
13
clamav.spec
13
clamav.spec
@@ -12,14 +12,14 @@
|
||||
|
||||
Name: clamav
|
||||
%if 0%{?suse_version} >= 1010 || 0%{!?suse_version:1}
|
||||
BuildRequires: bc gmp-devel pkgconfig tcpd-devel
|
||||
BuildRequires: bc gmp-devel pkgconfig tcpd-devel zlib-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: pwdutils
|
||||
%endif
|
||||
Summary: Antivirus Toolkit
|
||||
Version: 0.91
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
URL: http://www.clamav.net
|
||||
@@ -30,6 +30,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: clamav-rcclamd
|
||||
Source2: clamav-rcfreshclam
|
||||
Source3: clamav-updateclamconf
|
||||
Source4: clamav-rpmlintrc
|
||||
Patch1: %name-conf.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -88,6 +89,8 @@ export CFLAGS="%optflags -fno-strict-aliasing $SP"
|
||||
--with-libcurl \
|
||||
--disable-zlib-vcheck
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
@@ -116,7 +119,7 @@ rm -rf %buildroot
|
||||
%defattr(-,root,root,-)
|
||||
%config(noreplace) %_sysconfdir/*.conf
|
||||
%config %attr(744,root,root)/etc/init.d/*
|
||||
%doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README UPGRADE
|
||||
%doc AUTHORS BUGS ChangeLog COPYING FAQ NEWS README UPGRADE
|
||||
%doc docs/*.pdf docs/html
|
||||
%doc %_mandir/*/*
|
||||
%_bindir/*
|
||||
@@ -201,6 +204,10 @@ for distfile in {main,daily}.cvd.dist; do
|
||||
done
|
||||
|
||||
%changelog
|
||||
* Sun Jul 15 2007 - lrupp@suse.de
|
||||
- add zlib-devel to build requires
|
||||
- suppress some false positives from rpmlint
|
||||
- added %%check section and remove unneeded INSTALL file from %%doc
|
||||
* Wed Jul 11 2007 - max@suse.de
|
||||
- Update to version 0.91 (#289830)
|
||||
- improved handling of .mdb files (fixes long startup times)
|
||||
|
Reference in New Issue
Block a user