rpms/python-zope-sqlalchemy/EL-5 import.log, NONE, 1.1 python-zope-sqlalchemy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Wed Sep 30 21:09:00 UTC 2009


Author: lmacken

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-zope-sqlalchemy.spec 
Log Message:
Initial import of python-zope-sqlalchemy for EL-5



--- NEW FILE import.log ---
python-zope-sqlalchemy-0_4-3_fc11:EL-5:python-zope-sqlalchemy-0.4-3.fc11.src.rpm:1254330092


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

Name:           python-zope-sqlalchemy
Version:        0.4
Release:        3%{?dist}
Summary:        Minimal Zope/SQLAlchemy transaction integration

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

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

%if 0%{?fedora} > 10
Requires:       python-sqlalchemy
%else
Requires:       python-sqlalchemy0.5
%endif

%description
The aim of this package is to unify the plethora of existing packages
integrating SQLAlchemy with Zope's transaction management. As such it seeks
only to provide a data manager and makes no attempt to define a zopeish way to
configure engines.


%prep
%setup -q -n zope.sqlalchemy-%{version}


%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
%{python_sitelib}/*



%changelog
* Tue Sep 01 2009 Luke Macken <lmacken at redhat.com> - 0.4-3
- Conditionally require the appropriate version of SQLAlchemy

* Wed Jun 17 2009 Luke Macken <lmacken at redhat.com> - 0.4-2
- Require python-sqlalchemy0.5

* Mon Jun 01 2009 Luke Macken <lmacken at redhat.com> - 0.4-1
- Update to 0.4

* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

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

* Tue Oct 21 2008 Luke Macken <lmacken at redhat.com> - 0.3-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-sqlalchemy/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 03:58:56 -0000	1.1
+++ .cvsignore	30 Sep 2009 21:09:00 -0000	1.2
@@ -0,0 +1 @@
+zope.sqlalchemy-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-sqlalchemy/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Nov 2008 03:58:56 -0000	1.1
+++ sources	30 Sep 2009 21:09:00 -0000	1.2
@@ -0,0 +1 @@
+245885dc0923fa36216386867cf450ae  zope.sqlalchemy-0.4.tar.gz




More information about the fedora-extras-commits mailing list