diff --git a/lynx.spec b/lynx.spec index 0bc8cdd..dc8493f 100644 --- a/lynx.spec +++ b/lynx.spec @@ -3,7 +3,7 @@ Summary: A text-based Web browser Name: lynx Version: 2.8.9 -Release: 0.10.dev%{devrel}%{?dist} +Release: 0.11.dev%{devrel}%{?dist} License: GPLv2 Group: Applications/Internet Source: http://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2 @@ -66,6 +66,7 @@ perl -pi -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html %build %configure --libdir=/etc \ --disable-font-switch \ + --disable-rpath-hack \ --enable-addrlist-page \ --enable-charset-choice \ --enable-cgi-links \ @@ -123,6 +124,9 @@ EOF %config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg %changelog +* Sat Feb 06 2016 Kamil Dudka - 2.8.9-0.11.dev6 +- avoid using rpath for the lynx executable + * Thu Feb 04 2016 Fedora Release Engineering - 2.8.9-0.10.dev6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild