Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 3852ef93217a15c4da3f7026bd205596 > files > 2

statifier-1.6.7-1mdk.src.rpm

%define version 1.6.7
%define release 1mdk

Name:		statifier
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other
Summary:	Convert elf dynamic linked exe to "pseudo-static"
Source:		http://prdownloads.sourceforge.net/statifier/%{name}-%{version}.tar.bz2
Url:		http://%{name}.sourceforge.net	
ExclusiveArch:	%ix86 alpha x86_64
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires:  glibc-static-devel
Requires:	gdb

%description
Statifier create from dynamically linked ELF executable
and all it's libraries (and all LD_PRELOAD libraries if any)
one file. This file can be copied and run on another machine
without need to drag all it's libraries.

%prep
%setup -q

%build
make all

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
chmod -R u+w %buildroot

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog INSTALL LICENSE NEWS README TODO
%attr(755,root,root)	%{_bindir}/statifier
%dir %{_prefix}/lib/statifier
%attr(755,root,root)	%{_prefix}/lib/statifier/*
%{_mandir}/man1/statifier.1*

%changelog
* Tue Aug 30 2005 Götz Waschk <waschk@mandriva.org> 1.6.7-1mdk
- New release 1.6.7

* Mon May  9 2005 Götz Waschk <waschk@mandriva.org> 1.6.6-1mdk
- fix for x86_64
- New release 1.6.6

* Thu Apr 07 2005 Götz Waschk <waschk@linux-mandrake.com> 1.6.5-1mdk
- New release 1.6.5

* Tue Mar 15 2005 Götz Waschk <waschk@linux-mandrake.com> 1.6.4-1mdk
- New release 1.6.4

* Thu Feb 17 2005 Götz Waschk <waschk@linux-mandrake.com> 1.6.3-1mdk
- New release 1.6.3

* Tue Jan 25 2005 Goetz Waschk <waschk@linux-mandrake.com> 1.6.2-1mdk
- New release 1.6.2

* Fri Oct 15 2004 Götz Waschk <waschk@linux-mandrake.com> 1.6.1-2mdk
- fix buildrequires

* Thu Oct 14 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.6.1-1mdk
- New release 1.6.1

* Wed Sep  1 2004 Götz Waschk <waschk@linux-mandrake.com> 1.6.0-1mdk
- it also supports alpha and x86_64
- fix installation
- disable parallel build
- fix download URL
- New release 1.6.0

* Sun Apr 18 2004 Stefan van der Eijk <stefan@eijk.nu> 1.1.1-1mdk
- initial MDK package

* Wed Apr  7 2004 <valery_reznic@users.sourceforge.net> 1.1.1-1
- reworked tsl detection. added tls_test program
- add readlink program
- add dl-var
- set some loader variables as they should be
- fixed segfault in statified exe, which use dlsym function and dlsym
  can't find symbol. (May by it fix other segfaults too)

* Mon Mar 30 2004 <valery_reznic@users.sourceforge.net> 1.1.1-1
- fixed bug in the statifier.sh - added path to the set_thread_area_addr
- set_thread_area_addr program if it somehow miss syscall 
  'set_thread_area' exit with status 1, instead of status of
  inspected program.
- set_thread_area_addr.c - added function safe_fd - in case
  i miss 'set_thread_area' syscall

* Wed Mar 24 2004 <valery_reznic@users.sourceforge.net> 1.1.0-1
- a lot of change in order to support TLS (thread local storage)

* Mon Mar 16 2004 <valery_reznic@users.sourceforge.net> 1.1.0-1
- Fixed bug with Interpreter detection for (at least) LANG=es_ES@euro

* Mon Mar 15 2004 <valery_reznic@users.sourceforge.net> 1.0.0-1
- First public release