2004-09-09 02:59:51 +00:00
|
|
|
ExclusiveArch: i386 ia64 alpha
|
2004-09-09 02:57:13 +00:00
|
|
|
Name: anaconda
|
2004-09-09 02:59:51 +00:00
|
|
|
Version: 7.1.94
|
|
|
|
Release: 0.200108211832
|
2004-09-09 02:57:13 +00:00
|
|
|
Copyright: GPL
|
2004-09-09 02:58:14 +00:00
|
|
|
Summary: The Red Hat Linux installation program.
|
2004-09-09 02:57:13 +00:00
|
|
|
Group: Applications/System
|
2004-09-09 02:58:18 +00:00
|
|
|
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
|
2004-09-09 02:57:13 +00:00
|
|
|
Obsoletes: anaconda-reconfig
|
2004-09-09 02:59:51 +00:00
|
|
|
BuildPreReq: pump-devel, kudzu-devel, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel db3-devel gtk+-devel gnome-libs-devel rpm-python, newt-devel, rpm-devel
|
2004-09-09 02:57:13 +00:00
|
|
|
Prereq: chkconfig /etc/init.d
|
|
|
|
Requires: rpm-python
|
2004-09-09 02:58:14 +00:00
|
|
|
Excludearch: sparc sparc64
|
2004-09-09 02:57:13 +00:00
|
|
|
|
|
|
|
BuildRoot: /var/tmp/anaconda-%{PACKAGE_VERSION}
|
|
|
|
|
|
|
|
%description
|
2004-09-09 02:58:14 +00:00
|
|
|
The anaconda package contains portions of the Red Hat Linux
|
|
|
|
installation program which can then be run by the user for
|
|
|
|
reconfiguration and advanced installation options.
|
2004-09-09 02:57:13 +00:00
|
|
|
|
|
|
|
%package runtime
|
2004-09-09 02:58:14 +00:00
|
|
|
Summary: Red Hat Linux installer portions needed only for fresh installs.
|
2004-09-09 02:57:13 +00:00
|
|
|
Group: Applications/System
|
|
|
|
AutoReqProv: false
|
|
|
|
|
|
|
|
%description runtime
|
2004-09-09 02:58:14 +00:00
|
|
|
The anaconda-runtime package contains parts of the Red Hat Linux
|
|
|
|
installer which are needed for installing new systems. These files are
|
|
|
|
used to build Red Hat Linux media sets, but are not meant for use on
|
2004-09-09 02:57:13 +00:00
|
|
|
already installed systems.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
2004-09-09 02:59:04 +00:00
|
|
|
%setup -q
|
2004-09-09 02:57:13 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
make depend
|
|
|
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
#strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
|
|
|
|
|
|
|
|
strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
chkconfig --add reconfig
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
chkconfig --del reconfig
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING
|
|
|
|
/usr/sbin/anaconda
|
2004-09-09 02:59:51 +00:00
|
|
|
/usr/share/anaconda
|
2004-09-09 02:57:13 +00:00
|
|
|
/usr/share/locale/*/*/*
|
2004-09-09 02:59:51 +00:00
|
|
|
/usr/lib/anaconda
|
2004-09-09 02:57:13 +00:00
|
|
|
%ifarch i386
|
|
|
|
/usr/sbin/ddcprobe
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%config /etc/rc.d/init.d/reconfig
|
|
|
|
|
|
|
|
%files runtime
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/lib/anaconda-runtime
|
|
|
|
|
|
|
|
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 02:59:51 +00:00
|
|
|
* %{date} Anaconda team <bugzilla@redhat.com>
|
2004-09-09 02:57:13 +00:00
|
|
|
- built new version from CVS
|
|
|
|
|
2004-09-09 02:59:51 +00:00
|
|
|
* Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- own /usr/lib/anaconda and /usr/share/anaconda
|
|
|
|
|
2004-09-09 02:58:14 +00:00
|
|
|
* Fri Jan 12 2001 Matt Wilson <msw@redhat.com>
|
|
|
|
- sync text with specspo
|
|
|
|
|
2004-09-09 02:57:13 +00:00
|
|
|
* Thu Aug 10 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- build on alpha again now that I've fixed the stubs
|
|
|
|
|
|
|
|
* Wed Aug 9 2000 Michael Fulbright <drmike@redhat.com>
|
|
|
|
- new build
|
|
|
|
|
|
|
|
* Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
|
|
|
- allow also subvendorid and subdeviceid in trimpcitable
|
|
|
|
|
|
|
|
* Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- moved init script for reconfig mode to /etc/init.d/reconfig
|
|
|
|
- move the initscript back to /etc/rc.d/init.d
|
|
|
|
- Prereq: /etc/init.d
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com>
|
|
|
|
- strip files
|
|
|
|
- add lang-table to file list
|
|
|
|
|
|
|
|
* Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com>
|
|
|
|
- added requirement for rpm-python
|
|
|
|
|
|
|
|
* Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
- rename to 'anaconda' instead of 'anaconda-reconfig'
|
|
|
|
|
|
|
|
* Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
- remove ddcprobe since we don't do X configuration in reconfig now
|
|
|
|
|
|
|
|
* Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
- first try at packaging reconfiguration tool
|
|
|
|
|