]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda.spec
- moved from DEVEL
[packages/anaconda.git] / anaconda.spec
1 Summary:        Graphical system installer
2 Name:           anaconda
3 Version:        10.2.0.52
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/System
7 Source0:        %{name}-%{version}.tar.bz2
8 # Source0-md5:  13169f43223abc68649394b51009c89e
9 Source1:        %{name}-mk-images
10 Source2:        %{name}-upd-instroot
11 Source3:        %{name}-mk-images.i386
12 Patch0:         %{name}-pld.patch
13 URL:            http://fedora.redhat.com/projects/anaconda-installer/
14 BuildRequires:  X11-devel
15 BuildRequires:  beecrypt-devel
16 BuildRequires:  bogl-bterm >= 0:0.1.9-17
17 BuildRequires:  bogl-devel >= 0:0.1.9-17
18 BuildRequires:  bzip2-devel
19 BuildRequires:  e2fsprogs-devel
20 BuildRequires:  elfutils-devel
21 BuildRequires:  gettext >= 0.11
22 BuildRequires:  glibc-static
23 BuildRequires:  gtk+2-devel
24 BuildRequires:  intltool >= 0.31.2-3
25 BuildRequires:  kudzu-devel >= 1.1
26 BuildRequires:  libselinux-devel >= 1.6
27 BuildRequires:  newt-devel
28 BuildRequires:  newt-static
29 BuildRequires:  pciutils-devel
30 BuildRequires:  popt-static
31 BuildRequires:  pump-devel >= 0.8.20
32 BuildRequires:  python-booty
33 BuildRequires:  python-devel
34 BuildRequires:  python-libxml2
35 BuildRequires:  python-rhpl
36 BuildRequires:  python-rpm >= 4.2-0.61
37 BuildRequires:  python-urlgrabber
38 BuildRequires:  rpm-devel
39 BuildRequires:  slang-static
40 BuildRequires:  zlib-devel
41 BuildRequires:  zlib-static
42 Requires:       anaconda-help
43 Requires:       kudzu
44 Requires:       parted >= 1.6.3-7
45 Requires:       python-booty
46 Requires:       python-libxml2
47 Requires:       python-parted
48 Requires:       python-rhpl > 0.63
49 Requires:       python-rpm >= 4.2-0.61
50 Requires:       python-urlgrabber
51 Requires:       system-logos
52 BuildRoot: %{tmpdir}/%{name}-%{version}
53
54 %description
55 The anaconda package contains the program which was used to install your 
56 system.  These files are of little use on an already installed system.
57
58 %package runtime
59 Summary:        Graphical system installer portions needed only for fresh installs.
60 Group:          Applications/System
61 AutoReqProv:    false
62 Requires:       python-libxml2
63 Requires:       python
64 Requires:       python-rpm >= 4.2-0.61
65
66 %description runtime
67 The anaconda-runtime package contains parts of the installation system which 
68 are needed for installing new systems.  These files are used to build media 
69 sets, but are not meant for use on already installed systems.
70
71 %prep
72
73 %setup -q
74 %patch0 -p1
75
76 %build
77 mv Makefile Makefile.old
78 sed 's/$(PYTHON) scripts/python scripts/' Makefile.old > Makefile
79 rm Makefile.old
80 cp %{SOURCE1} scripts/mk-images
81 cp %{SOURCE2} scripts/upd-instroot
82 cp %{SOURCE3} scripts/mk-images.i386
83 make depend
84 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
85
86 %install
87 rm -rf $RPM_BUILD_ROOT
88 make DESTDIR=$RPM_BUILD_ROOT install
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %files
94 %defattr(644,root,root,755)
95 %doc COPYING
96 %doc docs/command-line.txt
97 %doc docs/install-methods.txt
98 %doc docs/kickstart-docs.txt
99 %doc docs/mediacheck.txt
100 %doc docs/anaconda-release-notes.txt
101 %attr(755,root,root) %{_bindir}/mini-wm
102 %attr(755,root,root) %{_sbindir}/anaconda
103 %{_datadir}/anaconda
104 %attr(644,root,root) %{_datadir}/locale/*/*/*
105 %{_libdir}/anaconda
106
107 %files runtime
108 %defattr(-,root,root,755)
109 %{_libdir}/anaconda-runtime
110
111 %changelog
112 * %{date} PLD Team <feedback@pld-linux.org>
113 All persons listed below can be reached at <cvs_login>@pld-linux.org
114
115 $Log: anaconda.spec,v $
116 Revision 1.2  2005-04-28 22:45:31  patrys
117 - moved from DEVEL
118
119 Revision 1.1.2.7  2005/04/23 23:35:46  patrys
120 - fixed deps
121
122 Revision 1.1.2.6  2005/04/23 22:51:30  patrys
123 - fixed deps
124
125 Revision 1.1.2.5  2005/04/23 21:35:57  patrys
126 - fixed deps
127
128 Revision 1.1.2.4  2005/04/23 18:14:22  patrys
129 - working version codenamed "hangover"
130
131 Revision 1.1.2.3  2005/04/23 17:59:29  patrys
132 - more fixes, builds now
133
134 Revision 1.1.2.2  2005/04/23 17:20:19  patrys
135 - add static requirements for glibc and zlib
136
137 Revision 1.1.2.1  2005/04/23 16:49:50  patrys
138 - Initial PLD release
139 - missing deps
140 - something wrong with glibc dependency (ld is unable to find -lresolv)
This page took 0.109367 seconds and 4 git commands to generate.