|
|
|
@ -16,14 +16,14 @@
|
|
|
|
|
%global with_docs 1
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
|
Version: 1.1.1
|
|
|
|
|
Version: 1.1.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: LGPLv2+ and Public Domain
|
|
|
|
|
URL: http://somethingaboutorange.com/mrl/projects/nose/
|
|
|
|
|
Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
|
|
|
|
|
# Submitted upstream: http://code.google.com/p/python-nose/issues/detail?id=421
|
|
|
|
|
Patch1: nose-manpage.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
@ -179,6 +179,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%endif # with_docs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 1 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 1.1.2-1
|
|
|
|
|
- Upstream bugfix release
|
|
|
|
|
|
|
|
|
|
* Wed Jul 27 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 1.1.1-1
|
|
|
|
|
- Upstream bugfix release
|
|
|
|
|
|
|
|
|
|