SPECS: python-nose.spec - ver. 0.9.2 - added manpage
wrobell
wrobell at pld-linux.org
Wed Feb 28 17:38:57 CET 2007
Author: wrobell Date: Wed Feb 28 16:38:57 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ver. 0.9.2
- added manpage
---- Files affected:
SPECS:
python-nose.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/python-nose.spec
diff -u SPECS/python-nose.spec:1.9 SPECS/python-nose.spec:1.10
--- SPECS/python-nose.spec:1.9 Tue Feb 13 09:06:43 2007
+++ SPECS/python-nose.spec Wed Feb 28 17:38:52 2007
@@ -3,14 +3,15 @@
Summary: A unittest extension with automatic discovery, simplified authoring, and output capture
Summary(pl.UTF-8): Rozszerzenie testów jednostkowych z automatycznym wykrywaniem, prostym tworzeniem i przechwytywaniem wyjącia
Name: python-%{module}
-Version: 0.9.1
-Release: 0.4
+Version: 0.9.2
+Release: 1
License: LGPL
Group: Libraries/Python
Source0: http://somethingaboutorange.com/mrl/projects/nose/%{module}-%{version}.tar.gz
-# Source0-md5: 97771e186ff3680e1abe5566a939966c
+# Source0-md5: d6c78e37b5a5a671e79b00784233dc63
URL: http://somethingaboutorange.com/mrl/projects/nose/
BuildRequires: python >= 1:2.5
+BuildRequires: python-setuptools >= 0.6-0.c5
BuildRequires: rpm-pythonprov
%pyrequires_eq python-devel-tools
BuildArch: noarch
@@ -45,6 +46,8 @@
--root=$RPM_BUILD_ROOT \
--optimize=2
+mv $RPM_BUILD_ROOT%{_prefix}/man/ $RPM_BUILD_ROOT%{_datadir}
+
%py_postclean
%clean
@@ -55,6 +58,7 @@
%attr(755,root,root) %{_bindir}/nosetests
%{py_sitescriptdir}/%{module}
%{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
+%{_mandir}/man2/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -62,6 +66,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2007/02/28 16:38:52 wrobell
+- ver. 0.9.2
+- added manpage
+
Revision 1.9 2007/02/13 08:06:43 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-nose.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list