Devrim GUNDUZ devrim at lists.slony.info
Tue Dec 18 12:54:13 PST 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv5605

Modified Files:
	GNUmakefile.in 
Log Message:
Use bzip2 for building tarballs for rpms builds


Index: GNUmakefile.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** GNUmakefile.in	2 Aug 2006 15:32:01 -0000	1.29
--- GNUmakefile.in	18 Dec 2007 20:54:11 -0000	1.30
***************
*** 10,14 ****
  top_builddir = .
  include $(top_builddir)/Makefile.global
! GZIP = gzip --best
  
  DEFAULTBUILDS=src tools
--- 10,14 ----
  top_builddir = .
  include $(top_builddir)/Makefile.global
! BZIP = bzip2 --best
  
  DEFAULTBUILDS=src tools
***************
*** 62,66 ****
  	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
--- 62,66 ----
  	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
***************
*** 75,79 ****
  garbage := =*  "#"*  ."#"*  *~*  *.orig  *.rej  core  @PACKAGE_NAME at -*
  
! dist 	:= $(distdir).tar.gz
  
  distdir:
--- 75,79 ----
  garbage := =*  "#"*  ."#"*  *~*  *.orig  *.rej  core  @PACKAGE_NAME at -*
  
! dist 	:= $(distdir).tar.bz2
  
  distdir:
***************
*** 91,100 ****
  dist:	distdir
  	$(TAR) cf @PACKAGE_NAME at -@PACKAGE_VERSION at .tar $(distdir)
! 	$(GZIP) @PACKAGE_NAME at -@PACKAGE_VERSION at .tar
  	-rm -rf $(distdir)
  
  rpm: dist
  
! 	rpmbuild -ta @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.gz
  
  .PHONY: install
--- 91,100 ----
  dist:	distdir
  	$(TAR) cf @PACKAGE_NAME at -@PACKAGE_VERSION at .tar $(distdir)
! 	$(BZIP) @PACKAGE_NAME at -@PACKAGE_VERSION at .tar
  	-rm -rf $(distdir)
  
  rpm: dist
  
! 	rpmbuild -ta @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.bz2
  
  .PHONY: install



More information about the Slony1-commit mailing list