Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > b0368c16be6be90923d86fe8ec54aa59 > files > 2

elftoaout-2.2-1mdk.src.rpm

Summary: A utility for converting ELF binaries to a.out binaries.
Name: elftoaout
Version: 2.2
Release: 1mdk
ExclusiveArch: sparc sparc64
Copyright: GPL
Group: System Environment/Kernel
Source: ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/elftoaout/elftoaout-2.2.tgz
BuildRoot: /var/tmp/%{name}-root

%description
The elftoaout utility converts a static ELF binary to a static a.out
binary.  If you're using an ELF system (i.e., Red Hat Linux) on a SPARC,
you'll need to run elftoaout on the kernel image so that the SPARC PROM
can netboot the image.

If you're installing Red Hat Linux on a SPARC, you'll need to install the
elftoaout package.

%prep
%setup -q

%build
make

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/usr/bin
install -m 0755 -s elftoaout $RPM_BUILD_ROOT/usr/bin/elftoaout

mkdir -p $RPM_BUILD_ROOT/usr/man/man1
install -m 0644 elftoaout.1 $RPM_BUILD_ROOT/usr/man/man1/elftoaout.1

bzip2 -9f $RPM_BUILD_ROOT/usr/man/man1/elftoaout.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/bin/elftoaout
/usr/man/man1/elftoaout.1.bz2

%changelog
* Wed Jan 19 2000 Frederic Lepied <flepied@mandrakesoft.com> 2.2-1mdk

- first mandrake version.

* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
- auto rebuild in the new build environment (release 3)

* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
- rebuild for Raw Hide.

* Fri Jul 10 1998 Jeff Johnson <jbj@redhat.com>
- repackage ultrapenguin with build root.