head 1.3; access; symbols SNAPSHOT_0_1_4:1.3 SNAPSHOT_0_1_3:1.3 SNAPSHOT_0_1_2:1.2 start:1.1.1.1 isi:1.1.1; locks; strict; comment @# @; 1.3 date 2005.02.13.13.23.28; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.10.30.20.53.24; author cworth; state Exp; branches; next 1.1; 1.1 date 2002.10.23.21.19.43; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.23.21.19.43; author cworth; state Exp; branches; next ; desc @@ 1.3 log @ * NEWS: Add notes for 0.1.3 snapshot. * configure.in: Increment LIBSVG_VERSION to 0.1.3. * Makefile.am (release-publish): Add targets for easier creation of snapshots. * RELEASING: Add instructions on how to create a snapshot. @ text @SUBDIRS = . src EXTRA_DIST =\ COPYING \ libsvg.pc.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libsvg.pc # Some custom targets to make it easier to release things. # Use either: # make release-check # or make release-publish RELEASE_UPLOAD_HOST = cairographics.org RELEASE_UPLOAD_DIR = /srv/cairo.freedesktop.org/www/snapshots RELEASE_URL_BASE = http://cairographics.org/snapshots RELEASE_ANNOUNCE_LIST = cairo-announce@@cairographics.org tar_file = $(PACKAGE)-$(VERSION).tar.gz md5_file = $(tar_file).md5 $(md5_file): $(tar_file) md5sum $^ > $@@ release-remove-old: rm -f $(tar_file) $(md5_file) release-check: release-remove-old distcheck $(md5_file) release-verify-newer: @@echo -n "Checking that no $(VERSION) release already exists..." @@ssh $(RELEASE_UPLOAD_HOST) test ! -e $(RELEASE_UPLOAD_DIR)/$(tar_file) \ || (echo "Ouch." && echo "Found: $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)/$(tar_file)" \ && echo "The version in configure.in must be incremented before a new release." \ && false) @@echo "Good." release-publish: release-verify-newer release-check mkdir -p releases scp $(tar_file) $(md5_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR) mv $(tar_file) $(md5_file) releases ssh $(RELEASE_UPLOAD_HOST) "rm -f $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-[0-9]* && touch $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-$(VERSION)" @@echo "" @@echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)" @@echo "including the following:" @@echo "" @@echo "Subject: $(PACKAGE) snapshot $(VERSION) now available" @@echo "" @@echo "A new $(PACKAGE) snapshot $(VERSION) is now available from:" @@echo "" @@echo " $(RELEASE_URL_BASE)/$(tar_file)" @@echo " $(RELEASE_URL_BASE)/$(md5_file)" @@echo -n " " @@cat releases/$(md5_file) @@echo "" @@echo "Also, please include the new entries from the NEWS file." @ 1.2 log @Removed libsvg.spec as it is not currently being maintained or tested. Volunteers welcome. @ text @d10 50 @ 1.1 log @Initial revision @ text @a4 1 libsvg.spec.in \ a9 2 dist-hook: libsvg.spec cp libsvg.spec $(distdir) @ 1.1.1.1 log @Initial commit of libsvg. @ text @@