Add the custom/ kickstarts and bump version

This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2010-02-18 00:09:41 +01:00
parent 344b87865a
commit 5ddfdd4a6a
3 changed files with 22 additions and 1 deletions

View File

@ -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 \

View File

@ -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"

View File

@ -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