diff --git a/.cvsignore b/.cvsignore index e69de29..67b936f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ed-0.2.tar.gz diff --git a/ed.spec b/ed.spec new file mode 100644 index 0000000..c6f24bd --- /dev/null +++ b/ed.spec @@ -0,0 +1,93 @@ +Summary: The GNU line editor. +Name: ed +Version: 0.2 +Release: 17 +Copyright: GPL +Group: Applications/Text +Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz +Prereq: /sbin/install-info +Buildroot: %{_tmppath}/%{name}-root + +%description +Ed is a line-oriented text editor, used to create, display, and modify +text files (both interactively and via shell scripts). For most +purposes, ed has been replaced in normal usage by full-screen editors +(emacs and vi, for example). + +Ed was the original UNIX editor, and may be used by some programs. In +general, however, you probably don't need to install it and you probably +won't use it. + +%prep +%setup -q + +%build +chmod 755 configure +autoconf +%configure --exec-prefix=/ +make LDFLAGS=-s + +%install +%makeinstall bindir=$RPM_BUILD_ROOT/bin \ + mandir=$RPM_BUILD_ROOT%{_mandir}/man1 + +gzip -9qnf $RPM_BUILD_ROOT%{_infodir}/* + +%post +/sbin/install-info %{_infodir}/ed.info.gz %{_infodir}/dir --entry="* ed: (ed). The GNU Line Editor." + +%preun +if [ $1 = 0 ] ; then + /sbin/install-info --delete %{_infodir}/ed.info.gz %{_infodir}/dir --entry="* ed: (ed). The GNU Line Editor." +fi + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc NEWS POSIX README THANKS +/bin/* +%{_infodir}/ed.info.gz +%{_mandir}/*/* + +%changelog +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sun Jun 18 2000 Than Ngo +- fix typo + +* Sat Jun 17 2000 Than Ngo +- add %%defattr +- clean up specfile + +* Sat May 20 2000 Ngo Than +- rebuild for 7.0 +- put man pages and infos in right place + +* Thu Feb 03 2000 Preston Brown +- rebuild to gzip man pages. + +* Tue Mar 23 1999 Jeff Johnson +- fix %post syntax error (#1689). + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 11) + +* Wed Feb 24 1999 Preston Brown +- Injected new description and group. + +* Fri Dec 18 1998 Preston Brown +- bumped spec number for initial rh 6.0 build + +* Mon Apr 27 1998 Prospector System +- translations modified for de, fr, tr + +* Fri Oct 17 1997 Donnie Barnes +- added install-info support +- added BuildRoot +- correct URL in Source line + +* Mon Jun 02 1997 Erik Troan +- built against glibc diff --git a/sources b/sources index e69de29..5930dd0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ddd57463774cae9b50e70cd51221281b ed-0.2.tar.gz