]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
- verbose tagging
[packages/rpm-build-tools.git] / builder.sh
index 696161a28ab8946b4a9774a605da096d8adc338b..94a7de9be6d66f6fb1de0f675c548e2837cb00f7 100644 (file)
@@ -414,6 +414,10 @@ minirpm() {
 %__php_api_requires() %{nil}
 %php_major_version ERROR
 %php_api_version ERROR
+%requires_xorg_xserver_extension %{nil}
+%requires_xorg_xserver_xinput %{nil}
+%requires_xorg_xserver_font %{nil}
+%requires_xorg_xserver_videodrv %{nil}
 %py_ver ERROR
 %perl_vendorarch ERROR
 %perl_vendorlib ERROR
@@ -1162,10 +1166,12 @@ tag_files()
        if [ "$tag_files" ]; then
                if [ "$TAG_VERSION" = "yes" ]; then
                        update_shell_title "tag sources: $TAGVER"
+                       printf "Tagging %d files\n" $(echo $tag_files | wc -w)
                        cvs $OPTIONS $TAGVER $tag_files || exit
                fi
                if [ -n "$TAG" ]; then
                        update_shell_title "tag sources: $TAG"
+                       printf "Tagging %d files\n" $(echo $tag_files | wc -w)
                        cvs $OPTIONS $TAG $tag_files || exit
                fi
        fi
This page took 0.030988 seconds and 4 git commands to generate.