[arch-commits] Commit in glusterfs/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 7 18:44:41 UTC 2016


    Date: Monday, November 7, 2016 @ 18:44:40
  Author: foutrelis
Revision: 194965

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  glusterfs/repos/community-staging-i686/
  glusterfs/repos/community-staging-i686/PKGBUILD
    (from rev 194964, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-staging-i686/glusterfs.install
    (from rev 194964, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-staging-x86_64/
  glusterfs/repos/community-staging-x86_64/PKGBUILD
    (from rev 194964, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-staging-x86_64/glusterfs.install
    (from rev 194964, glusterfs/trunk/glusterfs.install)

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   65 +++++++++++++++++++++++++++
 community-staging-i686/glusterfs.install   |    8 +++
 community-staging-x86_64/PKGBUILD          |   65 +++++++++++++++++++++++++++
 community-staging-x86_64/glusterfs.install |    8 +++
 4 files changed, 146 insertions(+)

Copied: glusterfs/repos/community-staging-i686/PKGBUILD (from rev 194964, glusterfs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-11-07 18:44:40 UTC (rev 194965)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributors:
+#   Andrei Antoukh - niwi at niwi.be - http://www.niwi.be
+#   henning mueller <henning at orgizm.net>
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.8.3
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+	    'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('3910afa6db5850a9149fb8299be43b07')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+    -e 's:env\ python:env\ python2:' \
+    -e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --with-mountutildir=/usr/bin \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --mandir=/usr/share/man \
+    --libexecdir=/usr/lib/$pkgname \
+    --with-systemddir=/usr/lib/systemd/system \
+    PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make -j1 DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
+  echo "d /var/run/glusterfs 0755 root root -" >"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+    "$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
+    "$pkgdir"/usr/share/doc/glusterfs/
+
+  cp -rf \
+    "$srcdir"/$pkgname-$pkgver/doc/* \
+    "$pkgdir"/usr/share/doc/glusterfs/
+  rm -rf "$pkgdir"/var/run
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-staging-i686/glusterfs.install (from rev 194964, glusterfs/trunk/glusterfs.install)
===================================================================
--- community-staging-i686/glusterfs.install	                        (rev 0)
+++ community-staging-i686/glusterfs.install	2016-11-07 18:44:40 UTC (rev 194965)
@@ -0,0 +1,8 @@
+post_install() {
+  systemd-tmpfiles --create glusterfs.conf
+}
+
+post_upgrade() {
+  systemd-tmpfiles --create glusterfs.conf
+  echo "-- Read http://gluster.readthedocs.io/en/latest/Upgrade-Guide/README/ page!"
+}

Copied: glusterfs/repos/community-staging-x86_64/PKGBUILD (from rev 194964, glusterfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-11-07 18:44:40 UTC (rev 194965)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributors:
+#   Andrei Antoukh - niwi at niwi.be - http://www.niwi.be
+#   henning mueller <henning at orgizm.net>
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.8.3
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+	    'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('3910afa6db5850a9149fb8299be43b07')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+    -e 's:env\ python:env\ python2:' \
+    -e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --with-mountutildir=/usr/bin \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --mandir=/usr/share/man \
+    --libexecdir=/usr/lib/$pkgname \
+    --with-systemddir=/usr/lib/systemd/system \
+    PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make -j1 DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
+  echo "d /var/run/glusterfs 0755 root root -" >"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+    "$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
+    "$pkgdir"/usr/share/doc/glusterfs/
+
+  cp -rf \
+    "$srcdir"/$pkgname-$pkgver/doc/* \
+    "$pkgdir"/usr/share/doc/glusterfs/
+  rm -rf "$pkgdir"/var/run
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-staging-x86_64/glusterfs.install (from rev 194964, glusterfs/trunk/glusterfs.install)
===================================================================
--- community-staging-x86_64/glusterfs.install	                        (rev 0)
+++ community-staging-x86_64/glusterfs.install	2016-11-07 18:44:40 UTC (rev 194965)
@@ -0,0 +1,8 @@
+post_install() {
+  systemd-tmpfiles --create glusterfs.conf
+}
+
+post_upgrade() {
+  systemd-tmpfiles --create glusterfs.conf
+  echo "-- Read http://gluster.readthedocs.io/en/latest/Upgrade-Guide/README/ page!"
+}



More information about the arch-commits mailing list