- don't trim exported libraries (#182997)

epel10
jorton 19 years ago
parent 926aec9caf
commit d395c64bbe

@ -39,12 +39,6 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%makeinstall %makeinstall
# Trim exports.
sed -i "s/dependency_libs='.*'/dependency_libs=''/g" \
$RPM_BUILD_ROOT%{_libdir}/libneon.la
sed -i 's/LIBS=".*"/LIBS="-lneon"/' \
$RPM_BUILD_ROOT%{_bindir}/neon-config
# test suite uses port 7777 # test suite uses port 7777
%ifnarch ppc s390 %ifnarch ppc s390
%check %check
@ -74,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Mon Feb 27 2006 Joe Orton <jorton@redhat.com> 0.25.5-1.2
- don't trim exported libraries (#182997)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-1.2 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-1.2
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)

Loading…
Cancel
Save