Summary: Ed - Text Editor Name: ed Version: 0.9 Release: 1 License: GPL Group: System/Base Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-buildroot %description Ed it a lined based text editor. %prep %setup -q %build ./configure --prefix=/usr --exec-prefix="" make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %ifarch%{ix86} rm -vf $RPM_BUILD_ROOT/usr/share/info/dir %endif %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /bin/ed /bin/red /usr/share/info/ed.info