Summary: Graphical system installer Summary(pl): Graficzny instalator systemu Name: anaconda Version: 10.2.0.52 Release: 0.1 License: GPL Group: Applications/System Source0: %{name}-%{version}.tar.bz2 # Source0-md5: 13169f43223abc68649394b51009c89e Source1: %{name}-mk-images Source2: %{name}-upd-instroot Source3: %{name}-mk-images.i386 Patch0: %{name}-pld.patch URL: http://fedora.redhat.com/projects/anaconda-installer/ BuildRequires: X11-devel BuildRequires: beecrypt-devel BuildRequires: bogl-bterm >= 0:0.1.9-17 BuildRequires: bogl-devel >= 0:0.1.9-17 BuildRequires: bzip2-devel BuildRequires: e2fsprogs-devel BuildRequires: elfutils-devel BuildRequires: gettext-devel >= 0.11 BuildRequires: glibc-static BuildRequires: gtk+2-devel BuildRequires: intltool >= 0.31.2-3 BuildRequires: kudzu-devel >= 1.1 BuildRequires: libselinux-devel >= 1.6 BuildRequires: newt-devel BuildRequires: newt-static BuildRequires: pciutils-devel BuildRequires: popt-static BuildRequires: pump-devel >= 0.8.20 BuildRequires: python-booty BuildRequires: python-devel BuildRequires: python-libxml2 BuildRequires: python-rhpl BuildRequires: python-rpm >= 4.2-0.61 BuildRequires: python-urlgrabber BuildRequires: rpm-devel BuildRequires: slang-static BuildRequires: zlib-devel BuildRequires: zlib-static Requires: anaconda-help Requires: kudzu Requires: parted >= 1.6.3-7 Requires: python-booty Requires: python-libxml2 Requires: python-parted Requires: python-rhpl > 0.63 Requires: python-rpm >= 4.2-0.61 Requires: python-urlgrabber Requires: system-logos BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The anaconda package contains the program which can be used to install system. These files are of little use on an already installed system. %description -l pl Pakiet anaconda zawiera program, którego można użyć do zainstalowania systemu. Pliki te mają niewiele zastosowań na już zainstalowanym systemie. %package runtime Summary: Graphical system installer portions needed only for fresh installs Summary(pl): Elementy graficznego instalatora systemu potrzebne tylko przy nowych instalacjach Group: Applications/System AutoReqProv: false Requires: python Requires: python-libxml2 Requires: python-rpm >= 4.2-0.61 %description runtime The anaconda-runtime package contains parts of the installation system which are needed for installing new systems. These files are used to build media sets, but are not meant for use on already installed systems. %description runtime -l pl Pakiet anaconda-runtime zawiera elementy instalatora potrzebne tylko do instalowania nowych systemów. Pliki te służą do tworzenia zestawu nośników, nie są przewidziane do używania na już zainstalowanych systemach. %prep %setup -q %patch0 -p1 rm -f po/no.po mv -f po/{eu_ES,eu}.po mv -f po/{sr,sr@Latn}.po %build mv Makefile Makefile.old sed 's/$(PYTHON) scripts/python scripts/' Makefile.old > Makefile rm Makefile.old cp %{SOURCE1} scripts/mk-images cp %{SOURCE2} scripts/upd-instroot cp %{SOURCE3} scripts/mk-images.i386 %{__make} depend %{__make} \ RPM_OPT_FLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc docs/command-line.txt %doc docs/install-methods.txt %doc docs/kickstart-docs.txt %doc docs/mediacheck.txt %doc docs/anaconda-release-notes.txt %attr(755,root,root) %{_bindir}/mini-wm %attr(755,root,root) %{_sbindir}/anaconda %{_datadir}/anaconda %{_libdir}/anaconda %files runtime %defattr(-,root,root,755) %{_libdir}/anaconda-runtime %changelog * %{date} PLD Team All persons listed below can be reached at @pld-linux.org $Log: anaconda.spec,v $ Revision 1.4 2005-04-29 16:38:04 qboosh - locales cleanup Revision 1.3 2005/04/29 16:22:41 qboosh - pl, some cleanups Revision 1.2 2005/04/28 22:45:31 patrys - moved from DEVEL Revision 1.1.2.7 2005/04/23 23:35:46 patrys - fixed deps Revision 1.1.2.6 2005/04/23 22:51:30 patrys - fixed deps Revision 1.1.2.5 2005/04/23 21:35:57 patrys - fixed deps Revision 1.1.2.4 2005/04/23 18:14:22 patrys - working version codenamed "hangover" Revision 1.1.2.3 2005/04/23 17:59:29 patrys - more fixes, builds now Revision 1.1.2.2 2005/04/23 17:20:19 patrys - add static requirements for glibc and zlib Revision 1.1.2.1 2005/04/23 16:49:50 patrys - Initial PLD release - missing deps - something wrong with glibc dependency (ld is unable to find -lresolv)