From eba99d1740b0495aa42d5022fb1fba7a6151bf94 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 29 Jun 2010 20:30:08 +0000 Subject: [PATCH] - Remove usage of chrpath, should no longer be needed --- pango.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pango.spec b/pango.spec index 8f6a40d..514cfe5 100644 --- a/pango.spec +++ b/pango.spec @@ -9,7 +9,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.28.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/pango @@ -115,7 +115,6 @@ fi # Remove files that should not be packaged rm $RPM_BUILD_ROOT%{_libdir}/*.la rm $RPM_BUILD_ROOT%{_libdir}/pango/*/modules/*.la -(cd $RPM_BUILD_ROOT; find | while read f; do if file $f | grep -q ': ELF .*executable,'; then chrpath --delete $f; fi; done) PANGOXFT_SO=$RPM_BUILD_ROOT%{_libdir}/libpangoxft-1.0.so if ! test -e $PANGOXFT_SO; then @@ -239,7 +238,10 @@ fi %changelog -* Tue Jun 29 2010 Colin Walters - 1.28.1-2 +* Tue Jun 29 2010 Colin Walters - 1.28.1-3 +- Remove usage of chrpath, should no longer be needed + +* Tue Jun 29 2010 Colin Walters - 1.28.1-2 - Support builds from snapshots * Tue Jun 15 2010 Matthias Clasen - 1.28.1-1