[arch-commits] Commit in samba/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Oct 4 09:12:21 UTC 2008


    Date: Saturday, October 4, 2008 @ 05:12:20
  Author: tpowa
Revision: 14136

upgpkg: samba 3.2.4-3

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-04 04:07:44 UTC (rev 14135)
+++ PKGBUILD	2008-10-04 09:12:20 UTC (rev 14136)
@@ -6,7 +6,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 arch=(i686 x86_64)
 url="http://www.samba.org"
@@ -57,7 +57,7 @@
   ln -s libnss_wins.so $startdir/pkg/lib/libnss_wins.so.2
   install -D -m755 nsswitch/libnss_winbind.so $startdir/pkg/lib/libnss_winbind.so
   install -D -m755 bin/pam_winbind.so $startdir/pkg/lib/security/pam_winbind.so
-  # remove conflict files of smbclient
+  # remove conflict files of smbclient and tdb
   for man in libsmbclient smbspool \
       umount.cifs mount.cifs net; do
     rm -f ${startdir}/pkg/usr/share/man/man8/${man}.8
@@ -65,6 +65,8 @@
   for i in libnetapi* libtdb* libtalloc* libwbclient*; do
 	  rm -f ${startdir}/pkg/usr/lib/samba/$i
   done
+  rm -f ${startdir}/pkg/usr/bin/tdbbackup
+  rm -f ${startdir}/pkg/usr/include/{tdb.h,talloc.h,netapi.h}
   for man in rpcclient smbcacls smbclient smbcquotas \
       smbtree smbtar nmblookup smbget; do
     rm -f ${startdir}/pkg/usr/share/man/man1/${man}.1




More information about the arch-commits mailing list