pidgin: 383feb3e: automake can spit out gzip Subject: im.pidgin.pidgin: 383feb3e551f15299a166f00a9e55321cb8b2628 bzip2 tarba...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon Aug 25 09:21:02 EDT 2008


-----------------------------------------------------------------
Revision: 383feb3e551f15299a166f00a9e55321cb8b2628
Ancestor: b4c7d6bea651d8b972ccc14cd2ebd19750e66497
Author: nosnilmot at pidgin.im
Date: 2008-08-25T13:18:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/383feb3e551f15299a166f00a9e55321cb8b2628

Modified files:
        Makefile.am configure.ac

ChangeLog: 

automake can spit out gzip & bzip2 tarballs at the same time, avoiding the
need to re-run the whole of the dist process, and distcheck runs this
anyway so we don't need to explicitly run either dist-gzip or dist-bzip2.
Also don't make the src.rpm here, as I build them on a separate system, in
clean chroots

-------------- next part --------------
============================================================
--- Makefile.am	b1b394e8e8c3f5daa699517a95de42d287a3eb2d
+++ Makefile.am	5d85be05705a80284283bbbc8f6498fb194ef319
@@ -36,12 +36,11 @@ release: distcheck packages
 
 release: distcheck packages
 
-packages: version-check dist-gzip dist-bzip2
+packages: version-check
 	gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz
 	gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2
 	gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz
 	gpg --verify pidgin-$(PACKAGE_VERSION).tar.bz2.asc pidgin-$(PACKAGE_VERSION).tar.bz2
-	rpmbuild -ts --sign --with avahi --with dbus --with meanwhile --with sasl --with silc --with tcl pidgin-$(PACKAGE_VERSION).tar.bz2
 
 if ENABLE_GTK
 appsdir = $(datadir)/applications
============================================================
--- configure.ac	cf297100016aaf81afc0a5b72e6796d26a1a2863
+++ configure.ac	13378ef68937f1319e1ab035ccc6a5a1aff1c6b1
@@ -74,8 +74,7 @@ AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-#AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 check-news])
 
 PURPLE_MAJOR_VERSION=purple_major_version
 PURPLE_MINOR_VERSION=purple_minor_version


More information about the Commits mailing list