comparison Makefile.am @ 23894:9967f971bb3f

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
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 25 Aug 2008 13:18:07 +0000
parents d64673562530
children 6c8be58d0d04
comparison
equal deleted inserted replaced
23893:d64673562530 23894:9967f971bb3f
34 test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id` 34 test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id`
35 test x`mtn diff | grep -v '^#'` = x 35 test x`mtn diff | grep -v '^#'` = x
36 36
37 release: distcheck packages 37 release: distcheck packages
38 38
39 packages: version-check dist-gzip dist-bzip2 39 packages: version-check
40 gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz 40 gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz
41 gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2 41 gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2
42 gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz 42 gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz
43 gpg --verify pidgin-$(PACKAGE_VERSION).tar.bz2.asc pidgin-$(PACKAGE_VERSION).tar.bz2 43 gpg --verify pidgin-$(PACKAGE_VERSION).tar.bz2.asc pidgin-$(PACKAGE_VERSION).tar.bz2
44 rpmbuild -ts --sign --with avahi --with dbus --with meanwhile --with sasl --with silc --with tcl pidgin-$(PACKAGE_VERSION).tar.bz2
45 44
46 if ENABLE_GTK 45 if ENABLE_GTK
47 appsdir = $(datadir)/applications 46 appsdir = $(datadir)/applications
48 apps_in_files = pidgin.desktop.in 47 apps_in_files = pidgin.desktop.in
49 apps_DATA = $(apps_in_files:.desktop.in=.desktop) 48 apps_DATA = $(apps_in_files:.desktop.in=.desktop)