1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

15 lines
433 B
Bash

#!/bin/sh
# Copyright (C) 1998 John H Terpstra, 2000 Klaus Singvogel
#
SPECDIR=/usr/src/OpenLinux/SPECS
SRCDIR=/usr/src/OpenLinux/SOURCES
USERID=`id -u`
GRPID=`id -g`
( cd ../../../.. ; chown -R ${USERID}.${GRPID} ${SRCDIR}/samba )
( cd ../../../.. ; tar czvf ${SRCDIR}/samba.tar.gz samba-PVERSIONPRELEASE )
cp -a *.spec $SPECDIR
cp -a *.patch smb.* samba.* make* find* convert* updates* $SRCDIR
cd $SPECDIR
rpm -ba -v samba3.spec