2008-06-15 11:08:25 +00:00
|
|
|
# Description : Live DVD image for Fedora Electronic Lab
|
|
|
|
#
|
|
|
|
# Maintainer(s):
|
|
|
|
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
|
2009-03-14 11:20:45 +00:00
|
|
|
# - Thibault North <tnorth a fedoraproject.org>
|
2008-06-15 11:08:25 +00:00
|
|
|
|
2009-07-06 14:12:43 +00:00
|
|
|
%include fedora-livecd-desktop.ks
|
2008-06-15 11:08:25 +00:00
|
|
|
|
2008-09-21 08:57:39 +00:00
|
|
|
# DVD payload
|
|
|
|
part / --size=8192
|
|
|
|
|
2008-06-15 11:08:25 +00:00
|
|
|
%packages
|
|
|
|
|
2009-03-14 11:20:45 +00:00
|
|
|
@electronic-lab
|
|
|
|
|
|
|
|
|
|
|
|
# Embedded design
|
2009-07-06 14:12:43 +00:00
|
|
|
make
|
2009-03-14 11:20:45 +00:00
|
|
|
eclipse-cdt-sdk
|
2009-07-06 14:12:43 +00:00
|
|
|
#eclipse-eclox
|
2009-03-14 11:20:45 +00:00
|
|
|
eclipse-egit
|
|
|
|
eclipse-epic
|
|
|
|
eclipse-subclipse
|
2009-07-06 14:12:43 +00:00
|
|
|
#eclipse-texlipse
|
2009-03-14 11:20:45 +00:00
|
|
|
splint
|
|
|
|
|
2008-09-03 16:51:39 +00:00
|
|
|
|
|
|
|
# Office
|
2009-03-14 11:20:45 +00:00
|
|
|
dia
|
2008-06-15 11:08:25 +00:00
|
|
|
vym
|
2008-09-03 16:51:39 +00:00
|
|
|
openoffice.org-writer
|
|
|
|
openoffice.org-math
|
|
|
|
openoffice.org-writer2latex
|
|
|
|
openoffice.org-calc
|
|
|
|
openoffice.org-impress
|
|
|
|
openoffice.org-extendedPDF
|
|
|
|
planner
|
2009-03-14 11:20:45 +00:00
|
|
|
graphviz
|
2008-09-03 16:51:39 +00:00
|
|
|
|
2008-06-15 11:08:25 +00:00
|
|
|
|
2008-11-09 18:23:52 +00:00
|
|
|
# debugging tools
|
|
|
|
gdb
|
|
|
|
valgrind
|
|
|
|
kdbg
|
|
|
|
wireshark-gnome
|
|
|
|
qemu
|
2008-06-15 11:08:25 +00:00
|
|
|
|
|
|
|
|
2009-03-14 11:20:45 +00:00
|
|
|
# EDA/CAD department
|
|
|
|
perl-Test-Pod
|
|
|
|
perl-Test-Pod-Coverage
|
|
|
|
|
2008-09-03 16:51:39 +00:00
|
|
|
|
2009-07-06 14:12:43 +00:00
|
|
|
# Removing unnecessary packages from the desktop spin
|
|
|
|
-abiword
|
|
|
|
-@games
|
|
|
|
-gimp
|
|
|
|
-gimp-libs
|
|
|
|
-gimp-data-extras
|
|
|
|
-kdebluetooth
|
2008-09-03 16:51:39 +00:00
|
|
|
|
2008-11-15 16:24:09 +00:00
|
|
|
|
2008-06-15 11:08:25 +00:00
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
%end
|