diff --git a/Makefile.am b/Makefile.am index 4b4f7f2..4d5d94f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,8 @@ fedora_DATA = \ customdir = ${pkgdatadir}/custom/ custom_DATA = \ custom/README \ + custom/fedora-livedvd-haskell.ks \ + custom/qa-test-day.ks \ fedora-live-base.ks \ fedora-live-mini.ks \ fedora-livecd-desktop.ks \ diff --git a/configure.ac b/configure.ac index c202683..885dea9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([spin-kickstarts], 0.13.2) +AC_INIT([spin-kickstarts], 0.13.3) AC_SUBST([RELEASE], 1) ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW" diff --git a/custom/fedora-livedvd-haskell.ks b/custom/fedora-livedvd-haskell.ks new file mode 100644 index 0000000..173f896 --- /dev/null +++ b/custom/fedora-livedvd-haskell.ks @@ -0,0 +1,19 @@ +%include fedora-live-base.ks + +part / --size 6000 + +%packages +@gnome-desktop +firefox +xchat-gnome +@haskell +cpphs +ghc-*-devel +ghc-*-doc +hugs98* +@development-tools +@fedora-packager +devhelp +emacs +xmonad +%end