2004-09-09 04:26:24 +00:00
|
|
|
Summary: The GNU line editor.
|
|
|
|
Name: ed
|
|
|
|
Version: 0.2
|
2006-02-07 11:27:49 +00:00
|
|
|
Release: 38.2
|
2004-09-09 04:26:50 +00:00
|
|
|
License: GPL
|
2005-01-03 09:58:50 +00:00
|
|
|
Group: Applications/Text
|
|
|
|
Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.gz
|
|
|
|
URL: http://www.gnu.org/software/ed/
|
2004-09-09 04:26:27 +00:00
|
|
|
Patch0: ed-mkstemp.patch
|
2004-09-09 04:28:33 +00:00
|
|
|
Patch1: ed-0.2-autoconf253.patch
|
2004-09-09 04:28:47 +00:00
|
|
|
Patch2: ed-0.2-regex.patch
|
2004-09-09 04:26:24 +00:00
|
|
|
Prereq: /sbin/install-info
|
|
|
|
Buildroot: %{_tmppath}/%{name}-root
|
2004-09-09 04:28:47 +00:00
|
|
|
BuildRequires: autoconf
|
2004-09-09 04:26:24 +00:00
|
|
|
|
|
|
|
%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
|
2004-09-09 04:26:27 +00:00
|
|
|
%patch0 -p1
|
2004-09-09 04:28:33 +00:00
|
|
|
%patch1 -p1 -b .ac
|
2004-09-09 04:28:47 +00:00
|
|
|
%patch2 -p1 -b .regex
|
|
|
|
rm -f stamp-h.in
|
2004-09-09 04:26:24 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
chmod 755 configure
|
|
|
|
autoconf
|
|
|
|
%configure --exec-prefix=/
|
2004-09-09 04:28:47 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 04:26:24 +00:00
|
|
|
|
|
|
|
%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)
|
2005-01-03 09:58:50 +00:00
|
|
|
%doc ChangeLog NEWS POSIX README THANKS TODO
|
2004-09-09 04:26:24 +00:00
|
|
|
/bin/*
|
|
|
|
%{_infodir}/ed.info.gz
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
%changelog
|
2006-02-07 11:27:49 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2-38.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:17 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-02 10:48:45 +00:00
|
|
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 0.2-38
|
|
|
|
- build with gcc-4
|
|
|
|
|
2005-01-03 09:58:50 +00:00
|
|
|
* Mon Jan 03 2005 Karsten Hopp <karsten@redhat.de> 0.2-37
|
|
|
|
- spec file fix from Marcin Garski (#143723)
|
|
|
|
|
2004-09-09 04:30:17 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:30:13 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:29:48 +00:00
|
|
|
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 0.2-34
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 0.2-33
|
|
|
|
- rebuild to fix crt*.o problems
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:28:47 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Dec 17 2002 Karsten Hopp <karsten@redhat.de>č
|
|
|
|
- remove regex, use glibc's regex (#79132)
|
|
|
|
|
|
|
|
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.2-29
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2004-09-09 04:28:37 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:28:33 +00:00
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon May 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.2-26
|
|
|
|
- Fix build with current toolchain
|
|
|
|
|
2004-09-09 04:28:16 +00:00
|
|
|
* Wed Apr 03 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- don't use gcc -s
|
|
|
|
|
2004-09-09 04:27:08 +00:00
|
|
|
* Fri Feb 22 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- bump version
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon Oct 15 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- add home page (#54602)
|
|
|
|
|
2004-09-09 04:26:50 +00:00
|
|
|
* Sat Jul 07 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- Copyright -> License
|
|
|
|
- fix URL
|
|
|
|
|
2004-09-09 04:26:46 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 04:26:27 +00:00
|
|
|
* Mon Dec 04 2000 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- back out fixes for compiler warnings
|
|
|
|
|
|
|
|
* Wed Nov 29 2000 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- Security bugfix (mkstemp instead of mktemp) Bugzilla #21470
|
|
|
|
|
2004-09-09 04:26:24 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
|
|
|
|
- fix typo
|
|
|
|
|
|
|
|
* Sat Jun 17 2000 Than Ngo <than@redhat.de>
|
|
|
|
- add %%defattr
|
|
|
|
- clean up specfile
|
|
|
|
|
|
|
|
* Sat May 20 2000 Ngo Than <than@redhat.de>
|
|
|
|
- rebuild for 7.0
|
|
|
|
- put man pages and infos in right place
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- rebuild to gzip man pages.
|
|
|
|
|
|
|
|
* Tue Mar 23 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- fix %post syntax error (#1689).
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 11)
|
|
|
|
|
|
|
|
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- Injected new description and group.
|
|
|
|
|
|
|
|
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
|
|
|
|
- bumped spec number for initial rh 6.0 build
|
|
|
|
|
|
|
|
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
|
|
|
|
- added install-info support
|
|
|
|
- added BuildRoot
|
|
|
|
- correct URL in Source line
|
|
|
|
|
|
|
|
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|