- One last cleanup
This commit is contained in:
parent
646526a8e0
commit
6c80dc68ae
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 0.5.8
|
Version: 0.5.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -17,7 +17,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
%if 0%{?fedora} > 12 || 0%{?rhel} > 5
|
||||||
|
BuildRequires: python-setuptools
|
||||||
|
%else
|
||||||
BuildRequires: python-setuptools-devel >= 0.6c3
|
BuildRequires: python-setuptools-devel >= 0.6c3
|
||||||
|
%endif
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,6 +62,9 @@ nosetests
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 2 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.8-3
|
||||||
|
- One last cleanup
|
||||||
|
|
||||||
* Tue Feb 2 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.8-2
|
* Tue Feb 2 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.8-2
|
||||||
- just some cleanups to older styles of building packages.
|
- just some cleanups to older styles of building packages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user