summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2002-10-05 07:45:57 +0000
committerJohn Terpstra <jht@samba.org>2002-10-05 07:45:57 +0000
commit4e2a129ac1b5da7ea1420926f57588b2c4344775 (patch)
tree23f507870a919bfb6f4e33ecd4f432c4c0433cbd /packaging
parentde9ea4ee6b3a939044d84f43ce14f10dd16341ce (diff)
downloadsamba-4e2a129ac1b5da7ea1420926f57588b2c4344775.tar.gz
Removed Fax document no longer extant.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Caldera/OpenLinux/samba3.spec.tmpl24
1 files changed, 1 insertions, 23 deletions
diff --git a/packaging/Caldera/OpenLinux/samba3.spec.tmpl b/packaging/Caldera/OpenLinux/samba3.spec.tmpl
index 43e60a2ac09..b5726720790 100644
--- a/packaging/Caldera/OpenLinux/samba3.spec.tmpl
+++ b/packaging/Caldera/OpenLinux/samba3.spec.tmpl
@@ -22,10 +22,6 @@ Requires : libpam >= 0.66, SysVinit-scripts >= 1.04-6
BuildRoot : /tmp/%{Name}-%{Version}
Source: ftp://ftp.samba.org/pub/samba/%{Name}-%{Version}.tar.gz
-#Patch0: %{Name}-%{Version}-smbmount.patch
-#Patch1: %{Name}-%{Version}-install.patch
-#Patch2: %{Name}-%{Version}-smbconf.patch
-
%Package doc
Group : Server/Network
@@ -173,21 +169,7 @@ a clean and stable API for SMB client application development.
%Prep
%setup
-#%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
-
-# The commented out fixUP below should be best known as screwUP!
-# instead of patch (to help configuration) ... ;^)
-#%{fixUP} -vbT source/Makefile.in -e '
-# s:we don.t use sbindir because we want:if you want : +
-# s:(the previous releases of Samba):$1, please use: +
-# s:(SBINDIR\s*=\s*\@)b:# ./configure --sbindir=\\\$(BINDIR)\n${1}sb: +
-# s:/log\.(\S+):/log/samba.d/${1}d: +
-# s:(PASSWD_PROGRAM\s*=\s*)(/bin):$1/usr$2: +
-# s:^(LIBS\s*=):AUTH_$1: +
-# s:((SMBD|SWAT|RPCCLIENT|SMBPASSWD)_OBJ\) )(\$\(LDF):$1\$(AUTH_LIBS) $3:
-#'
+
for i in {cvs.,change-}log; do [ ! -f ../$i ] || mv ../$i source; done
@@ -209,10 +191,6 @@ for i in docs/*/smb.conf.5*; do
s:/usr/local/:/usr/:g;
'
done
-%{fixUP} -vT docs/textdocs/Faxing.txt -e '
- s:/usr/local/etc/:/etc/: +
- s:/usr/local/:/usr/:;
-'
# End of DirtyHack(TM)