cvsdist d1e5cea
Name: anaconda
cvsdist 891dd12
Version: 10.0.1
cvsdist 4c355fc
Release: 0.20040629182534
cvsdist ffb12c3
License: GPL
cvsdist 891dd12
Summary: Graphical system installer
cvsdist d1e5cea
Group: Applications/System
cvsdist faa664e
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
cvsdist abf6e8d
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.52, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6
cvsdist f5a33cf
%ifarch i386
cvsdist f5a33cf
BuildRequires: dietlibc
cvsdist f5a33cf
%endif
cvsdist 382d7d9
Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.3-7, booty, kudzu
cvsdist abf6e8d
Requires: pyparted
cvsdist eea7345
Requires: anaconda-help, system-logos
cvsdist eea7345
Obsoletes: anaconda-images <= 10
cvsdist e560e92
Url: http://rhlinux.redhat.com/anaconda/
cvsdist d1e5cea
cvsdist 1845caf
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
cvsdist d1e5cea
cvsdist d1e5cea
%description
cvsdist 891dd12
The anaconda package contains the program which was used to install your 
cvsdist 891dd12
system.  These files are of little use on an already installed system.
cvsdist d1e5cea
cvsdist d1e5cea
%package runtime
cvsdist 9368ce9
Summary: Red Hat Linux installer portions needed only for fresh installs.
cvsdist d1e5cea
Group: Applications/System
cvsdist d1e5cea
AutoReqProv: false
cvsdist 891dd12
Requires: libxml2-python
cvsdist d1e5cea
cvsdist d1e5cea
%description runtime
cvsdist 891dd12
The anaconda-runtime package contains parts of the installation system which 
cvsdist 891dd12
are needed for installing new systems.  These files are used to build media 
cvsdist 891dd12
sets, but are not meant for use on already installed systems.
cvsdist d1e5cea
cvsdist d1e5cea
%prep
cvsdist d1e5cea
cvsdist b84f0ed
%setup -q
cvsdist d1e5cea
cvsdist d1e5cea
%build
cvsdist d1e5cea
make depend
cvsdist d1e5cea
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
cvsdist d1e5cea
cvsdist d1e5cea
%install
cvsdist d1e5cea
rm -rf $RPM_BUILD_ROOT
cvsdist d1e5cea
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist d1e5cea
#strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
cvsdist d1e5cea
cvsdist d1e5cea
strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
cvsdist d1e5cea
cvsdist d1e5cea
%clean
cvsdist d1e5cea
rm -rf $RPM_BUILD_ROOT
cvsdist d1e5cea
cvsdist d1e5cea
%files
cvsdist d1e5cea
%defattr(-,root,root)
cvsdist d1e5cea
%doc COPYING
cvsdist b1b44b6
%doc docs/command-line.txt
cvsdist c93650b
%doc docs/install-methods.txt
cvsdist c93650b
%doc docs/kickstart-docs.txt
cvsdist c93650b
%doc docs/kickstart-docs.html
cvsdist 1845caf
%doc docs/mediacheck.txt
cvsdist c93650b
%doc docs/anaconda-release-notes.txt
cvsdist 1845caf
/usr/bin/mini-wm
cvsdist d1e5cea
/usr/sbin/anaconda
cvsdist df58ad7
/usr/share/anaconda
cvsdist d1e5cea
/usr/share/locale/*/*/*
cvsdist df58ad7
/usr/lib/anaconda
cvsdist d1e5cea
cvsdist d1e5cea
%files runtime
cvsdist d1e5cea
%defattr(-,root,root)
cvsdist d1e5cea
/usr/lib/anaconda-runtime
cvsdist d1e5cea
cvsdist e41e693
%triggerun -- anaconda < 8.0-1
cvsdist e41e693
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
cvsdist e41e693
cvsdist d1e5cea
%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
cvsdist d1e5cea
cvsdist d1e5cea
%changelog
cvsdist ca246e0
* %{date} Anaconda team <bugzilla@redhat.com>
cvsdist ca246e0
- built new version from CVS
cvsdist d1e5cea
cvsdist eea7345
* Thu Jun  3 2004 Jeremy Katz <katzj@redhat.com>
cvsdist eea7345
- require system-logos and anaconda-help, obsolete anaconda-images
cvsdist eea7345
cvsdist 891dd12
* Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com>
cvsdist 891dd12
- Update description, remove prereq on stuff that was only needed 
cvsdist 891dd12
  for reconfig mode 
cvsdist 891dd12
cvsdist abf6e8d
* Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com>
cvsdist abf6e8d
- buildrequire libselinux-devel
cvsdist abf6e8d
cvsdist 382d7d9
* Thu Nov  6 2003 Jeremy Katz <katzj@redhat.com>
cvsdist 382d7d9
- require booty (#109272)
cvsdist 382d7d9
cvsdist ffb12c3
* Tue Oct  8 2002 Jeremy Katz <katzj@redhat.com>
cvsdist ffb12c3
- back to mainstream rpm instead of rpm404
cvsdist ffb12c3
cvsdist ffb12c3
* Mon Sep  9 2002 Jeremy Katz <katzj@redhat.com>
cvsdist ffb12c3
- can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always
cvsdist ffb12c3
  exist
cvsdist ffb12c3
cvsdist e560e92
* Wed Aug 21 2002 Jeremy Katz <katzj@redhat.com>
cvsdist e560e92
- added URL
cvsdist e560e92
cvsdist 1845caf
* Thu May 23 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 1845caf
- add require and buildrequire on rhpl
cvsdist 1845caf
cvsdist c93650b
* Tue Apr 02 2002 Michael Fulbright <msf@redhat.com>
cvsdist c93650b
- added some more docs
cvsdist c93650b
cvsdist c93650b
* Fri Feb 22 2002 Jeremy Katz <katzj@redhat.com>
cvsdist c93650b
- buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs 
cvsdist c93650b
  to there now
cvsdist c93650b
cvsdist 1845caf
* Thu Feb 07 2002 Michael Fulbright <msf@redhat.com>
cvsdist 1845caf
- goodbye reconfig
cvsdist 1845caf
cvsdist 1845caf
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 1845caf
- update the BuildRequires a bit
cvsdist 1845caf
cvsdist 1845caf
* Fri Jan  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 1845caf
- ddcprobe is now done from kudzu
cvsdist c93650b
cvsdist df58ad7
* Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com>
cvsdist df58ad7
- own /usr/lib/anaconda and /usr/share/anaconda
cvsdist df58ad7
cvsdist 9368ce9
* Fri Jan 12 2001 Matt Wilson <msw@redhat.com>
cvsdist 9368ce9
- sync text with specspo
cvsdist 9368ce9
cvsdist d1e5cea
* Thu Aug 10 2000 Matt Wilson <msw@redhat.com>
cvsdist d1e5cea
- build on alpha again now that I've fixed the stubs
cvsdist d1e5cea
cvsdist d1e5cea
* Wed Aug  9 2000 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- new build
cvsdist d1e5cea
cvsdist d1e5cea
* Fri Aug  4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist d1e5cea
- allow also subvendorid and subdeviceid in trimpcitable
cvsdist d1e5cea
cvsdist d1e5cea
* Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
cvsdist d1e5cea
- moved init script for reconfig mode to /etc/init.d/reconfig
cvsdist d1e5cea
- move the initscript back to /etc/rc.d/init.d
cvsdist d1e5cea
- Prereq: /etc/init.d
cvsdist d1e5cea
cvsdist d1e5cea
* Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- strip files
cvsdist d1e5cea
- add lang-table to file list
cvsdist d1e5cea
cvsdist d1e5cea
* Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- added requirement for rpm-python
cvsdist d1e5cea
cvsdist d1e5cea
* Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- rename to 'anaconda' instead of 'anaconda-reconfig'
cvsdist d1e5cea
cvsdist d1e5cea
* Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- remove ddcprobe since we don't do X configuration in reconfig now
cvsdist d1e5cea
cvsdist d1e5cea
* Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- first try at packaging reconfiguration tool
cvsdist d1e5cea