]> git.pld-linux.org Git - packages/chrpath.git/blobdiff - chrpath.spec
- keepgoing option documented, release 2.
[packages/chrpath.git] / chrpath.spec
index 37219911ec2c392d73c0bfadb87a7b73ad2ef401..f57c672ef0d953699199e3593a8f9b7d57386bc6 100644 (file)
@@ -1,17 +1,21 @@
 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.10
+Version:       0.13
 Release:       2
 License:       GPL
 Group:         Applications/Editors
+#Source0ActiveFtp
 Source0:       ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
-# Source0-md5: a8adacc92f1535913d5c59c6b8c5197c
+# 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
@@ -25,9 +29,13 @@ w kt
 
 %prep
 %setup -q
+%patch0 -p1
+%ifarch %{x8664} ppc64 s390x sparc64
+%patch1 -p1
+%endif
 
 %build
-rm -f missing
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
@@ -49,4 +57,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/*
This page took 0.27525 seconds and 4 git commands to generate.