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
|
Wed Jul 11 17:27:51 CEST 2007 - max@suse.de
|
||||||
|
|
||||||
|
13
clamav.spec
13
clamav.spec
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
Name: clamav
|
Name: clamav
|
||||||
%if 0%{?suse_version} >= 1010 || 0%{!?suse_version:1}
|
%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
|
%endif
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: pwdutils
|
BuildRequires: pwdutils
|
||||||
%endif
|
%endif
|
||||||
Summary: Antivirus Toolkit
|
Summary: Antivirus Toolkit
|
||||||
Version: 0.91
|
Version: 0.91
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@@ -30,6 +30,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
Source1: clamav-rcclamd
|
Source1: clamav-rcclamd
|
||||||
Source2: clamav-rcfreshclam
|
Source2: clamav-rcfreshclam
|
||||||
Source3: clamav-updateclamconf
|
Source3: clamav-updateclamconf
|
||||||
|
Source4: clamav-rpmlintrc
|
||||||
Patch1: %name-conf.patch
|
Patch1: %name-conf.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@@ -88,6 +89,8 @@ 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}
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -116,7 +119,7 @@ rm -rf %buildroot
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%config(noreplace) %_sysconfdir/*.conf
|
%config(noreplace) %_sysconfdir/*.conf
|
||||||
%config %attr(744,root,root)/etc/init.d/*
|
%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 docs/*.pdf docs/html
|
||||||
%doc %_mandir/*/*
|
%doc %_mandir/*/*
|
||||||
%_bindir/*
|
%_bindir/*
|
||||||
@@ -201,6 +204,10 @@ for distfile in {main,daily}.cvd.dist; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 11 2007 - max@suse.de
|
||||||
- Update to version 0.91 (#289830)
|
- Update to version 0.91 (#289830)
|
||||||
- improved handling of .mdb files (fixes long startup times)
|
- improved handling of .mdb files (fixes long startup times)
|
||||||
|
Reference in New Issue
Block a user