2010-10-10 20:27:47 +00:00
|
|
|
# Description : Live DVD image for Fedora/Free Electronic Lab
|
2008-06-15 11:08:25 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2010-10-10 20:27:47 +00:00
|
|
|
# Support for the Milkymist hardware community
|
|
|
|
@milkymist
|
|
|
|
|
2009-03-14 11:20:45 +00:00
|
|
|
|
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
|
2011-03-25 03:14:54 +00:00
|
|
|
libreoffice-writer
|
|
|
|
libreoffice-calc
|
|
|
|
libreoffice-impress
|
|
|
|
#libreoffice-extendedPDF
|
2008-09-03 16:51:39 +00:00
|
|
|
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
|
2009-09-28 17:38:12 +00:00
|
|
|
make
|
2008-11-09 18:23:52 +00:00
|
|
|
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
|