diff --git a/ed.spec b/ed.spec index 1ee980a..eb63ee1 100644 --- a/ed.spec +++ b/ed.spec @@ -1,12 +1,13 @@ Summary: The GNU line editor. Name: ed Version: 0.2 -Release: 25 +Release: 27 License: GPL Group: Applications/Text Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz URL: ftp://ftp.gnu.org/pub/gnu/ed/ Patch0: ed-mkstemp.patch +Patch1: ed-0.2-autoconf253.patch Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-root @@ -23,6 +24,7 @@ won't use it. %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .ac %build chmod 755 configure @@ -55,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Mon May 6 2002 Bernhard Rosenkraenzer 0.2-26 +- Fix build with current toolchain + * Wed Apr 03 2002 Karsten Hopp - don't use gcc -s