From 4bb3e07baabf1ef6ca5c9fea389045dddd77025b Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 24 Oct 2010 13:25:30 +0100 Subject: Switch to bzip2, update release date --- Makefile | 8 ++++---- web/doap.ttl | 4 ++-- web/index.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 7cb51e8..e3cc21b 100644 --- a/Makefile +++ b/Makefile @@ -37,17 +37,17 @@ $(WEB): web/index.txt web/header.html web/footer.html web/doap.ttl @cat web/footer.html >> $@ clean: - rm -f -- $(TARGETS) $(WEB) $(OBJ) $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION).tar.gz.sig + rm -f -- $(TARGETS) $(WEB) $(OBJ) $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).tar.bz2.sig dist: clean @mkdir -p $(NAME)-$(VERSION) @cp -R $(SRC) $(HEADERS) Makefile config.mk COPYING README $(NAME)-$(VERSION) @for i in $(MAN); do \ sed "s/VERSION/$(VERSION)/g" < $$i > $(NAME)-$(VERSION)/$$i; done - @tar -c $(NAME)-$(VERSION) | gzip -c > web/releases/$(NAME)-$(VERSION).tar.gz - @gpg -b < web/releases/$(NAME)-$(VERSION).tar.gz > web/releases/$(NAME)-$(VERSION).tar.gz.sig + @tar -c $(NAME)-$(VERSION) | bzip2 -c > web/releases/$(NAME)-$(VERSION).tar.bz2 + @gpg -b < web/releases/$(NAME)-$(VERSION).tar.bz2 > web/releases/$(NAME)-$(VERSION).tar.bz2.sig @rm -rf $(NAME)-$(VERSION) - @echo $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION).tar.gz.sig + @echo $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).tar.bz2.sig install: all @echo installing executables to $(DESTDIR)$(PREFIX)/bin diff --git a/web/doap.ttl b/web/doap.ttl index bcbdcb3..b15337f 100644 --- a/web/doap.ttl +++ b/web/doap.ttl @@ -23,5 +23,5 @@ :v1.4 a doap:Version; doap:revision "1.4"; - doap:created "2010-08-06"; - doap:file-release . + doap:created "2010-10-24"; + doap:file-release . diff --git a/web/index.txt b/web/index.txt index 6dfba78..1217b91 100644 --- a/web/index.txt +++ b/web/index.txt @@ -13,8 +13,8 @@ It should work on any *nix system with SDL libraries installed. Spout is free software released under the terms of the MIT license. -### [Download Spout 1.4](releases/spout-VERSION.tar.gz) -### ([GPG signature](releases/spout-VERSION.tar.gz.sig)) +### [Download Spout 1.4](releases/spout-VERSION.tar.bz2) +### ([GPG signature](releases/spout-VERSION.tar.bz2.sig)) History ------- -- cgit v1.2.3