|
|
|
@ -4,8 +4,7 @@ VERSION=@VERSION@
|
|
|
|
|
NAME=@PACKAGE_TARNAME@-@VERSION@
|
|
|
|
|
|
|
|
|
|
DISTDIR="/home/weigon/wwwroot/servers/www.lighttpd.net/pages/download/"
|
|
|
|
|
FILES="content-3 content-4 content-5 \
|
|
|
|
|
/usr/src/packages/RPMS/i586/${NAME}-1.i586.rpm \
|
|
|
|
|
FILES="/usr/src/packages/RPMS/i586/${NAME}-1.i586.rpm \
|
|
|
|
|
/usr/src/packages/SRPMS/${NAME}-1.src.rpm \
|
|
|
|
|
${NAME}.tar.gz \
|
|
|
|
|
NEWS.html \
|
|
|
|
@ -34,24 +33,7 @@ DATE=`date +'%Y-%m-%d %H:%M'`
|
|
|
|
|
NEWS=`cat NEWS | sed "/^- ${VERSION}/,/^-/p;d" | sed "/^- /d;/^$/d"`
|
|
|
|
|
DLNAME="${DLURL}/${NAME}"
|
|
|
|
|
|
|
|
|
|
cat > release-news.${VERSION} <<EOF
|
|
|
|
|
!${PACKAGE} ${VERSION} - ${DATE}
|
|
|
|
|
- *Changes*
|
|
|
|
|
++QUOTED++
|
|
|
|
|
<pre>${NEWS}
|
|
|
|
|
</pre><br />
|
|
|
|
|
--QUOTED--
|
|
|
|
|
- *Download*
|
|
|
|
|
- (${NAME}-1.i586.rpm|${NAME}-1.i586.rpm) [built on SuSE 9.0]
|
|
|
|
|
MD5: ${MD5RPM}
|
|
|
|
|
- (${NAME}-1.src.rpm|${NAME}-1.src.rpm)
|
|
|
|
|
MD5: ${MD5SRPM}
|
|
|
|
|
- (${NAME}.tar.gz|${NAME}.tar.gz)
|
|
|
|
|
MD5: ${MD5TGZ} (${NAME}.tar.gz.sig|signature)
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
cat > release-news.${VERSION}.txt <<EOF
|
|
|
|
|
cat > release-news.${VERSION}-mail.txt <<EOF
|
|
|
|
|
${PACKAGE} ${VERSION} - ${DATE}
|
|
|
|
|
|
|
|
|
|
Changes
|
|
|
|
@ -72,12 +54,16 @@ Download
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
rst2html.py NEWS > NEWS.html
|
|
|
|
|
cat > release-news.${VERSION}.txt <<EOF
|
|
|
|
|
${PACKAGE} ${VERSION} - ${DATE}
|
|
|
|
|
|
|
|
|
|
Changes
|
|
|
|
|
-------
|
|
|
|
|
${NEWS}
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
cat content-4.foot | sed "/^\!${PACKAGE} ${VERSION}/,/^$/d" > content-4.foot.new
|
|
|
|
|
cat release-news.${VERSION} content-4.foot.new > content-4.foot
|
|
|
|
|
rm content-4.foot.new
|
|
|
|
|
cat content-4.head content-4.foot > content-4
|
|
|
|
|
rst2html.py NEWS > NEWS.html
|
|
|
|
|
|
|
|
|
|
for i in ${DISTDIR}; do
|
|
|
|
|
cp -u ${FILES} $i
|
|
|
|
@ -88,5 +74,5 @@ cd ~/wwwroot/servers/www.lighttpd.net/
|
|
|
|
|
make put
|
|
|
|
|
cd ${curdir}
|
|
|
|
|
|
|
|
|
|
kmail -s "ANNOUNCE: ${NAME}" --msg `pwd`/release-news.${VERSION}.txt lighttpd-announce@lists.kneschke.de
|
|
|
|
|
kmail -s "ANNOUNCE: ${NAME}" --msg `pwd`/release-news.${VERSION}-mail.txt lighttpd-announce@lists.kneschke.de
|
|
|
|
|
|
|
|
|
|