SPECS: python-nose.spec - fixed manual path
wrobell
wrobell at pld-linux.org
Wed Feb 28 17:41:28 CET 2007
Author: wrobell Date: Wed Feb 28 16:41:28 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed manual path
---- Files affected:
SPECS:
python-nose.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/python-nose.spec
diff -u SPECS/python-nose.spec:1.10 SPECS/python-nose.spec:1.11
--- SPECS/python-nose.spec:1.10 Wed Feb 28 17:38:52 2007
+++ SPECS/python-nose.spec Wed Feb 28 17:41:23 2007
@@ -46,6 +46,7 @@
--root=$RPM_BUILD_ROOT \
--optimize=2
+mv $RPM_BUILD_ROOT%{_prefix}/man/man{2,1}
mv $RPM_BUILD_ROOT%{_prefix}/man/ $RPM_BUILD_ROOT%{_datadir}
%py_postclean
@@ -58,7 +59,7 @@
%attr(755,root,root) %{_bindir}/nosetests
%{py_sitescriptdir}/%{module}
%{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
-%{_mandir}/man2/*
+%{_mandir}/man1/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -66,6 +67,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2007/02/28 16:41:23 wrobell
+- fixed manual path
+
Revision 1.10 2007/02/28 16:38:52 wrobell
- ver. 0.9.2
- added manpage
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-nose.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list