Devrim GUNDUZ devrim at lists.slony.info
Wed Oct 24 10:08:25 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv12992

Modified Files:
      Tag: REL_1_2_STABLE
	GNUmakefile.in 
Log Message:
Change the references from .gz to .bz2


Index: GNUmakefile.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.29.2.2
retrieving revision 1.29.2.3
diff -C2 -d -r1.29.2.2 -r1.29.2.3
*** GNUmakefile.in	24 Oct 2007 17:03:40 -0000	1.29.2.2
--- GNUmakefile.in	24 Oct 2007 17:08:23 -0000	1.29.2.3
***************
*** 66,70 ****
  	rm -f config.log config.status config.h
  	rm -f @PACKAGE_NAME at .spec
! 	rm -f @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.gz
  	rm -f postgres.imp
  	rm -rf autom4te.cache
--- 66,70 ----
  	rm -f config.log config.status config.h
  	rm -f @PACKAGE_NAME at .spec
! 	rm -f @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.bz2
  	rm -f postgres.imp
  	rm -rf autom4te.cache
***************
*** 81,85 ****
  garbage := =*  "#"*  ."#"*  *~*  *.orig  *.rej  core  @PACKAGE_NAME at -*
  
! dist 	:= $(distdir).tar.gz
  
  distdir:
--- 81,85 ----
  garbage := =*  "#"*  ."#"*  *~*  *.orig  *.rej  core  @PACKAGE_NAME at -*
  
! dist 	:= $(distdir).tar.bz2
  
  distdir:
***************
*** 102,106 ****
  rpm: dist
  
! 	rpmbuild -ta @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.gz
  
  .PHONY: install
--- 102,106 ----
  rpm: dist
  
! 	rpmbuild -ta @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.bz2
  
  .PHONY: install



More information about the Slony1-commit mailing list