From 425eaf04c5f26eff72363192cefca9faf40459a8 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Oct 18 2007 21:22:25 +0000 Subject: - SQLAlchemy-0.4.0 final - Run the testsuite --- diff --git a/.cvsignore b/.cvsignore index 1a3192f..943c7bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SQLAlchemy-0.4.0beta5.tar.gz +SQLAlchemy-0.4.0.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index e95002d..77c185b 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -3,17 +3,16 @@ %define srcname SQLAlchemy -%define betaver beta6 Name: python-sqlalchemy Version: 0.4.0 -Release: 0.4.%{betaver}%{?dist} +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries License: MIT URL: http://www.sqlalchemy.org/ -Source0: http://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}%{betaver}.tar.gz +Source0: http://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -30,17 +29,17 @@ define the join conditions explicitly, to bridge the gap between database and domain. %prep -%setup -q -n %{srcname}-%{version}%{betaver} +%setup -q -n %{srcname}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py bdist_egg +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{python_sitelib} -python setup.py install --root $RPM_BUILD_ROOT +python setup.py install --skip-build --root $RPM_BUILD_ROOT # remove unnecessary scripts for building documentation rm -rf doc/build @@ -48,6 +47,9 @@ rm -rf doc/build %clean rm -rf $RPM_BUILD_ROOT +%check +export PYTHONPATH=./test +python test/alltests.py %files %defattr(-,root,root,-) @@ -55,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Wed Oct 17 2007 Toshio Kuratomi 0.4.0-1 +- SQLAlchemy-0.4.0 final +- Run the testsuite + * Wed Oct 3 2007 Luke Macken 0.4.0-0.4.beta6 - SQLAlchemy-0.4.0beta6 diff --git a/sources b/sources index 707aa75..eb9c6df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5b1d1345d9b3ddd50fa997d202efac4 SQLAlchemy-0.4.0beta6.tar.gz +c8476f6417a630f36d6046c1faf721e1 SQLAlchemy-0.4.0.tar.gz