rpms/klamav/devel klamav.spec,1.9,1.10

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Sun Dec 2 15:29:59 UTC 2007


Author: andriy

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

Modified Files:
	klamav.spec 
Log Message:
Should fix build break after bumping buildsystem to kde4.


Index: klamav.spec
===================================================================
RCS file: /cvs/extras/rpms/klamav/devel/klamav.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- klamav.spec	7 Nov 2007 14:57:52 -0000	1.9
+++ klamav.spec	2 Dec 2007 15:29:26 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Clam Anti-Virus on the KDE Desktop
 Name: klamav
 Version: 0.41.1
-Release: 6%{?dist}
+Release: 7%{?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
@@ -13,7 +13,11 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: clamav >= 0.90
 Requires: clamav-update >= 0.90
+%if 0%{?fedora} >= 7
+BuildRequires: kdelibs3-devel >= 3.5.2
+%else
 BuildRequires: kdelibs-devel >= 3.5.2
+%endif
 BuildRequires: clamav-devel >= 0.90
 BuildRequires: curl-devel
 BuildRequires: gmp-devel
@@ -84,6 +88,10 @@
 %{_datadir}/icons/*/*x*/apps/klamav.png
 
 %changelog
+* Sun Dec 02 2007 Andy Shevchenko <andy at smile.org.ua> 0.41.1-7
+- build with kdelibs3-devel
+  (http://www.redhat.com/archives/fedora-devel-announce/2007-November/msg00005.html)
+
 * Wed Nov 07 2007 Andy Shevchenko <andy at smile.org.ua> 0.41.1-6
 - do not build internal sqlite
 - set special echo mode for password field (#362061)




More information about the fedora-extras-commits mailing list