|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
Name: python-nose
|
|
|
|
Version: 0.10.0
|
|
|
|
Version: 0.10.0
|
|
|
|
Release: 0.2.%{_betatag}%{?dist}
|
|
|
|
Release: 0.3.%{_betatag}%{?dist}
|
|
|
|
Summary: A discovery-based unittest extension for Python
|
|
|
|
Summary: A discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
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)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python-devel python-setuptools
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 8
|
|
|
|
|
|
|
|
BuildRequires: python-setuptools-devel
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
nose: a discovery-based unittest extension.
|
|
|
|
nose: a discovery-based unittest extension.
|
|
|
@ -48,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{python_sitelib}/nose
|
|
|
|
%{python_sitelib}/nose
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Aug 21 2007 Luke Macken <lmacken@redhat.com> 0.10.0-0.2.b1
|
|
|
|
- 0.10.0b1
|
|
|
|
- 0.10.0b1
|
|
|
|
- Update license tag to LGPLv2
|
|
|
|
- Update license tag to LGPLv2
|
|
|
|