[arch-commits] Commit in gssproxy/repos (4 files)

Andreas Radke andyrtr at archlinux.org
Thu May 5 17:22:32 UTC 2016


    Date: Thursday, May 5, 2016 @ 19:22:32
  Author: andyrtr
Revision: 266963

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gssproxy/repos/testing-i686/PKGBUILD
    (from rev 266962, gssproxy/trunk/PKGBUILD)
  gssproxy/repos/testing-x86_64/PKGBUILD
    (from rev 266962, gssproxy/trunk/PKGBUILD)
Deleted:
  gssproxy/repos/testing-i686/PKGBUILD
  gssproxy/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |  142 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   67 ---------------------
 testing-x86_64/PKGBUILD |   67 ---------------------
 3 files changed, 142 insertions(+), 134 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-05-05 17:20:25 UTC (rev 266962)
+++ testing-i686/PKGBUILD	2016-05-05 17:22:32 UTC (rev 266963)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Mantas Mikulėnas <grawity at gmail.com>
-
-pkgname=gssproxy
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="GSSAPI Proxy"
-arch=(i686 x86_64)
-url="https://fedorahosted.org/gss-proxy/"
-license=('custom: MIT')
-depends=('krb5' 'popt' 'ding-libs')
-makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
-options=('emptydirs')
-backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
-source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
-sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
-
-prepare() {
-  cd "$srcdir/gssproxy-$pkgver"
-  # delete unneeded service dependency
-  sed -i "/# GSSPROXY will not be started until syslog is/d" systemd/gssproxy.service.in
-  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
-  
-  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec creating symlinks
-  # rpc-gssd.service is nfs-secure.service
-  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
-  # rpc.svcgssd is nfs-secure-server.service
-  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" systemd/gssproxy.service.in
-}
-
-build() {
-  cd gssproxy-$pkgver
-  # make it find bundled verto from krb5 without its own pkg-config file
-  export VERTO_CFLAGS="-I/usr/include"
-  export VERTO_LIBS="-L/usr/lib -lverto"
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc  \
-    --with-pubconf-path=/etc/gssproxy \
-    --sbindir=/usr/bin \
-    --localstatedir=/var \
-    --without-selinux \
-    --with-initscript=systemd 
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  #make -k check
-  make test_proxymech
-}
-
-
-package() {
-  cd gssproxy-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # cleanup empty directories
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/share/doc
-
-  install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
-  install -m644 examples/mech  $pkgdir/etc/gss/mech
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
-}

Copied: gssproxy/repos/testing-i686/PKGBUILD (from rev 266962, gssproxy/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-05-05 17:22:32 UTC (rev 266963)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Mantas Mikulėnas <grawity at gmail.com>
+
+pkgname=gssproxy
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/"
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs')
+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')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" systemd/gssproxy.service.in
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc  \
+    --with-pubconf-path=/etc/gssproxy \
+    --sbindir=/usr/bin \
+    --localstatedir=/var \
+    --without-selinux \
+    --with-initscript=systemd
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test_proxymech
+}
+
+
+package() {
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # cleanup empty directories
+  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/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/
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-05-05 17:20:25 UTC (rev 266962)
+++ testing-x86_64/PKGBUILD	2016-05-05 17:22:32 UTC (rev 266963)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Mantas Mikulėnas <grawity at gmail.com>
-
-pkgname=gssproxy
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="GSSAPI Proxy"
-arch=(i686 x86_64)
-url="https://fedorahosted.org/gss-proxy/"
-license=('custom: MIT')
-depends=('krb5' 'popt' 'ding-libs')
-makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
-options=('emptydirs')
-backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
-source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
-sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
-
-prepare() {
-  cd "$srcdir/gssproxy-$pkgver"
-  # delete unneeded service dependency
-  sed -i "/# GSSPROXY will not be started until syslog is/d" systemd/gssproxy.service.in
-  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
-  
-  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec creating symlinks
-  # rpc-gssd.service is nfs-secure.service
-  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
-  # rpc.svcgssd is nfs-secure-server.service
-  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" systemd/gssproxy.service.in
-}
-
-build() {
-  cd gssproxy-$pkgver
-  # make it find bundled verto from krb5 without its own pkg-config file
-  export VERTO_CFLAGS="-I/usr/include"
-  export VERTO_LIBS="-L/usr/lib -lverto"
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc  \
-    --with-pubconf-path=/etc/gssproxy \
-    --sbindir=/usr/bin \
-    --localstatedir=/var \
-    --without-selinux \
-    --with-initscript=systemd 
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  #make -k check
-  make test_proxymech
-}
-
-
-package() {
-  cd gssproxy-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # cleanup empty directories
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/share/doc
-
-  install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
-  install -m644 examples/mech  $pkgdir/etc/gss/mech
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
-}

Copied: gssproxy/repos/testing-x86_64/PKGBUILD (from rev 266962, gssproxy/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-05-05 17:22:32 UTC (rev 266963)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Mantas Mikulėnas <grawity at gmail.com>
+
+pkgname=gssproxy
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/"
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs')
+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')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" systemd/gssproxy.service.in
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc  \
+    --with-pubconf-path=/etc/gssproxy \
+    --sbindir=/usr/bin \
+    --localstatedir=/var \
+    --without-selinux \
+    --with-initscript=systemd
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test_proxymech
+}
+
+
+package() {
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # cleanup empty directories
+  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/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