[arch-commits] Commit in mod_wsgi2/trunk (PKGBUILD mod_wsgi2.install)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu May 2 13:54:51 UTC 2013


    Date: Thursday, May 2, 2013 @ 15:54:51
  Author: arodseth
Revision: 89810

Rebuild for Python 2.7.4

Modified:
  mod_wsgi2/trunk/PKGBUILD
  mod_wsgi2/trunk/mod_wsgi2.install

-------------------+
 PKGBUILD          |    7 ++++---
 mod_wsgi2.install |    6 ++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-02 13:39:19 UTC (rev 89809)
+++ PKGBUILD	2013-05-02 13:54:51 UTC (rev 89810)
@@ -5,21 +5,22 @@
 
 pkgname=mod_wsgi2
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')
 url='http://www.modwsgi.org/'
 license=('APACHE')
 depends=('apache' 'python2')
 conflicts=('mod_wsgi')
-install=$pkgname.install
+install="$pkgname.install"
 source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
 sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
 
 build() {
   cd "$srcdir/mod_wsgi-$pkgver"
 
-  ./configure --prefix=/usr \
+  ./configure \
+    --prefix=/usr \
     --with-apxs=/usr/sbin/apxs \
     --with-python=/usr/bin/python2
   make

Modified: mod_wsgi2.install
===================================================================
--- mod_wsgi2.install	2013-05-02 13:39:19 UTC (rev 89809)
+++ mod_wsgi2.install	2013-05-02 13:54:51 UTC (rev 89810)
@@ -1,9 +1,9 @@
 post_install() {
-/bin/cat << ENDOFMESSAGE
+  cat << ENDOFMESSAGE
 ==>
 ==>
 ==>  To install mod_wsgi, add the following line in 
-==>  /etc/httpd/conf/httpd.conf file :
+==>  /etc/httpd/conf/httpd.conf file:
 ==>
 ==>  LoadModule wsgi_module modules/mod_wsgi.so
 ==>
@@ -12,3 +12,5 @@
 ==>
 ENDOFMESSAGE
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list