diff --git a/.cvsignore b/.cvsignore index e69de29..ab506a1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1,2 @@ +diveintopython-common-5.4.zip +diveintopython-xml-5.4.zip diff --git a/diveintopython-build.xml.patch b/diveintopython-build.xml.patch new file mode 100644 index 0000000..40259c3 --- /dev/null +++ b/diveintopython-build.xml.patch @@ -0,0 +1,16 @@ +--- diveintopython-5.4/build.xml 2002-07-28 16:27:46.000000000 +0800 ++++ build.xml 2008-01-04 01:00:53.000000000 +0900 +@@ -3,10 +3,10 @@ + [ + + %version; +- +- ++ ++ + ]> +- ++ + + + diff --git a/diveintopython-html.desktop b/diveintopython-html.desktop new file mode 100644 index 0000000..b1e7751 --- /dev/null +++ b/diveintopython-html.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Dive Into Python +Comment=Open Dive Into Python book +Exec=xdg-open /usr/share/diveintopython-html/index.html +Icon=diveintopython +Terminal=false +Type=Application +Categories=Application;Development; diff --git a/diveintopython-index.xml.patch b/diveintopython-index.xml.patch new file mode 100644 index 0000000..57b7b97 --- /dev/null +++ b/diveintopython-index.xml.patch @@ -0,0 +1,10 @@ +--- diveintopython-5.4/xml/index.xml 2004-05-05 11:10:00.000000000 +0800 ++++ index.xml 2008-01-04 01:01:34.000000000 +0900 +@@ -1,6 +1,6 @@ + + - 5.4-6 +- Fix ownership of folders +- Fix spec file for spaces and tabs again :( + +* Sun Jan 6 2008 Marc Wiriadisastra - 5.4-5 +- Fixed build requires - added iced-tea, python, w3m and htmldoc + +* Fri Jan 4 2008 Marc Wiriadisastra - 5.4-4 +- Added patches for all builds +- Created additional packages for the users choice +- Added additional desktop files + +* Wed Jan 2 2008 Marc Wiriadisastra - 5.4-3 +- Using the docbook and creating the html using ant +- Patched neccessary build files and included additional source files + +* Thu Nov 22 2007 Marc Wiriadisastra - 5.4-2 +- Fixed line encoding (Jerry James) +- Fixed owning of directories in spec file + +* Fri Nov 16 2007 Marc Wiriadisastra - 5.4-1 +- new install diff --git a/diveintopython.xml.patch b/diveintopython.xml.patch new file mode 100644 index 0000000..0cbafc4 --- /dev/null +++ b/diveintopython.xml.patch @@ -0,0 +1,10 @@ +--- diveintopython-5.4/xml/diveintopython.xml 2004-05-05 17:24:52.000000000 +0800 ++++ diveintopython.xml 2008-01-02 18:01:08.000000000 +0900 +@@ -1,6 +1,6 @@ + + + %entities; diff --git a/make.sh.patch b/make.sh.patch new file mode 100644 index 0000000..c4985a1 --- /dev/null +++ b/make.sh.patch @@ -0,0 +1,6 @@ +--- diveintopython-5.4/make.sh 2002-02-21 13:45:50.000000000 +0800 ++++ make.sh 2008-01-02 17:58:58.000000000 +0900 +@@ -1,2 +1,2 @@ + #! /bin/sh +-java -classpath "../common/lib/ant.jar:../common/lib/optional.jar:../common/lib/NetComponents.jar:../common/lib/jaxp.jar:../common/lib/crimson.jar" org.apache.tools.ant.Main $1 $2 $3 $4 $5 $6 $7 $8 $9 ++java -classpath "xml/common/lib/ant.jar:xml/common/lib/optional.jar:xml/common/lib/NetComponents.jar:xml/common/lib/jaxp.jar:xml/common/lib/crimson.jar" org.apache.tools.ant.Main $1 $2 $3 $4 $5 $6 $7 $8 $9 diff --git a/sources b/sources index e69de29..a0e777e 100644 --- a/sources +++ b/sources @@ -0,0 +1,2 @@ +722affd8054d667d66764c3c48a6490b diveintopython-common-5.4.zip +3e1c9e3d00fc912cb298b062bdac9002 diveintopython-xml-5.4.zip