- 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
9 lines
234 B
Desktop File
9 lines
234 B
Desktop File
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Name=Dive Into Python
|
|
Comment=Open Dive Into Python book
|
|
Exec=xdg-open @DOCDIR@/pdf/diveintopython.pdf
|
|
Icon=gnome-mime-application-pdf
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Development;
|