876667
Summary: The GNU line editor
876667
Name: ed
876667
Version: 1.9
876667
Release: 4%{?dist}
876667
License: GPLv3+, GFDL
876667
Group:  Applications/Text
876667
Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.gz
876667
URL:    http://www.gnu.org/software/ed/
876667
Requires(post): /sbin/install-info
876667
Requires(preun): /sbin/install-info
876667
876667
%description
876667
Ed is a line-oriented text editor, used to create, display, and modify
876667
text files (both interactively and via shell scripts).  For most
876667
purposes, ed has been replaced in normal usage by full-screen editors
876667
(emacs and vi, for example).
876667
876667
Ed was the original UNIX editor, and may be used by some programs.  In
876667
general, however, you probably don't need to install it and you probably
876667
won't use it.
876667
876667
%prep
876667
%setup -q
876667
rm -f stamp-h.in
876667
876667
%build
876667
%configure --exec-prefix=/
876667
make %{?_smp_mflags} CFLAGS="%{optflags}" 
876667
876667
%install
876667
rm -rf %{buildroot}
876667
mkdir -p %{buildroot}/%{_mandir}/man1
876667
make install DESTDIR=%{buildroot} \
876667
    bindir=/bin mandir=%{_mandir}
876667
876667
rm -f %{buildroot}/%{_infodir}/dir*
876667
gzip -9qnf  %{buildroot}/%{_infodir}/*
876667
876667
%post
876667
/sbin/install-info %{_infodir}/ed.info.gz %{_infodir}/dir --entry="* ed: (ed).                  The GNU Line Editor." || :
876667
876667
%preun
876667
if [ $1 = 0 ] ; then
876667
  /sbin/install-info --delete %{_infodir}/ed.info.gz %{_infodir}/dir --entry="* ed: (ed).                  The GNU Line Editor." || :
876667
fi
876667
876667
%clean
876667
876667
%files
876667
%defattr(-,root,root)
876667
%doc ChangeLog NEWS README TODO AUTHORS COPYING
876667
/bin/*
876667
%{_infodir}/ed.info.gz
876667
%{_mandir}/*/*
876667
876667
%changelog
876667
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.9-4
876667
- Mass rebuild 2014-01-24
876667
876667
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.9-3
876667
- Mass rebuild 2013-12-27
876667
876667
* Wed Jul 31 2013 Karsten Hopp <karsten@redhat.com> 1.9-2
876667
- add GFDL to licenses
876667
876667
* Tue Jul 23 2013 Karsten Hopp <karsten@redhat.com> 1.9-1
876667
- update to ed-1.9
876667
- fix changelog dates
876667
876667
* Tue May 14 2013 Karsten Hopp <karsten@redhat.com> 1.8-1
876667
- update to ed-1.8
876667
- spec file cleanups
876667
876667
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-3
876667
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
876667
876667
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
876667
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
876667
876667
* Thu Mar 15 2012 Karsten Hopp <karsten@redhat.com> 1.6-1
876667
- ed-1.6
876667
876667
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
876667
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
876667
876667
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
876667
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
876667
876667
* Mon Jan 24 2011 Karsten Hopp <karsten@redhat.com> 1.5-1
876667
- update to version 1.5 (#630693)
876667
876667
* Tue Apr 20 2010 Karsten Hopp <karsten@redhat.com> 1.4-2
876667
- drop duplicate man pages (#583178)
876667
876667
* Tue Mar 02 2010 Karsten Hopp <karsten@redhat.com> 1.4-1
876667
- update to latest version
876667
876667
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
876667
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
876667
876667
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
876667
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
876667
876667
* Wed Oct 29 2008 Karsten Hopp <karsten@redhat.com> 1.1-1
876667
- update to latest version, fixes CVE-2008-3916
876667
876667
* Tue Jun 24 2008 Karsten Hopp <karsten@redhat.com> 0.9-1
876667
- version 0.9
876667
876667
* Mon Mar 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8-3
876667
- fix license tag
876667
876667
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.8-2
876667
- Autorebuild for GCC 4.3
876667
876667
* Wed Aug 22 2007 Karsten Hopp <karsten@redhat.com> 0.8-1
876667
- update to 0.8
876667
876667
* Wed Aug 22 2007 Karsten Hopp <karsten@redhat.com> 0.7-2
876667
- update license tags
876667
876667
* Mon Jul 23 2007 Karsten Hopp <karsten@redhat.com> 0.7-1
876667
- update to 0.7 to fix an endless loop (#234689)
876667
- add disttag
876667
876667
* Mon Jul 02 2007 Karsten Hopp <karsten@redhat.com> 0.6-1
876667
- update to 0.6
876667
876667
* Wed Mar 14 2007 Karsten Hopp <karsten@redhat.com> 0.5-1
876667
- version 0.5, fixes #228329
876667
876667
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 0.4-3
876667
- clean up spec file for merge review (#225717)
876667
876667
* Wed Jan 31 2007 Karsten Hopp <karsten@redhat.com> 0.4-2
876667
- use RPM_OPT_FLAGS, this fixes debuginfo
876667
876667
* Tue Jan 23 2007 Karsten Hopp <karsten@redhat.com> 0.4-1
876667
- new upstream version
876667
876667
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 0.3-3
876667
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
876667
876667
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 0.3-2
876667
- fix man page permissions (#222581)
876667
876667
* Mon Nov 13 2006 Karsten Hopp <karsten@redhat.com> 0.3-1
876667
- update to ed-0.3
876667
876667
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-38.2.2
876667
- rebuild
876667
876667
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2-38.2.1
876667
- bump again for double-long bug on ppc(64)
876667
876667
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2-38.2
876667
- rebuilt for new gcc4.1 snapshot and glibc changes
876667
876667
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
876667
- rebuilt
876667
876667
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 0.2-38
876667
- build with gcc-4
876667
876667
* Mon Jan 03 2005 Karsten Hopp <karsten@redhat.de> 0.2-37
876667
- spec file fix from Marcin Garski (#143723)
876667
876667
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
876667
- rebuilt
876667
876667
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
876667
- rebuilt
876667
876667
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 0.2-34
876667
- rebuild
876667
876667
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 0.2-33
876667
- rebuild to fix crt*.o problems
876667
876667
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
876667
- rebuilt
876667
876667
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
876667
- rebuilt
876667
876667
* Tue Dec 17 2002 Karsten Hopp <karsten@redhat.de>č
876667
- remove regex, use glibc's regex (#79132)
876667
876667
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.2-29
876667
- rebuild on all arches
876667
876667
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
876667
- automated rebuild
876667
876667
* Thu May 23 2002 Tim Powers <timp@redhat.com>
876667
- automated rebuild
876667
876667
* Mon May  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.2-26
876667
- Fix build with current toolchain
876667
876667
* Wed Apr 03 2002 Karsten Hopp <karsten@redhat.de>
876667
- don't use gcc -s 
876667
876667
* Fri Feb 22 2002 Karsten Hopp <karsten@redhat.de>
876667
- bump version 
876667
876667
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
876667
- automated rebuild
876667
876667
* Mon Oct 15 2001 Karsten Hopp <karsten@redhat.de>
876667
- add home page (#54602)
876667
876667
* Sat Jul 07 2001 Karsten Hopp <karsten@redhat.de>
876667
- Copyright -> License
876667
- fix URL
876667
876667
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
876667
- Bump release + rebuild.
876667
876667
* Mon Dec 04 2000 Karsten Hopp <karsten@redhat.de>
876667
- back out fixes for compiler warnings
876667
876667
* Wed Nov 29 2000 Karsten Hopp <karsten@redhat.de>
876667
- Security bugfix (mkstemp instead of mktemp) Bugzilla #21470
876667
876667
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
876667
- automatic rebuild
876667
876667
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
876667
- fix typo
876667
876667
* Sat Jun 17 2000 Than Ngo <than@redhat.de>
876667
- add %%defattr
876667
- clean up specfile
876667
876667
* Sat May 20 2000 Ngo Than <than@redhat.de>
876667
- rebuild for 7.0
876667
- put man pages and infos in right place
876667
876667
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
876667
- rebuild to gzip man pages.
876667
876667
* Tue Mar 23 1999 Jeff Johnson <jbj@redhat.com>
876667
- fix %%post syntax error (#1689).
876667
876667
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
876667
- auto rebuild in the new build environment (release 11)
876667
876667
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
876667
- Injected new description and group.
876667
876667
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
876667
- bumped spec number for initial rh 6.0 build
876667
876667
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
876667
- translations modified for de, fr, tr
876667
876667
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
876667
- added install-info support
876667
- added BuildRoot
876667
- correct URL in Source line
876667
876667
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
876667
- built against glibc