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