summaryrefslogtreecommitdiff
path: root/packaging/RHEL/makerpms.sh.tmpl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-01-25 04:56:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:14 -0500
commit1097637c76c30754ff83c151f0455fc220e50817 (patch)
tree394812ef4d4030282f3b158af4b708f31c60bc2d /packaging/RHEL/makerpms.sh.tmpl
parent7756059d38e5702b4ba51f71cefb2a4656244cf7 (diff)
downloadsamba-1097637c76c30754ff83c151f0455fc220e50817.tar.gz
samba-1097637c76c30754ff83c151f0455fc220e50817.tar.bz2
samba-1097637c76c30754ff83c151f0455fc220e50817.zip
r13124: working on RHEL/Fedora packaging for 64-bit platforms and general cleanup
(This used to be commit 4a8e457846a49647c751ae09365539acb5c02ce2)
Diffstat (limited to 'packaging/RHEL/makerpms.sh.tmpl')
-rw-r--r--packaging/RHEL/makerpms.sh.tmpl15
1 files changed, 3 insertions, 12 deletions
diff --git a/packaging/RHEL/makerpms.sh.tmpl b/packaging/RHEL/makerpms.sh.tmpl
index 361d841876..e6c178f6f3 100644
--- a/packaging/RHEL/makerpms.sh.tmpl
+++ b/packaging/RHEL/makerpms.sh.tmpl
@@ -39,22 +39,13 @@ esac
( cd ../../source; if [ -f Makefile ]; then make distclean; fi )
( cd ../../.. ; chown -R ${USERID}.${GRPID} samba-${VERSION} )
-( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
+( cd ../../.. ; tar --exclude=.svn -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
##
## copy additional source files
##
-for file in samba.pamd samba.sysconfig samba.spec \
- smb.init swat.desktop filter-requires-samba.sh \
- samba.log samba.xinetd smbprint winbind.init \
- smb.conf smbusers
-do
- cp -p $file ${SRCDIR}
-
-done
-
-chmod 755 ${SRCDIR}/filter-requires-samba.sh
-
+chmod 755 setup/filter-requires-samba.sh
+tar --exclude=.svn -jcvf - setup > ${SRCDIR}/setup.tar.bz2
cp -p ${SPECFILE} ${SPECDIR}
##