[python-pyramid-tm] Initial import

Ross Delinger rossdylan at fedoraproject.org
Thu Jun 28 14:28:42 UTC 2012


commit f1f4967bae024d5f4b79baa61d4cbd7d9bcbfd72
Author: Ross Delinger <rossdylan at csh.rit.edu>
Date:   Thu Jun 28 10:28:37 2012 -0400

    Initial import

 .gitignore             |    1 +
 python-pyramid-tm.spec |   51 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7604a85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pyramid_tm-0.4.tar.gz
diff --git a/python-pyramid-tm.spec b/python-pyramid-tm.spec
new file mode 100644
index 0000000..e0c2356
--- /dev/null
+++ b/python-pyramid-tm.spec
@@ -0,0 +1,51 @@
+%global modname pyramid_tm
+
+Name:             python-pyramid-tm
+Version:          0.4
+Release:          1%{?dist}
+Summary:          A package which allows Pyramid requests to join the active transaction
+
+Group:            Development/Languages
+License:          BSD
+URL:              http://pypi.python.org/pypi/pyramid_tm
+Source0:          http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
+
+BuildArch:        noarch
+
+
+BuildRequires:    python2-devel
+BuildRequires:    python-setuptools
+Requires: python-pyramid >= 1.2
+Requires: python-transaction
+
+%description
+pyramid_tm
+pyramid_tm is a package which allows Pyramid requests to join the
+active transaction as provided by the transaction
+http://pypi.python.org/pypi/transaction
+
+See http://docs.pylonsproject.org/projects/pyramid_tm/dev/
+or docs/index.rst in this distribution for detailed documentation.
+
+
+%prep
+%setup -q -n %{modname}-%{version}
+
+%build
+%{__python} setup.py build 
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%check
+
+%files
+%doc LICENSE.txt README.rst
+
+%{python_sitelib}/%{modname}
+%{python_sitelib}/%{modname}-%{version}*
+
+
+%changelog
+* Mon Jun 18 2012 Ross Delinger <rossdylan at csh.rit.edu> 0.4-1
+- initial package for Fedora
diff --git a/sources b/sources
index e69de29..e848ce5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e17cbe0bb2bfcc750ae691df1a82ce10  pyramid_tm-0.4.tar.gz


More information about the scm-commits mailing list