rpms/python-nose/devel python-nose-0.9.2-mandir.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 python-nose.spec, 1.4, 1.5 sources, 1.4, 1.5

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Mar 4 01:23:34 UTC 2007


Author: lmacken

Update of /cvs/extras/rpms/python-nose/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1139

Modified Files:
	.cvsignore python-nose.spec sources 
Added Files:
	python-nose-0.9.2-mandir.patch 
Log Message:
* Sat Mar  3 2007 Luke Macken <lmacken at redhat.com> 0.9.2-1
- Add nosetests(1) manpage, and python-nose-0.9.2-mandir.patch to put it in
  the correct location.
- 0.9.2


python-nose-0.9.2-mandir.patch:

--- NEW FILE python-nose-0.9.2-mandir.patch ---
--- 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 = {        


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-nose/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 Nov 2006 07:43:28 -0000	1.4
+++ .cvsignore	4 Mar 2007 01:23:02 -0000	1.5
@@ -1 +1 @@
-nose-0.9.1.tar.gz
+nose-0.9.2.tar.gz


Index: python-nose.spec
===================================================================
RCS file: /cvs/extras/rpms/python-nose/devel/python-nose.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-nose.spec	10 Dec 2006 03:25:04 -0000	1.4
+++ python-nose.spec	4 Mar 2007 01:23:02 -0000	1.5
@@ -3,14 +3,15 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-nose
-Version:        0.9.1
-Release:        2%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
 Group:          Development/Languages
 License:        LGPL
 URL:            http://somethingaboutorange.com/mrl/projects/nose/
 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)
 
 BuildArch:      noarch
@@ -25,14 +26,16 @@
 
 %prep
 %setup -q -n nose-%{version}
+%patch0
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
- 
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
+        --single-version-externally-managed --install-data=%{_datadir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -40,10 +43,16 @@
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
 %{_bindir}/nosetests
+%{_mandir}/man1/nosetests.1.gz
 %{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
 %{python_sitelib}/nose
 
 %changelog
+* Sat Mar  3 2007 Luke Macken <lmacken at redhat.com> 0.9.2-1
+- Add nosetests(1) manpage, and python-nose-0.9.2-mandir.patch to put it in
+  the correct location.
+- 0.9.2
+
 * Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> 0.9.1-2
 - Rebuild for python 2.5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-nose/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	24 Nov 2006 07:43:28 -0000	1.4
+++ sources	4 Mar 2007 01:23:02 -0000	1.5
@@ -1 +1 @@
-97771e186ff3680e1abe5566a939966c  nose-0.9.1.tar.gz
+d6c78e37b5a5a671e79b00784233dc63  nose-0.9.2.tar.gz




More information about the scm-commits mailing list