rpms/python-transaction/EL-5 python-transaction.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 17:02:16 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-transaction/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29195

Modified Files:
	.cvsignore sources 
Added Files:
	python-transaction.spec 
Log Message:
Initial commit for the EL-5 branch


--- 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.4.%{alphaver}%{?dist}
Summary:        Transaction management for Python

Group:          Development/Languages
License:        ZPLv2.1
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
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.4.a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Thu Dec 18 2008 Luke Macken <lmacken at redhat.com> - 1.0-0.3.a1
- Fix the license tag

* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.0-0.2.a1
- Rebuild for Python 2.6

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-transaction/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 03:55:31 -0000	1.1
+++ .cvsignore	5 Jun 2009 17:01:45 -0000	1.2
@@ -0,0 +1 @@
+transaction-1.0a1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-transaction/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Nov 2008 03:55:31 -0000	1.1
+++ sources	5 Jun 2009 17:01:46 -0000	1.2
@@ -0,0 +1 @@
+93b4f5d753b4ba99b201cce05c25e549  transaction-1.0a1.tar.gz




More information about the fedora-extras-commits mailing list