commit python for openSUSE:Factory
Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at Wed Mar 11 16:45:18 CET 2009. -------- python.changes: same change --- python/python-doc.changes 2009-01-07 13:31:03.000000000 +0100 +++ python/python-doc.changes 2009-03-11 10:53:05.476724000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 11 10:52:59 CET 2009 - coolo@suse.de + +- fix build in actually packaging the docs + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base.spec ++++++ --- /var/tmp/diff_new_pack.XV8688/_old 2009-03-11 16:44:14.000000000 +0100 +++ /var/tmp/diff_new_pack.XV8688/_new 2009-03-11 16:44:14.000000000 +0100 @@ -33,7 +33,7 @@ # Summary: Python Interpreter base package Version: 2.6.0 -Release: 9 +Release: 10 #%define tarname Python-%{version} %define tarname Python-2.6 Source0: %{tarname}.tar.bz2 ++++++ python-doc.spec ++++++ --- /var/tmp/diff_new_pack.XV8688/_old 2009-03-11 16:44:14.000000000 +0100 +++ /var/tmp/diff_new_pack.XV8688/_new 2009-03-11 16:44:14.000000000 +0100 @@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation for Python. Version: 2.6 -Release: 9 +Release: 10 %define pyver 2.6 BuildArch: noarch %define tarname Python-%{pyver} @@ -73,12 +73,12 @@ export PDOCS=${RPM_BUILD_ROOT}%{_docdir}/%{pyname} install -d -m 755 $PDOCS/Misc install -d -m 755 $PDOCS/paper-a4 $PDOCS/paper-letter $PDOCS/html -tar xfj %{S:1} -C $PDOCS/html -( cd $PDOCS/html; mv Python-Docs-%{version}/* . ; rmdir Python-Docs-%{version}) -tar xfj %{S:2} -C $PDOCS/paper-a4 -( cd $PDOCS/paper-a4; mv Python-Docs-%{version}/* . ; rmdir Python-Docs-%{version}) -tar xfj %{S:3} -C $PDOCS/paper-letter -( cd $PDOCS/paper-letter; mv Python-Docs-%{version}/* . ; rmdir Python-Docs-%{version}) +tar xfj %{S:1} -C $PDOCS/ +mv $PDOCS/python-docs-html $PDOCS/html +tar xfj %{S:2} -C $PDOCS +mv $PDOCS/docs-pdf $PDOCS/paper-a4 +tar xfj %{S:3} -C $PDOCS +mv $PDOCS/docs-pdf $PDOCS/paper-letter install -c -m 644 Doc/ACKS.txt $PDOCS/ACKS.txt install -c -m 644 Doc/TODO.txt $PDOCS/TODO.txt install -c -m 644 Doc/README.txt $PDOCS/README.txt @@ -104,6 +104,8 @@ %doc %{_docdir}/%{pyname}/paper-letter %changelog +* Wed Mar 11 2009 coolo@suse.de +- fix build in actually packaging the docs * Thu Oct 09 2008 matejcik@suse.cz - updated docs to version 2.6 * Mon Sep 15 2008 matejcik@suse.cz ++++++ python.spec ++++++ --- /var/tmp/diff_new_pack.XV8688/_old 2009-03-11 16:44:14.000000000 +0100 +++ /var/tmp/diff_new_pack.XV8688/_new 2009-03-11 16:44:14.000000000 +0100 @@ -35,7 +35,7 @@ Obsoletes: python-nothreads python21 python-elementtree python-sqlite Summary: Python Interpreter Version: 2.6.0 -Release: 9 +Release: 10 Requires: python-base = %{version} #%define tarname Python-%{version} %define tarname Python-2.6 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de