summaryrefslogtreecommitdiffstats
path: root/apachekerbauth/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apachekerbauth/build.sh')
-rwxr-xr-xapachekerbauth/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/apachekerbauth/build.sh b/apachekerbauth/build.sh
new file mode 100755
index 0000000..6db04ac
--- /dev/null
+++ b/apachekerbauth/build.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+tar -cz --exclude=.svn -f ~/rpmbuild/SOURCES/apachekerbauth.tar.gz apachekerbauth
+
+rpmbuild --target noarch --clean -bb apachekerbauth.spec
+
+rm ~/rpmbuild/SOURCES/apachekerbauth.tar.gz