From 323c4dadf3e995a98a3fa26b6ccc5e927e08a7fd Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:13:45 +0000 Subject: [PATCH] auto-import changelog data from less-358-21.src.rpm Tue Sep 04 2001 Karsten Hopp - recompile with large file support (#52945) --- less.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/less.spec b/less.spec index d3d95e3..8b9e365 100644 --- a/less.spec +++ b/less.spec @@ -1,7 +1,7 @@ Summary: A text file browser similar to more, but better. Name: less Version: 358 -Release: 20 +Release: 21 License: GPL Group: Applications/Text Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz @@ -40,7 +40,7 @@ files, and you'll use it frequently. %build %configure -make CC="gcc $RPM_OPT_FLAGS" datadir=%{_docdir} +make CC="gcc $RPM_OPT_FLAGS -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" datadir=%{_docdir} %install rm -rf $RPM_BUILD_ROOT @@ -61,6 +61,9 @@ install -c -m 755 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 04 2001 Karsten Hopp +- recompile with large file support (#52945) + * Tue Jul 24 2001 Karsten Hopp - fix #49506 (BuildRequires)