X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=chrpath.spec;h=58c27167fcb594b96507e46154c74669d38b4cb5;hb=cb5986d8ee25e3273e174ca85034ef073e085b66;hp=9658c03c4290f839ffad40be7439dafaaf0a17d1;hpb=45e032c9c66f8145ed16a3b6890f5c84a18f451f;p=packages%2Fchrpath.git diff --git a/chrpath.spec b/chrpath.spec index 9658c03..58c2716 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,40 +1,47 @@ Summary: chrpath - change the rpath or runpath in binaries -Summary(pl): chrpath - narzêdzie do zmiany rpath lub runpath w binariach +Summary(pl.UTF-8): chrpath - narzędzie do zmiany rpath lub runpath w binariach Name: chrpath -Version: 0.10 +Version: 0.13 Release: 3 License: GPL Group: Applications/Editors +#Source0ActiveFtp Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz -# Source0-md5: a8adacc92f1535913d5c59c6b8c5197c -Patch0: %{name}-elf64.patch +# Source0-md5: b73072a8fbba277558c50364b65bb407 +Patch0: %{name}-keepgoing.patch +Patch1: %{name}-multilib.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define no_install_post_chrpath 1 +%define no_install_post_chrpath 1 %description chrpath changes, lists or removes the rpath or runpath setting in a binary. The rpath, or runpath if it is present, is where the runtime linker should look for the libraries needed for a program. -%description -l pl +%description -l pl.UTF-8 chrpath zmienia, pokazuje lub usuwa ustawienia rpath lub runpath w -binariach. rpath lub runpath, je¶li jest ustawione, pokazuje miejsce, -w którym linker powinien szukaæ bibliotek wymaganych przez program. +binariach. rpath lub runpath, jeśli jest ustawione, pokazuje miejsce, +w którym linker powinien szukać bibliotek wymaganych przez program. %prep %setup -q %patch0 -p1 +%ifarch %{x8664} ppc64 s390x sparc64 +%patch1 -p1 +%endif %build -rm -f missing +%{__libtoolize} %{__aclocal} %{__autoheader} %{__autoconf} %{__automake} -%configure +%configure \ + --disable-static %{__make} %install @@ -51,4 +58,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* +%ifarch %{x8664} ppc64 s390x sparc64 +%attr(755,root,root) %{_libdir}/libchrpath*.so +%endif %{_mandir}/man1/*