auto-import anaconda-7.2-7.5 from anaconda-7.2-7.5.src.rpm
This commit is contained in:
parent
68d32dc124
commit
9e5b0284c7
@ -1 +1,2 @@
|
||||
anaconda-7.2.tar.bz2
|
||||
anaconda-ppc-base.tar.gz
|
||||
|
@ -1,11 +1,13 @@
|
||||
ExclusiveArch: i386 ia64 alpha
|
||||
ExclusiveArch: i386 ia64 alpha ppc
|
||||
Name: anaconda
|
||||
Version: 7.2
|
||||
Release: 7
|
||||
Release: 7.5
|
||||
Copyright: GPL
|
||||
Summary: The Red Hat Linux installation program.
|
||||
Group: Applications/System
|
||||
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
|
||||
Source1: anaconda-ppc-base.tar.gz
|
||||
Patch0: anaconda-ppc-base.patch
|
||||
Obsoletes: anaconda-reconfig
|
||||
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, gettext
|
||||
Prereq: chkconfig /etc/init.d
|
||||
@ -32,7 +34,10 @@ already installed systems.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%setup -q -a 1
|
||||
%ifarch ppc
|
||||
%patch0 -p1 -b .powerpc
|
||||
%endif
|
||||
|
||||
%build
|
||||
make depend
|
||||
|
Loading…
Reference in New Issue
Block a user