]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda.spec
- add *required* splash.png created from http://www.inf.sgsp.edu.pl/pub/MALUNKI_DUZE...
[packages/anaconda.git] / anaconda.spec
CommitLineData
14d57731
ER
1# TODO
2# - split anaconda-gui and anaconda-tui
3#
f7144e5a
ER
4%if 0
5# FC to PLD deps replace rules, extracted from cvs logs
6:%s#libxml2-python#python-libxml2#
7:%s#pyparted#python-parted#
8:%s#booty#python-booty#
9:%s#rhpl#python-rhpl#
51106aa3
ER
10:%s#rhpxl#python-rhpxl#
11:%s#rpm-python#python-rpm#
12:%s#gtk2-devel#gtk+2-devel#
7fc88410
ER
13:%s#pykickstart#python-kickstart#
14:%s#squashfs-tools#squashfs#
f7144e5a 15%endif
f00008ae 16Summary: Graphical system installer
841055be 17Summary(pl): Graficzny instalator systemu
f00008ae 18Name: anaconda
3e1e46cd 19Version: 11.0.5
22e4506d 20Release: 0.67
f00008ae
PZ
21License: GPL
22Group: Applications/System
23Source0: %{name}-%{version}.tar.bz2
3e1e46cd 24# Source0-md5: f814e7d0011dd44c3c3cf12b6ddb5b40
f00008ae
PZ
25Source1: %{name}-mk-images
26Source2: %{name}-upd-instroot
27Source3: %{name}-mk-images.i386
bd688d0c 28Source4: %{name}-scrubtree
fd309822 29Source5: %{name}-installclass-pld.py
22e4506d
ER
30Source6: %{name}-splash.png
31# Source6-md5: a01b982fb7926dd70804d61281282530
f00008ae 32Patch0: %{name}-pld.patch
7fc88410 33Patch1: %{name}-BUS_XEN.patch
e06c6bf7
ER
34Patch2: %{name}-vserver-proc.patch
35Patch3: %{name}-pkgorder.patch
36Patch4: %{name}-errorhandling.patch
224bf463 37Patch5: %{name}-libdir.patch
15a9a330 38Patch6: %{name}-pld-release.patch
c32a8102 39Patch7: %{name}-timezone.patch
127f0269 40Patch8: %{name}-kernel.patch
118a85f1 41Patch9: %{name}-optflags.patch
89fe6ec9
ER
42Patch10: %{name}-network.patch
43Patch11: %{name}-branding.patch
fd309822 44Patch12: %{name}-x11.patch
5e2c92f2 45Patch13: %{name}-installclasses.patch
f00008ae 46URL: http://fedora.redhat.com/projects/anaconda-installer/
9a34989e 47BuildRequires: X11-devel
f00008ae 48BuildRequires: beecrypt-devel
f00008ae 49BuildRequires: bzip2-devel
3e1e46cd
ER
50BuildRequires: device-mapper-devel >= 1.01.05
51BuildRequires: device-mapper-static >= 1.01.05
f00008ae
PZ
52BuildRequires: e2fsprogs-devel
53BuildRequires: elfutils-devel
d0a7f56a 54BuildRequires: gettext-devel >= 0.11
a8288f35 55BuildRequires: glibc-localedb-all
f00008ae
PZ
56BuildRequires: glibc-static
57BuildRequires: gtk+2-devel
58BuildRequires: intltool >= 0.31.2-3
f7144e5a 59BuildRequires: kudzu-devel >= 1.2.0
f00008ae 60BuildRequires: libselinux-devel >= 1.6
3e1e46cd
ER
61BuildRequires: libselinux-static
62BuildRequires: libsepol-devel
63BuildRequires: libsepol-static
f00008ae
PZ
64BuildRequires: newt-devel
65BuildRequires: newt-static
51106aa3 66BuildRequires: pango-devel
f00008ae 67BuildRequires: pciutils-devel
7fc88410 68BuildRequires: pirut
f00008ae 69BuildRequires: popt-static
a5745b3c
ER
70BuildRequires: pump-devel >= 0.8.24-1
71BuildRequires: pump-static >= 0.8.24-1
15a9a330 72BuildRequires: python-booty >= 0.71
f00008ae 73BuildRequires: python-devel
f28f7f38 74BuildRequires: python-kickstart
f00008ae 75BuildRequires: python-libxml2
9a34989e 76BuildRequires: python-rhpl
f00008ae
PZ
77BuildRequires: python-rpm >= 4.2-0.61
78BuildRequires: python-urlgrabber
79BuildRequires: rpm-devel
7c75e836 80BuildRequires: rpm-pythonprov
a47c899d 81BuildRequires: rpmbuild(macros) >= 1.234
a4a383ce 82BuildRequires: sed >= 4.0
f00008ae 83BuildRequires: slang-static
51106aa3 84BuildRequires: yum
f00008ae
PZ
85BuildRequires: zlib-devel
86BuildRequires: zlib-static
fd309822
ER
87Requires: X11-OpenGL-core
88Requires: X11-Xserver
89Requires: X11-fonts
51106aa3 90Requires: device-mapper >= 1.01.05
0c7db9ef 91Requires: dosfstools
de80ef9c 92Requires: e2fsprogs
614a933d 93Requires: glibc-localedb-all
89fe6ec9 94Requires: grubby
0c7db9ef 95Requires: hfsutils
de80ef9c 96Requires: jfsutils
f7144e5a 97Requires: kudzu > 1.2.0
614a933d 98Requires: lvm2
0c7db9ef 99Requires: mdadm
7fc88410 100Requires: pirut
89fe6ec9 101Requires: python-booty >= 0.71-0.2
6a9e6705 102Requires: python-devel-tools
f28f7f38 103Requires: python-kickstart
f00008ae
PZ
104Requires: python-libxml2
105Requires: python-parted
1256be80 106Requires: python-rhpl >= 0.176-1.1
fd309822 107Requires: python-rhpxl >= 0.18-0.6
f00008ae 108Requires: python-rpm >= 4.2-0.61
35bb848d 109Requires: python-snack
89fe6ec9 110Requires: python-urlgrabber >= 2.9.8
de80ef9c 111Requires: reiserfsprogs
22e4506d 112Requires: system-config-keyboard
7fc88410 113#Requires: system-logos
7f7a24ef 114Requires: vnc-utils
de80ef9c 115Requires: xfsprogs
51106aa3
ER
116Requires: yum >= 2.5.1-3
117%ifnarch s390 s390x
118Requires: python-pyblock >= 0.7-1
119%endif
120%ifnarch s390 s390x ppc64
121Requires: python-rhpxl
122%endif
841055be 123BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f00008ae
PZ
124
125%description
841055be
JB
126The anaconda package contains the program which can be used to install
127system. These files are of little use on an already installed system.
128
129%description -l pl
130