]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - tools/testrpm
Rename "tools" to "scripts", since that's what is contained.
[thirdparty/cups.git] / tools / testrpm
diff --git a/tools/testrpm b/tools/testrpm
deleted file mode 100755 (executable)
index 3b700b2..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh -x
-#
-# Test script for making RPMs...
-#
-
-# Make sure we are running in the right directory...
-if test ! -f tools/testrpm; then
-        echo "Run this script from the top-level CUPS source directory, e.g.:"
-        echo ""
-        echo "    tools/testrpm [rpmbuild options]"
-        echo ""
-        exit 1
-fi
-
-# Strip command-line arguments so we don't create a release tag...
-args="$*"
-shift $#
-
-# Get a snapshot of the current source...
-. tools/makesrcdist
-
-# Build the RPM...
-echo Building rpm...
-#rm -f /usr/src/redhat/RPMS/i386/cups*.rpm
-#rm -f /usr/src/redhat/SRPMS/cups*.rpm
-rpmbuild -ta $args cups-${fileversion}-source.tar.gz