- Remove usage of chrpath, should no longer be needed

This commit is contained in:
Colin Walters 2010-06-29 20:30:08 +00:00
parent fa5f610912
commit eba99d1740

View File

@ -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 <walters@pocket> - 1.28.1-2
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 1.28.1-3
- Remove usage of chrpath, should no longer be needed
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 1.28.1-2
- Support builds from snapshots
* Tue Jun 15 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.1-1