[python-wsgilog] Initial import (#1104476).

Bengt Giger pagiator at fedoraproject.org
Fri Jul 11 12:30:56 UTC 2014


commit b31dcf9b6e5b4a7399005221e8807b96fd3b6e61
Author: Bengt Giger <rhbgs.10.bigi_gigi at xoxy.net>
Date:   Fri Jul 11 14:29:20 2014 +0200

    Initial import (#1104476).

 .gitignore          |    1 +
 python-wsgilog.spec |   38 ++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c00f0d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wsgilog-0.3.tar.gz
diff --git a/python-wsgilog.spec b/python-wsgilog.spec
new file mode 100644
index 0000000..b1db215
--- /dev/null
+++ b/python-wsgilog.spec
@@ -0,0 +1,38 @@
+Name:           python-wsgilog
+Version:        0.3
+Release:        1%{?dist}
+Summary:        WSGI logging and event reporting middleware
+
+License:        BSD
+URL:            https://bitbucket.org/lcrees/wsgilog/
+Source0:        https://pypi.python.org/packages/source/w/wsgilog/wsgilog-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+%description
+Supports logging events in WSGI applications to STDOUT, time rotated log 
+files, email, syslog, and web servers. Also supports catching and sending 
+HTML-formatted exception tracebacks to a web browser for debugging.
+
+%prep
+%setup -qn wsgilog-%{version}
+
+
+%build
+%{__python2} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%files
+%doc
+%{python2_sitelib}/*
+
+%changelog
+* Thu Apr 17 2014 Bengt Giger <bengt.giger at id.ethz.ch> - 0.3-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..ef2024e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f22640806017552df0dc0bd3718f7dc5  wsgilog-0.3.tar.gz


More information about the scm-commits mailing list