Sophie

Sophie

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

sparc32-1.1-2mdk.src.rpm

Summary: A SPARC32 compilation environment.
Name: sparc32
Version: 1.1
Release: 2mdk
Copyright: GPL
Group: System Environment/Kernel
Source: sparc32-1.1.tgz
ExclusiveOS: Linux
ExclusiveArch: sparc sparc64
BuildRoot: /var/tmp/%{name}-root

%description
Sparc32 is a simple utility for compiling SPARC32 packages on SPARC64
machines. Sparc32 creates an environment for the specified program
(shell) and all child processes. In the created environment, uname -m
returns sparc, so one can create 32 bit SPARC programs.

Install sparc32 if you need to compile SPARC32 packages on a SPARC64.

%prep
%setup -q

%build
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/usr/man/man8
make install PREFIX=$RPM_BUILD_ROOT
strip $RPM_BUILD_ROOT/usr/bin/*
bzip2 -9f $RPM_BUILD_ROOT/usr/man/man*/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/bin/*
/usr/man/man8/*

%changelog
* Mon Jan 17 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.1-2mdk

- added a %defattr.

* Wed Jan 12 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.1-1mdk

- mandrake adaptation.

* Fri Sep 24 1999 Jakub Jelinek <jakub@redhat.com>
- add sparc64 command

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

* Thu Nov  5 1998 Jeff Johnson <jbj@redhat.com>
- import from ultrapenguin 1.1.

* Thu Oct 29 1998 Jakub Jelinek <jj@ultra.linux.cz>
- new package