Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 59ddf7f6f692b03ce0e5a97dafe9ca4f > files > 1

binutils-isem-2.15.90.0.3-4mdk.src.rpm

%define name	binutils-isem
%define version	2.15.90.0.3
%define release	4mdk

Summary:	GNU Binary Utility Development Utilities for tkisem
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other
Buildroot:	%{_tmppath}/%{name}-%{version}-root
Requires:	cross-sun4-binutils = %{version} 
BuildRequires:	cross-sun4-binutils = %{version} 

%description
This package simply provides symlinks from %{_bindir}/sun4-linux-as and 
%{_bindir}/sun4-linux-ld to isem_as and isem_ld, respectively. These 
symlinks are needed for the tkisem package.

%prep
%setup -q -c -T

%build

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__ln_s %{_bindir}/sun4-linux-as %{buildroot}%{_bindir}/isem_as
%__ln_s %{_bindir}/sun4-linux-ld %{buildroot}%{_bindir}/isem_ld

%__cat >> README.isem << EOF
This package simply provides symlinks from %{_bindir}/sun4-linux-as and 
%{_bindir}/sun4-linux-ld to isem_as and isem_ld, respectively. These 
symlinks are needed for the tkisem package.
EOF

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.isem
%{_bindir}/isem_as
%{_bindir}/isem_ld

%changelog
* Sun Oct 24 2004 David Walluck <walluck@mandrake.org> 2.15.90.0.3-4mdk
- clean README.isem

* Sun Oct 24 2004 David Walluck <walluck@mandrake.org> 2.15.90.0.3-3mdk
- fix symlinks
- add BuildRequires

* Sun Oct 24 2004 David Walluck <walluck@mandrake.org> 2.15.90.0.3-2mdk
- release