summaryrefslogtreecommitdiff
path: root/packaging/RedHat/makerpms.sh.tmpl
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-08-21 14:20:38 +0000
committerJohn Terpstra <jht@samba.org>1998-08-21 14:20:38 +0000
commitc8f34dac393efcf4823736c9f804ac1412556cb9 (patch)
tree55e1cefcd8b760f104c76b32945e86172f124d59 /packaging/RedHat/makerpms.sh.tmpl
parent038e3433d39337f736b7b69ac1e6212e9f8e5406 (diff)
downloadsamba-c8f34dac393efcf4823736c9f804ac1412556cb9.tar.gz
samba-c8f34dac393efcf4823736c9f804ac1412556cb9.tar.bz2
samba-c8f34dac393efcf4823736c9f804ac1412556cb9.zip
Adding first cut of the new Red Hat Linux packaging tools.
Note: It is intended to extend this so that the release process produces all the packaging scripts, templates, etc. that may be needed. (This used to be commit 6e196841c618044d33da45d3de5371004a58e4c6)
Diffstat (limited to 'packaging/RedHat/makerpms.sh.tmpl')
-rw-r--r--packaging/RedHat/makerpms.sh.tmpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/RedHat/makerpms.sh.tmpl b/packaging/RedHat/makerpms.sh.tmpl
new file mode 100644
index 0000000000..fa69370dff
--- /dev/null
+++ b/packaging/RedHat/makerpms.sh.tmpl
@@ -0,0 +1,14 @@
+#!/bin/sh
+# Copyright (C) John H Terpstra 1998
+#
+RPMDIR=`rpm --showrc | awk '/^rpmdir/ { print $3}'`
+SPECDIR=`rpm --showrc | awk '/^specdir/ { print $3}'`
+SRCDIR=`rpm --showrc | awk '/^sourcedir/ { print $3}'`
+
+( cd ../../.. ; tar czvf ${SRCDIR}/samba-PVERSION.tar.gz samba-PVERSION )
+cp -a *.spec $SPECDIR
+cp -a *.patch smb.* samba.log $SRCDIR
+cd $SRCDIR
+chown -R root.root samba-PVERSION
+cd $SPECDIR
+rpm -ba -v samba2.spec