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