summaryrefslogtreecommitdiff
path: root/examples/redhat/samba-1.9.16p11.spec
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-02-16 05:30:42 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-02-16 05:30:42 +0000
commitbbc3010b35387205816086b503459e9289299a35 (patch)
treee2d16ad03a2bc9a7e7d25e132eff26467de6b1f3 /examples/redhat/samba-1.9.16p11.spec
parent902a9a8a55d77456c0a25f26d2176c4d290e0c98 (diff)
downloadsamba-bbc3010b35387205816086b503459e9289299a35.tar.gz
samba-bbc3010b35387205816086b503459e9289299a35.tar.bz2
samba-bbc3010b35387205816086b503459e9289299a35.zip
JHT ===> Hack, Hack, Hack. I just wanna get this spec file stuff right
so I can build RPMs on a DEC Alpha on which I do NOT have root permissions. Argh!!!!! (This used to be commit 5f3a5d6f626326ad18c46efe2ce5448844f0ade2)
Diffstat (limited to 'examples/redhat/samba-1.9.16p11.spec')
-rw-r--r--examples/redhat/samba-1.9.16p11.spec10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/redhat/samba-1.9.16p11.spec b/examples/redhat/samba-1.9.16p11.spec
index 74d4f023d1..68a906ef68 100644
--- a/examples/redhat/samba-1.9.16p11.spec
+++ b/examples/redhat/samba-1.9.16p11.spec
@@ -1,7 +1,7 @@
Summary: SMB client and server
Name: samba
Version: 1.9.16p11
-Release: 2
+Release: 3
Copyright: GPL
Group: Networking
Source: ftp://samba.anu.edu.au/pub/samba/samba-1.9.16p11.tar.gz
@@ -37,11 +37,11 @@ cd source
cd ..
for i in addtosmbpass mksmbpasswd.sh nmblookup smbclient smbpasswd smbrun smbstatus smbtar testparm testprn
do
- install -m755 -g 0 -o 0 source/$i /usr/bin
+ install -m755 -s -g 0 -o 0 source/$i /usr/bin
done
for i in smbd nmbd
do
- install -m755 -g 0 -o 0 source/$i /usr/sbin
+ install -m755 -s -g 0 -o 0 source/$i /usr/sbin
done
for i in smbclient.1 smbrun.1 smbstatus.1 smbtar.1 testparm.1 testprn.1
do
@@ -62,10 +62,6 @@ mkdir -p /home/samba
mkdir -p /var/lock/samba
chown root.nobody /home/samba
chmod 775 /home/samba
-
-strip /usr/sbin/smbd /usr/bin/smbclient /usr/sbin/nmbd /usr/bin/testparm \
- /usr/bin/testprns /usr/bin/smbrun /usr/bin/smbstatus \
- /usr/bin/nmblookup /usr/bin/smbpasswd
install -m 644 -o 0 -g 0 examples/redhat/samba.log /etc/logrotate.d/samba
%post