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

Modified Files:
      Tag: REL_1_2_STABLE
	GNUmakefile.in 
Log Message:
Use bzip2 instead of gzip while creating the tarball for the RPM stuff -- the official tarball is already a bzip2 file -- and spec file would be broken without this.


Index: GNUmakefile.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -C2 -d -r1.29.2.1 -r1.29.2.2
*** GNUmakefile.in	18 Jun 2007 17:25:23 -0000	1.29.2.1
--- GNUmakefile.in	24 Oct 2007 17:03:40 -0000	1.29.2.2
***************
*** 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
***************
*** 97,101 ****
  dist:	distdir
  	$(TAR) cf @PACKAGE_NAME at -@PACKAGE_VERSION at .tar $(distdir)
! 	$(GZIP) @PACKAGE_NAME at -@PACKAGE_VERSION at .tar
  	-rm -rf $(distdir)
  
--- 97,101 ----
  dist:	distdir
  	$(TAR) cf @PACKAGE_NAME at -@PACKAGE_VERSION at .tar $(distdir)
! 	$(BZIP) @PACKAGE_NAME at -@PACKAGE_VERSION at .tar
  	-rm -rf $(distdir)
  



More information about the Slony1-commit mailing list