rpms/python-zope-sqlalchemy/devel 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
Mon Nov 24 15:00:21 UTC 2008


Author: lmacken

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-zope-sqlalchemy.spec 
Log Message:
Initial Import



--- NEW FILE import.log ---
python-zope-sqlalchemy-0_3-1_fc10:HEAD:python-zope-sqlalchemy-0.3-1.fc10.src.rpm:1227538352


--- 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.3
Release:        1%{?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-sqlalchemy >= 0.4.7
Requires:       python-zope-interface

%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 Oct 21 2008 Luke Macken <lmacken at redhat.com> - 0.3-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-sqlalchemy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 03:58:56 -0000	1.1
+++ .cvsignore	24 Nov 2008 14:59:50 -0000	1.2
@@ -0,0 +1 @@
+zope.sqlalchemy-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-sqlalchemy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 03:58:56 -0000	1.1
+++ sources	24 Nov 2008 14:59:50 -0000	1.2
@@ -0,0 +1 @@
+3edc2b0f02e778483de64b60ff214df9  zope.sqlalchemy-0.3.tar.gz




More information about the fedora-extras-commits mailing list