gunnar: server/clamav Makefile, 1.7.2.3, 1.7.2.4 clamav.spec, 1.6.2.1, 1.6.2.2

cvs at kolab.org cvs at kolab.org
Wed Apr 21 16:48:44 CEST 2010


Author: gunnar

Update of /kolabrepository/server/clamav
In directory doto:/tmp/cvs-serv5701

Modified Files:
      Tag: kolab_2_2_branch
	Makefile clamav.spec 
Log Message:
Update to clamav-0.96

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/clamav/Makefile,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- Makefile	17 Nov 2009 09:18:56 -0000	1.7.2.3
+++ Makefile	21 Apr 2010 14:48:42 -0000	1.7.2.4
@@ -5,7 +5,7 @@
 VERSION = $(shell grep "^Version:" *.spec | sed -e "s/^Version:\s*\([0-9.]*\).*/\1/")
 RELEASE = $(shell grep "^Release:" *.spec | sed -e "s/^Release:\s*\([0-9]*\).*/\1/")
 
-SOURCE_0=rsync://rsync.kolab.org/kolab/server/development-2.2/externals/$(NAME)-$(VERSION).tar.gz
+SOURCE_0=http://files.kolab.org/incoming/wrobel/$(NAME)-$(VERSION).tar.gz
 EXTRA=clamav.patch rc.clamav
 
 .PHONY: all
@@ -24,7 +24,7 @@
 
 $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec $(EXTRA)
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
-	rsync -tvz "$(SOURCE_0)" $(KOLABRPMSRC)/$(PACKAGE)/
+	cd  $(KOLABRPMSRC)/$(PACKAGE)/ && wget -c "$(SOURCE_0)"
 
 	cp $(PACKAGE).spec $(EXTRA) $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec

Index: clamav.spec
===================================================================
RCS file: /kolabrepository/server/clamav/clamav.spec,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- clamav.spec	30 Oct 2009 16:34:01 -0000	1.6.2.1
+++ clamav.spec	21 Apr 2010 14:48:42 -0000	1.6.2.2
@@ -29,8 +29,8 @@
 Packager:     Intevation GmbH
 Group:        AntiVirus
 License:      GPL
-Version:      0.95.3
-Release:      20091030
+Version:      0.96
+Release:      20100421
 
 #   package options
 %option       with_milter  no





More information about the commits mailing list