]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
- cosmetics
[packages/rpm-build-tools.git] / builder.sh
index 6b46793dfe34457f122326f3393fcdad8a0cce49..07a13713cb4c87d7ff306256415d0ec99608b48f 100644 (file)
@@ -9,6 +9,13 @@
 #      4 - some source, patch or icon files not stored in repo
 #      5 - package build failed
 
+# Notes (todo):
+#      - builder -u fetches current version first
+#      - tries to get new version from distfiles without new md5
+#      - after fetching new version doesn't update md5
+#      - doesn't get sources for specs with %include  /usr/lib/rpm/macros.python
+#        when there's no rpm-pythonprov (rpm's fault, but it's ugly anyway)
+
 VERSION="\
 Build package utility from PLD CVS repository
 V 0.11 (C) 1999-2003 Free Penguins".
@@ -527,8 +534,8 @@ tag_files()
     fi
 
     if [ -n "$1$2$3$4$5$6$7$8$9${10}" ]; then
-       echo $PACKAGE_VERSION
-       echo $PACKAGE_RELEASE
+       echo "Version: $PACKAGE_VERSION"
+       echo "Release: $PACKAGE_RELEASE"
        TAGVER=$PACKAGE_NAME-`echo $PACKAGE_VERSION | sed -e "s/\./\_/g" -e "s/@/#/g"`-`echo $PACKAGE_RELEASE | sed -e "s/\./\_/g" -e "s/@/#/g"`
        if [ "$TAG_VERSION" = "yes" ]; then
            echo "CVS tag: $TAGVER"
This page took 0.036666 seconds and 4 git commands to generate.