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

Luke Macken lmacken at fedoraproject.org
Mon Nov 24 21:30:37 UTC 2008


Author: lmacken

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

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


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

%define     alphaver a1

Name:           python-transaction
Version:        1.0
Release:        0.1.%{alphaver}%{?dist}
Summary:        Transaction management for Python

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

BuildRequires:  python-devel python-setuptools-devel
Requires:       python-zope-interface

%description
This package contains a generic transaction implementation for Python. It is
mainly used by the ZODB, though.


%prep
%setup -q -n transaction-%{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 LICENSE.txt COPYRIGHT.txt
%{python_sitelib}/transaction/
%{python_sitelib}/*.egg-info



%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-transaction/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 03:55:31 -0000	1.1
+++ sources	24 Nov 2008 21:30:06 -0000	1.2
@@ -0,0 +1 @@
+93b4f5d753b4ba99b201cce05c25e549  transaction-1.0a1.tar.gz




More information about the scm-commits mailing list