rpms/klamav/devel .cvsignore, 1.3, 1.4 klamav.spec, 1.3, 1.4 sources, 1.3, 1.4

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Thu Aug 16 14:09:58 UTC 2007


Author: andriy

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

Modified Files:
	.cvsignore klamav.spec sources 
Log Message:
Update to 0.41.1. Fix according to new guidelines.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/klamav/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	26 Feb 2007 12:30:41 -0000	1.3
+++ .cvsignore	16 Aug 2007 14:09:24 -0000	1.4
@@ -1 +1 @@
-klamav-0.41.tar.bz2
+klamav-0.41.1.tar.bz2


Index: klamav.spec
===================================================================
RCS file: /cvs/extras/rpms/klamav/devel/klamav.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- klamav.spec	6 Mar 2007 09:59:14 -0000	1.3
+++ klamav.spec	16 Aug 2007 14:09:24 -0000	1.4
@@ -1,14 +1,12 @@
 Summary: Clam Anti-Virus on the KDE Desktop
 Name: klamav
-Version: 0.41
-Release: 2%{?dist}
-# Catch from http://ovh.dl.sourceforge.net/sourceforge/klamav/%{name}-%{version}-source.tar.gz
-Source0: %{name}-%{version}.tar.bz2
-#Source0: http://surfnet.dl.sourceforge.net/sourceforge/klamav/%{name}-%{version}.tar.bz2
+Version: 0.41.1
+Release: 1%{?dist}
+Source0: http://downloads.sourceforge.net/klamav/%{name}-%{version}.tar.bz2
 Patch0: klamav-suse-clamav-path.diff
 URL: http://klamav.sourceforge.net
 Group: Applications/System
-License: GPL
+License: GPLv2+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: clamav >= 0.90
 Requires: clamav-update >= 0.90
@@ -27,11 +25,11 @@
 
 %build
 %configure --disable-rpath
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %{__rm} -rf "${RPM_BUILD_ROOT}"
-%{__make} DESTDIR="${RPM_BUILD_ROOT}" install
+make DESTDIR="${RPM_BUILD_ROOT}" install
 
 # Fix absolute link
 ln -sf ../common ${RPM_BUILD_ROOT}%{_datadir}/doc/HTML/en/klamav02/
@@ -81,6 +79,11 @@
 %{_datadir}/icons/*/*x*/apps/klamav.png
 
 %changelog
+* Thu Aug 16 2007 Andy Shevchenko <andy at smile.org.ua> 0.41.1-1
+- update to 0.41.1
+- fix License tag according to new guidelines
+- do not use __make macro
+
 * Tue Mar 06 2007 Andy Shevchenko <andy at smile.org.ua> 0.41-2
 - rebuild against new clamav
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/klamav/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Feb 2007 12:30:41 -0000	1.3
+++ sources	16 Aug 2007 14:09:24 -0000	1.4
@@ -1 +1 @@
-275fe29fda8db6f83717761f42534392  klamav-0.41.tar.bz2
+066e4c7089f9ef42958583bd5438e9e2  klamav-0.41.1.tar.bz2




More information about the fedora-extras-commits mailing list