diff --git a/ed.spec b/ed.spec index 477cddd..1ee980a 100644 --- a/ed.spec +++ b/ed.spec @@ -1,7 +1,7 @@ Summary: The GNU line editor. Name: ed Version: 0.2 -Release: 24 +Release: 25 License: GPL Group: Applications/Text Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz @@ -28,7 +28,7 @@ won't use it. chmod 755 configure autoconf %configure --exec-prefix=/ -make LDFLAGS=-s +make #LDFLAGS=-s %install %makeinstall bindir=$RPM_BUILD_ROOT/bin \ @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Wed Apr 03 2002 Karsten Hopp +- don't use gcc -s + * Fri Feb 22 2002 Karsten Hopp - bump version