summaryrefslogtreecommitdiffstats
path: root/swiftkerbauth/build.sh
diff options
context:
space:
mode:
authorCarsten Clasohm <clasohm@redhat.com>2013-06-25 09:42:16 -0700
committerCarsten Clasohm <clasohm@redhat.com>2013-06-25 09:42:16 -0700
commita300d512843999241d122ce36f4d076844b8f2c5 (patch)
treed1f06894116112a2865a122b57b64fac395542cc /swiftkerbauth/build.sh
initial commit
Diffstat (limited to 'swiftkerbauth/build.sh')
-rwxr-xr-xswiftkerbauth/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/swiftkerbauth/build.sh b/swiftkerbauth/build.sh
new file mode 100755
index 0000000..0daff96
--- /dev/null
+++ b/swiftkerbauth/build.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+tar -cz --exclude=.svn -f ~/rpmbuild/SOURCES/swiftkerbauth.tar.gz swiftkerbauth
+
+rpmbuild --target noarch --clean -bb swiftkerbauth.spec
+
+rm ~/rpmbuild/SOURCES/swiftkerbauth.tar.gz