rpms/klamav/devel klamav.spec,1.16,1.17

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Thu Jan 10 15:01:16 UTC 2008


Author: andriy

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

Modified Files:
	klamav.spec 
Log Message:
Don't use %patch in %build.


Index: klamav.spec
===================================================================
RCS file: /cvs/extras/rpms/klamav/devel/klamav.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- klamav.spec	10 Jan 2008 14:34:14 -0000	1.16
+++ klamav.spec	10 Jan 2008 15:00:37 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: Clam Anti-Virus on the KDE Desktop
 Name: klamav
 Version: 0.41.1
-Release: 13%{?dist}
+Release: 14%{?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
@@ -44,7 +44,8 @@
 
 # Use this trick to patch generated files
 make -C src klamavconfig.cpp
-%patch6 -p1 -b .maximum
+# Don't use patch macro here
+patch -p1 -b --suffix=.maximum < %{PATCH6}
 
 make %{?_smp_mflags}
 
@@ -98,7 +99,7 @@
 %{_datadir}/icons/*/*x*/apps/klamav.png
 
 %changelog
-* Thu Jan 10 2008 Andy Shevchenko <andy at smile.org.ua> 0.41.1-13
+* Thu Jan 10 2008 Andy Shevchenko <andy at smile.org.ua> 0.41.1-14
 - inherit archive limit defaults and pass their to the clamav
   even if they are equal to zero (#428066)
 




More information about the fedora-extras-commits mailing list