From 1097637c76c30754ff83c151f0455fc220e50817 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 25 Jan 2006 04:56:32 +0000 Subject: r13124: working on RHEL/Fedora packaging for 64-bit platforms and general cleanup (This used to be commit 4a8e457846a49647c751ae09365539acb5c02ce2) --- packaging/RHEL/makerpms.sh.tmpl | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'packaging/RHEL/makerpms.sh.tmpl') 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} ## -- cgit