diff --git a/ed.spec b/ed.spec index ff2d240..83b425d 100644 --- a/ed.spec +++ b/ed.spec @@ -1,15 +1,17 @@ Summary: The GNU line editor. Name: ed Version: 0.2 -Release: 28 +Release: 31 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 +Patch2: ed-0.2-regex.patch Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-root +BuildRequires: autoconf %description Ed is a line-oriented text editor, used to create, display, and modify @@ -25,12 +27,14 @@ won't use it. %setup -q %patch0 -p1 %patch1 -p1 -b .ac +%patch2 -p1 -b .regex +rm -f stamp-h.in %build chmod 755 configure autoconf %configure --exec-prefix=/ -make #LDFLAGS=-s +make %{?_smp_mflags} %install %makeinstall bindir=$RPM_BUILD_ROOT/bin \ @@ -57,6 +61,15 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Tue Dec 17 2002 Karsten Hopp č +- remove regex, use glibc's regex (#79132) + +* Thu Dec 12 2002 Tim Powers 0.2-29 +- rebuild on all arches + * Fri Jun 21 2002 Tim Powers - automated rebuild