rpms/python-repoze-tm2/F-10 python-repoze-tm2.spec, NONE, 1.1 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Mon Nov 24 21:34:33 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-tm2/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv923

Modified Files:
	sources 
Added Files:
	python-repoze-tm2.spec 
Log Message:
Initial import


--- NEW FILE python-repoze-tm2.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define     alphaver    a3

Name:           python-repoze-tm2
Version:        1.0
Release:        0.1.%{alphaver}%{?dist}
Summary:        Zope-like transaction manager via WSGI middleware

Group:          Development/Languages
License:        BSD
URL:            http://pypi.python.org/pypi/repoze.tm2
Source0:        http://pypi.python.org/packages/source/r/repoze.tm2/repoze.tm2-%{version}%{alphaver}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel python-setuptools-devel
Requires:       python-transaction

%description
The ZODB transaction manager is a completely generic transaction manager.  It
can be used independently of the actual "object database" part of ZODB.  One
of the purposes of creating repoze.tm was to allow for systems other than
Zope to make use of two-phase commit transactions in a WSGI context.


%prep
%setup -q -n repoze.tm2-%{version}%{alphaver}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.txt COPYRIGHT.txt LICENSE.txt
%{python_sitelib}/*



%changelog
* Tue Oct 21 2008 Luke Macken <lmacken at redhat.com> - 1.0-0.1.a2
- Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-tm2/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 03:58:07 -0000	1.1
+++ sources	24 Nov 2008 21:34:03 -0000	1.2
@@ -0,0 +1 @@
+1354ffaa88ee82793342e7bf2cae6ea9  repoze.tm2-1.0a3.tar.gz




More information about the fedora-extras-commits mailing list