SPECS: chrpath.spec - biarch experimental patch. testing...
pluto
pluto at pld-linux.org
Mon Feb 27 17:33:02 CET 2006
Author: pluto Date: Mon Feb 27 16:33:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- biarch experimental patch. testing...
---- Files affected:
SPECS:
chrpath.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/chrpath.spec
diff -u SPECS/chrpath.spec:1.16 SPECS/chrpath.spec:1.17
--- SPECS/chrpath.spec:1.16 Thu Mar 17 23:37:48 2005
+++ SPECS/chrpath.spec Mon Feb 27 17:32:56 2006
@@ -1,17 +1,18 @@
# $Revision$, $Date$
-# 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
@@ -28,8 +29,10 @@
%prep
%setup -q
+%patch0 -p1
%build
+%{__libtoolize}
%{__aclocal}
%{__autoheader}
%{__autoconf}
@@ -51,6 +54,7 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/libchrpath*.so.*.*.*
%{_mandir}/man1/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -59,6 +63,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/02/27 16:32:56 pluto
+- biarch experimental patch. testing...
+
Revision 1.16 2005/03/17 22:37:48 qboosh
- it needs biarch support
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/chrpath.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list