diveintopython/diveintopython-build.xml.patch
Marc Wiriadisastra 49d51e74b4 Thanks to Mohd Izhar Firdaus Ismail for the following:
- Major cleanup of spec to be less complex
- Made the packaging less diverted from the generated tree from upstream
    build script
- Changed desktop file to use pdf mimetype icon as diveintopython.png is
    corrupted even in upstream zip file
- Removed unnecessary patches
- Removed builreq ant as upstream make.sh uses upstream provided jars (we
    might want to use ant from fedora repo, todo: investigate possibility
    of patching make.sh and adding more java buildreqs for this)
- Switched diveintopython to be a metapackage which pulls
    diveintopython-pdf
2008-01-24 05:23:18 +00:00

11 lines
408 B
Diff

--- old/build.xml 2008-01-23 23:06:01.000000000 +0800
+++ new/build.xml 2008-01-23 23:06:14.000000000 +0800
@@ -6,7 +6,7 @@
<!ENTITY common "../common">
<!ENTITY buildcommon SYSTEM "../common/build_common.xml">
]>
-<project name="diveintopython" default="html" basedir=".">
+<project name="diveintopython" default="all" basedir=".">
<property name="lang" value=""/>
<property name="ftpdir" value=""/>