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

Dan McGee dan at archlinux.org
Thu Nov 4 13:36:36 UTC 2010


    Date: Thursday, November 4, 2010 @ 09:36:36
  Author: dan
Revision: 98178

Small fixes and rebuild i686 docs package

Modified:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/trunk/PKGBUILD

---------------------------+
 repos/extra-i686/PKGBUILD |    7 +++++--
 trunk/PKGBUILD            |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD	2010-11-04 10:52:14 UTC (rev 98177)
+++ repos/extra-i686/PKGBUILD	2010-11-04 13:36:36 UTC (rev 98178)
@@ -4,7 +4,7 @@
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=9.0.1
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org"
 license=('BSD')
@@ -20,7 +20,7 @@
 
   # configure
   ./configure --prefix=/usr --mandir=/usr/share/man --with-libxml \
-  --with-docdir=/usr/share/doc --with-openssl --with-perl \
+  --docdir=/usr/share/doc --with-openssl --with-perl \
   --with-python PYTHON=/usr/bin/python2 --with-pam \
   --with-system-tzdata=/usr/share/zoneinfo --enable-nls \
   --datadir=/usr/share/postgresql --enable-thread-safety
@@ -79,6 +79,9 @@
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
 
+  # install license
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
   make -C doc/src/sgml DESTDIR="${pkgdir}" install-html
   chown -R root:root "${pkgdir}/usr/share/doc/postgresql/html/"
 }

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-11-04 10:52:14 UTC (rev 98177)
+++ trunk/PKGBUILD	2010-11-04 13:36:36 UTC (rev 98178)
@@ -20,7 +20,7 @@
 
   # configure
   ./configure --prefix=/usr --mandir=/usr/share/man --with-libxml \
-  --with-docdir=/usr/share/doc --with-openssl --with-perl \
+  --docdir=/usr/share/doc --with-openssl --with-perl \
   --with-python PYTHON=/usr/bin/python2 --with-pam \
   --with-system-tzdata=/usr/share/zoneinfo --enable-nls \
   --datadir=/usr/share/postgresql --enable-thread-safety




More information about the arch-commits mailing list