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

Andreas Radke andyrtr at archlinux.org
Thu May 5 17:20:25 UTC 2016


    Date: Thursday, May 5, 2016 @ 19:20:25
  Author: andyrtr
Revision: 266962

upgpkg: gssproxy 0.5.0-2

fix missing new config files

Modified:
  gssproxy/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 17:08:26 UTC (rev 266961)
+++ PKGBUILD	2016-05-05 17:20:25 UTC (rev 266962)
@@ -4,7 +4,7 @@
 
 pkgname=gssproxy
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GSSAPI Proxy"
 arch=(i686 x86_64)
 url="https://fedorahosted.org/gss-proxy/"
@@ -12,7 +12,8 @@
 depends=('krb5' 'popt' 'ding-libs')
 makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
 options=('emptydirs')
-backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
+backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
+        etc/gss/mech.d/gssproxy.conf)
 source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
 sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
 
@@ -40,13 +41,12 @@
     --sbindir=/usr/bin \
     --localstatedir=/var \
     --without-selinux \
-    --with-initscript=systemd 
+    --with-initscript=systemd
   make
 }
 
 check() {
   cd $pkgname-$pkgver
-  #make -k check
   make test_proxymech
 }
 
@@ -59,8 +59,12 @@
   rm -rf $pkgdir/usr/include
   rm -rf $pkgdir/usr/share/doc
 
+  # install default config files
   install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
-  install -m644 examples/mech  $pkgdir/etc/gss/mech
+  install -m644 examples/24-nfs-server.conf $pkgdir/etc/gssproxy/24-nfs-server.conf
+  install -m644 examples/80-httpd.conf $pkgdir/etc/gssproxy/80-httpd.conf
+  install -m644 examples/99-nfs-client.conf $pkgdir/etc/gssproxy/99-nfs-client.conf
+  install -Dm644 examples/mech  $pkgdir/etc/gss/mech.d/gssproxy.conf
   
   install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
   install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/



More information about the arch-commits mailing list