packages: python/python.spec - docs available at /usr/share/doc/python-doc ...
witekfl
witekfl at pld-linux.org
Mon Mar 22 13:43:55 CET 2010
Author: witekfl Date: Mon Mar 22 12:43:55 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- docs available at /usr/share/doc/python-doc (symbolic link)
- rel 2
---- Files affected:
packages/python:
python.spec (1.352 -> 1.353)
---- Diffs:
================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.352 packages/python/python.spec:1.353
--- packages/python/python.spec:1.352 Sun Mar 21 20:14:29 2010
+++ packages/python/python.spec Mon Mar 22 13:43:49 2010
@@ -43,7 +43,7 @@
Name: python
Version: %{py_ver}.5
%define dver %{version}
-Release: 1
+Release: 2
Epoch: 1
License: PSF
Group: Applications
@@ -583,11 +583,15 @@
$RPM_BUILD_ROOT{%{py_sitedir},%{_mandir}/man1} \
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} \
$RPM_BUILD_ROOT%{_infodir} \
+ $RPM_BUILD_ROOT%{_docdir} \
$RPM_BUILD_ROOT/etc/shrc.d
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# docs in constant location
+ln -sf python-doc-%{version} $RPM_BUILD_ROOT%{_docdir}/python-doc
+
%if %{with info}
%{__make} -C Doc/info
install Doc/info/python*info* $RPM_BUILD_ROOT%{_infodir}
@@ -952,6 +956,7 @@
%files doc
%defattr(644,root,root,755)
%doc python-%{dver}-docs-html/*
+%{_docdir}/python-doc
%if %{with info}
%files doc-info
@@ -972,6 +977,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.353 2010/03/22 12:43:49 witekfl
+- docs available at /usr/share/doc/python-doc (symbolic link)
+- rel 2
+
Revision 1.352 2010/03/21 19:14:29 arekm
- up to 2.6.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.352&r2=1.353&f=u
More information about the pld-cvs-commit
mailing list