]> git.pld-linux.org Git - packages/chrpath.git/commitdiff
- biarch experimental patch. testing...
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 27 Feb 2006 16:32:56 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chrpath.spec -> 1.17

chrpath.spec

index 34c137e1051096e843cb28b93a536b09c7d11de9..bcefdd4744fa97b2af39f70be0000bc531cf1240 100644 (file)
@@ -1,16 +1,17 @@
-# TODO: biarch support (work on ELF32 binaries too in 64-bit version)
 Summary:       chrpath - change the rpath or runpath in binaries
 Summary(pl):   chrpath - narzêdzie do zmiany rpath lub runpath w binariach
 Name:          chrpath
 Version:       0.13
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         Applications/Editors
 #Source0ActiveFtp
 Source0:       ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
 # Source0-md5: b73072a8fbba277558c50364b65bb407
+Patch0:                %{name}-multilib.patch
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                no_install_post_chrpath 1
@@ -27,8 +28,10 @@ w kt
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
@@ -50,4 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/libchrpath*.so.*.*.*
 %{_mandir}/man1/*
This page took 0.132469 seconds and 4 git commands to generate.