- Upstream bugfix release 0.5.4p2.

This commit is contained in:
Toshio くらとみ 2009-06-12 13:59:50 +00:00
parent 9e110e0387
commit 30b2d2eebd
3 changed files with 13 additions and 9 deletions

View File

@ -1 +1 @@
SQLAlchemy-0.5.3.tar.gz SQLAlchemy-0.5.4p2.tar.gz

View File

@ -1,17 +1,18 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
%define srcname SQLAlchemy %global srcname SQLAlchemy
%global patchtag p2
Name: python-sqlalchemy Name: python-sqlalchemy
Version: 0.5.3 Version: 0.5.4
Release: 1%{?dist} Release: 1.%{?patchtag}%{?dist}
Summary: Modular and flexible ORM library for python Summary: Modular and flexible ORM library for python
Group: Development/Libraries Group: Development/Libraries
License: MIT License: MIT
URL: http://www.sqlalchemy.org/ URL: http://www.sqlalchemy.org/
Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}%{?patchtag}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -28,7 +29,7 @@ define the join conditions explicitly, to bridge the gap between database and
domain. domain.
%prep %prep
%setup -q -n %{srcname}-%{version}%{?alphatag} %setup -q -n %{srcname}-%{version}%{?patchtag}
%build %build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@ -55,6 +56,9 @@ python test/alltests.py
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Fri Jun 12 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.4-1.p2
- Upstream bugfix release 0.5.4p2.
* Thu Apr 16 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.3-1 * Thu Apr 16 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.3-1
- Upstream bugfix release. - Upstream bugfix release.

View File

@ -1 +1 @@
8a03ac93aa28a9f4ea5ecc0557e90954 SQLAlchemy-0.5.3.tar.gz 408dfb0868018abc1654b17a2fafaf70 SQLAlchemy-0.5.4p2.tar.gz