Update for python-setuptools changes in rawhide
This commit is contained in:
parent
57471beadf
commit
493bd4052b
@ -6,7 +6,7 @@
|
||||
|
||||
Name: python-nose
|
||||
Version: 0.10.0
|
||||
Release: 0.2.%{_betatag}%{?dist}
|
||||
Release: 0.3.%{_betatag}%{?dist}
|
||||
Summary: A discovery-based unittest extension for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -16,7 +16,13 @@ Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel python-setuptools
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?fedora} >= 8
|
||||
BuildRequires: python-setuptools-devel
|
||||
%else
|
||||
BuildRequires: python-setuptools
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
nose: a discovery-based unittest extension.
|
||||
@ -48,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/nose
|
||||
|
||||
%changelog
|
||||
* Sun Sep 2 2007 Luke Macken <lmacken@redhat.com> 0.10.0-0.3.b1
|
||||
- Update for python-setuptools changes in rawhide
|
||||
|
||||
* Tue Aug 21 2007 Luke Macken <lmacken@redhat.com> 0.10.0-0.2.b1
|
||||
- 0.10.0b1
|
||||
- Update license tag to LGPLv2
|
||||
|
Loading…
Reference in New Issue
Block a user