summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-10-24 13:25:30 +0100
committerNick White <git@njw.me.uk>2010-10-24 13:25:30 +0100
commit4bb3e07baabf1ef6ca5c9fea389045dddd77025b (patch)
treee27b77c8225b202e448e920d0cf6f4602fde369e
parent8683d266dade42c7daff16fa239fbe4a0af22a13 (diff)
Switch to bzip2, update release date
-rw-r--r--Makefile8
-rw-r--r--web/doap.ttl4
-rw-r--r--web/index.txt4
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 <http://njw.me.uk/software/spout/spout-1.4.tar.gz>.
+ doap:created "2010-10-24";
+ doap:file-release <http://njw.me.uk/software/spout/spout-1.4.tar.bz2>.
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
-------