rpms/python-transaction/devel import.log, NONE, 1.1 python-transaction.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Mon Nov 24 14:56:32 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-transaction/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12049/devel

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



--- NEW FILE import.log ---
python-transaction-1_0-0_1_a1_fc10:HEAD:python-transaction-1.0-0.1.a1.fc10.src.rpm:1227538408


--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-transaction/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 03:55:31 -0000	1.1
+++ .cvsignore	24 Nov 2008 14:56:01 -0000	1.2
@@ -0,0 +1 @@
+transaction-1.0a1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-transaction/devel/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 14:56:01 -0000	1.2
@@ -0,0 +1 @@
+93b4f5d753b4ba99b201cce05c25e549  transaction-1.0a1.tar.gz




More information about the scm-commits mailing list