From bcd07593a1e8f22a06e1ce8b0bcd634be2778e51 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:32:38 +0000 Subject: [PATCH] auto-import changelog data from elinks-0.9.1-3.src.rpm Wed Jun 02 2004 Tim Waugh 0.9.1-3 - Build with LFS support (bug #125064). --- elinks.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elinks.spec b/elinks.spec index 889bf44..04a9c01 100644 --- a/elinks.spec +++ b/elinks.spec @@ -2,7 +2,7 @@ Name: elinks Summary: text mode www browser with support for frames Version: 0.9.1 -%define rel 2 +%define rel 3 Release: %{rel}%{rescue} Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2 Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2 @@ -48,6 +48,7 @@ automake -a autoconf %build +export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)" %configure %{?rescue:--without-gpm} --without-x %if "%{rescue}" != "" perl -pi -e "s,-O2,-O2 -Os,g" Make* */Make* @@ -75,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/* %changelog +* Wed Jun 2 2004 Tim Waugh 0.9.1-3 +- Build with LFS support (bug #125064). + * Fri May 28 2004 Tim Waugh 0.9.1-2 - Use UTF-8 by default (bug #76445).