[arch-commits] Commit in dovecot/repos (extra-i686 extra-i686/PKGBUILD)

Paul Mattal paul at archlinux.org
Thu Jun 26 11:44:56 UTC 2008


    Date: Thursday, June 26, 2008 @ 07:44:56
  Author: paul
Revision: 3630

Merged revisions 3600-3629 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/dovecot/trunk

........
  r3629 | paul | 2008-06-26 07:44:42 -0400 (Thu, 26 Jun 2008) | 2 lines
  
  upgpkg: dovecot 1.0.15-2
      added install headers (#10656)
........

Modified:
  dovecot/repos/extra-i686/	(properties)
  dovecot/repos/extra-i686/PKGBUILD

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


Property changes on: dovecot/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /dovecot/trunk:1-3599
   + /dovecot/trunk:1-3629

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-26 11:44:42 UTC (rev 3629)
+++ extra-i686/PKGBUILD	2008-06-26 11:44:56 UTC (rev 3630)
@@ -7,7 +7,7 @@
 
 pkgname=dovecot
 pkgver=1.0.15
-pkgrel=1
+pkgrel=2
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/"
@@ -30,7 +30,7 @@
   # dont relocate /usr/libexec to /usr/lib because it causes filename conflicts
   ./configure --prefix=/usr --sysconfdir=/etc/dovecot --with-mysql \
   	--with-pgsql --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-	--with-gssapi || return 1
+	--with-gssapi --enable-header-install || return 1
 
   # build
   make || return 1
@@ -43,8 +43,6 @@
   # should not rely on that to remain true, so we do it this way
   rm -rf $startdir/pkg/usr/share/doc || return 1
   rmdir $startdir/pkg/usr/share || return 1
-  rmdir $startdir/pkg/usr/include/dovecot || return 1
-  rmdir $startdir/pkg/usr/include || return 1
 
   # install the launch script
   install -D -m755 $startdir/src/$pkgname.sh $startdir/pkg/etc/rc.d/$pkgname \





More information about the arch-commits mailing list