rpms/klamav/devel klamav.spec,1.7,1.8

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Mon Aug 20 05:57:30 UTC 2007


Author: andriy

Update of /cvs/extras/rpms/klamav/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3021

Modified Files:
	klamav.spec 
Log Message:
Build with system sqlite.


Index: klamav.spec
===================================================================
RCS file: /cvs/extras/rpms/klamav/devel/klamav.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- klamav.spec	19 Aug 2007 15:28:35 -0000	1.7
+++ klamav.spec	20 Aug 2007 05:56:54 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: Clam Anti-Virus on the KDE Desktop
 Name: klamav
 Version: 0.41.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source0: http://downloads.sourceforge.net/klamav/%{name}-%{version}.tar.bz2
 Patch0: klamav-suse-clamav-path.diff
 Patch1: klamav-0.41.1-open-mode.patch
@@ -16,6 +16,7 @@
 BuildRequires: curl-devel
 BuildRequires: gmp-devel
 BuildRequires: desktop-file-utils
+BuildRequires: sqlite-devel >= 3.0
 
 %description
 ClamAV Anti-Virus protection for the KDE desktop.
@@ -26,7 +27,7 @@
 %patch1 -p1 -b .open-mode
 
 %build
-%configure --disable-rpath
+%configure --disable-rpath --without-included-sqlite
 make %{?_smp_mflags}
 
 %install
@@ -79,8 +80,9 @@
 %{_datadir}/icons/*/*x*/apps/klamav.png
 
 %changelog
-* Sun Aug 19 2007 Andy Shevchenko <andy at smile.org.ua> 0.41.1-4
+* Sun Aug 19 2007 Andy Shevchenko <andy at smile.org.ua> 0.41.1-5
 - fix desktop Categories
+- use system sqlite
 
 * Thu Aug 16 2007 Andy Shevchenko <andy at smile.org.ua> 0.41.1-3
 - update to 0.41.1




More information about the fedora-extras-commits mailing list