2010-10-10 22:27:47 +02:00
|
|
|
# Description : Live DVD image for Fedora/Free Electronic Lab
|
2008-06-15 13:08:25 +02:00
|
|
|
#
|
|
|
|
# Maintainer(s):
|
|
|
|
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
|
2009-03-14 12:20:45 +01:00
|
|
|
# - Thibault North <tnorth a fedoraproject.org>
|
2008-06-15 13:08:25 +02:00
|
|
|
|
2009-07-06 16:12:43 +02:00
|
|
|
%include fedora-livecd-desktop.ks
|
2008-06-15 13:08:25 +02:00
|
|
|
|
2008-09-21 10:57:39 +02:00
|
|
|
# DVD payload
|
2013-09-15 06:59:06 +05:30
|
|
|
part / --size 10240
|
2008-09-21 10:57:39 +02:00
|
|
|
|
2008-06-15 13:08:25 +02:00
|
|
|
%packages
|
|
|
|
|
2009-03-14 12:20:45 +01:00
|
|
|
@electronic-lab
|
|
|
|
|
2010-10-10 22:27:47 +02:00
|
|
|
# Support for the Milkymist hardware community
|
|
|
|
@milkymist
|
|
|
|
|
2009-03-14 12:20:45 +01:00
|
|
|
|
2008-09-03 18:51:39 +02:00
|
|
|
# Office
|
2009-03-14 12:20:45 +01:00
|
|
|
dia
|
2008-06-15 13:08:25 +02:00
|
|
|
vym
|
2011-03-25 12:14:54 +09:00
|
|
|
libreoffice-writer
|
|
|
|
libreoffice-calc
|
|
|
|
libreoffice-impress
|
|
|
|
#libreoffice-extendedPDF
|
2008-09-03 18:51:39 +02:00
|
|
|
planner
|
2009-03-14 12:20:45 +01:00
|
|
|
graphviz
|
2008-09-03 18:51:39 +02:00
|
|
|
|
2008-06-15 13:08:25 +02:00
|
|
|
|
2008-11-09 19:23:52 +01:00
|
|
|
# debugging tools
|
2009-09-28 19:38:12 +02:00
|
|
|
make
|
2008-11-09 19:23:52 +01:00
|
|
|
gdb
|
|
|
|
valgrind
|
|
|
|
kdbg
|
|
|
|
wireshark-gnome
|
|
|
|
qemu
|
2008-06-15 13:08:25 +02:00
|
|
|
|
|
|
|
|
2009-03-14 12:20:45 +01:00
|
|
|
# EDA/CAD department
|
|
|
|
perl-Test-Pod
|
|
|
|
perl-Test-Pod-Coverage
|
|
|
|
|
2008-09-03 18:51:39 +02:00
|
|
|
|
2009-07-06 16:12:43 +02:00
|
|
|
# Removing unnecessary packages from the desktop spin
|
|
|
|
-abiword
|
|
|
|
-@games
|
|
|
|
-gimp
|
|
|
|
-gimp-libs
|
|
|
|
-gimp-data-extras
|
|
|
|
-kdebluetooth
|
2013-09-11 09:47:33 -06:00
|
|
|
-kbluetooth
|
|
|
|
-rdesktop
|
2008-11-15 17:24:09 +01:00
|
|
|
|
2008-06-15 13:08:25 +02:00
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
%end
|