]> granicus.if.org Git - zziplib/commitdiff
change upload-sourceforge to new host location
authorGuido Draheim <guidod@gmx.de>
Sun, 24 May 2009 12:18:30 +0000 (12:18 +0000)
committerGuido Draheim <guidod@gmx.de>
Sun, 24 May 2009 12:18:30 +0000 (12:18 +0000)
ChangeLog
Makefile.am
docs/Makefile.am
zziplib.spec

index e06b962f43362d3b8611bfaa9ebc622f086c34c5..15abf9c1b986e686c4c61bc8b7b2b8d443dc72f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2009-05-24 guidod <guidod@gmx.de>
     * zzip/fetch.c - remove SET/GET fetch definitions that already
        exist in zzip/fetch.h where they have been corrected lately.
+    * docs/Makefile.am - change from install-sf via shell.sf.net to
+       upload-sourceforge via web.sf.net - and alias to "www" shorthand
 
 2009-05-23  guidod  <guidod@gmx.de>
     * SDL/Makefile.am - remove dependency on zzip-config (and sdl-config)
index 07109f289354df2c1e35ed9151b04551a52258b5..6efb259d43d1e01381704161ae38b1a063766912 100644 (file)
@@ -15,7 +15,8 @@ indent-check:
 
 doc docs docu clean-doc clean-docs clean-docu   zzip.html zzip.xml zzip.pdf \
 man mans manpages htmpages unpack clean-unpack  changes.htm pdfs \
-omf install-omf install-doc install-docs install-sf install-man3 install-mans :
+omf install-omf install-doc install-docs install-man3 install-mans \
+upload-sourceforge www:
        (cd docs && $(MAKE) `basename $@`)
 
 sdl testsdl test-sdl install-sdl :
index 47ed568354a52fb224ecefe9294dfef40a7767b9..54acfcdc518e0679089133a2c706e51eeacaa1a4 100644 (file)
@@ -85,7 +85,6 @@ zzipfseeko.xml: zziplib.spec $(srcdir)/Makefile.am \
 
 omfdir=${datadir}/omf
 pkgomfdir=${omfdir}/${PACKAGE}
-SFNETDIR=/groups/z/zz/zziplib/htdocs
 pkgdocdir=${mandir}/../doc/${PACKAGE}
 bins = @top_srcdir@/bins
 DOCEXAMPLES = $(bins)/zzdir.c $(bins)/zzcat.c \
@@ -112,11 +111,15 @@ install-doc : install-docs $(PACKAGE)-doc.omf
        $(INSTALL_DATA) $(PACKAGE)-doc.omf $(DESTDIR)$(pkgomfdir)/
        - test ".$(DESTDIR)" != "." || scrollkeeper-update
 
-install-sf:
+SOURCEFORGE_GROUP=zziplib
+SOURCEFORGE_HOST=web.sourceforge.net
+SOURCEFORGE_PATH=/home/groups/z/zz/zziplib/htdocs
+www: upload-sourceforge
+upload-sourceforge:
        $(MAKE) install-docs DESTDIR=/tmp/zziplib-htdocs-$$USER/
-       echo scp ... shell.sf.net:$(pkgdocdir)/ ; sleep 4
+       echo scp ... $(SOURCEFORGE_HOST):$(SOURCEFORGE_PATH)/ ; sleep 4
        scp -r /tmp/zziplib-htdocs-$$USER/$(pkgdocdir)/* \
-               shell.sf.net:/home/$(SFNETDIR)/
+               $$USER,$(SOURCEFORGE_GROUP)@$(SOURCEFORGE_HOST):$(SOURCEFORGE_PATH)
        rm -r /tmp/zziplib-htdocs-$$USER/
 
 # ------------------------------------------------------------ package manpages
index 5106a6b996d522a78c0327fc02cba5f0f5f1e383..e1065be49f36b656c9ade56480448deb9ad07966 100644 (file)
@@ -1,7 +1,7 @@
 %define lib   lib010
 Summary:      ZZipLib - libZ-based ZIP-access Library
 Name:         zziplib
-Version:      0.13.53
+Version:      0.13.54
 Release:      1
 License:      LGPL
 Group:        Development/Libraries