- Latest upstream release

- Remove python-nose-0.9.2-mandir.patch
f38
Luke Macken 18 years ago
parent 47954499a5
commit 9f64956a1b

@ -1 +1 @@
nose-0.9.2.tar.gz nose-0.9.3.tar.gz

@ -1,11 +0,0 @@
--- setup.py.orig 2007-03-03 20:19:03.000000000 -0500
+++ setup.py 2007-03-03 20:19:07.000000000 -0500
@@ -38,7 +38,7 @@
download_url = \
'http://somethingaboutorange.com/mrl/projects/nose/nose-%s.tar.gz' \
% VERSION,
- data_files = [('man/man2', ['nosetests.1'])],
+ data_files = [('man/man1', ['nosetests.1'])],
package_data = {'': ['*.txt']},
packages = find_packages(),
entry_points = {

@ -3,7 +3,7 @@
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-nose Name: python-nose
Version: 0.9.2 Version: 0.9.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: A discovery-based unittest extension for Python Summary: A discovery-based unittest extension for Python
@ -11,7 +11,6 @@ Group: Development/Languages
License: LGPL License: LGPL
URL: http://somethingaboutorange.com/mrl/projects/nose/ URL: http://somethingaboutorange.com/mrl/projects/nose/
Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz
Patch0: %{name}-%{version}-mandir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -26,7 +25,6 @@ reasonably possible without resorting to too much magic.
%prep %prep
%setup -q -n nose-%{version} %setup -q -n nose-%{version}
%patch0
%build %build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@ -48,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/nose %{python_sitelib}/nose
%changelog %changelog
* Sat Jun 2 2007 Luke Macken <lmacken@redhat.com> 0.9.3-1
- Latest upstream release
- Remove python-nose-0.9.2-mandir.patch
* Sat Mar 3 2007 Luke Macken <lmacken@redhat.com> 0.9.2-1 * Sat Mar 3 2007 Luke Macken <lmacken@redhat.com> 0.9.2-1
- Add nosetests(1) manpage, and python-nose-0.9.2-mandir.patch to put it in - Add nosetests(1) manpage, and python-nose-0.9.2-mandir.patch to put it in
the correct location. the correct location.

@ -1 +1 @@
d6c78e37b5a5a671e79b00784233dc63 nose-0.9.2.tar.gz fc83ca1861afb598e5634f83dbe045ec nose-0.9.3.tar.gz

Loading…
Cancel
Save