- update to ed-0.3

This commit is contained in:
Karsten Hopp 2006-11-13 12:37:23 +00:00
parent 44237b93c9
commit 1fc8d4accd
3 changed files with 12 additions and 14 deletions

View File

@ -1 +1 @@
ed-0.2.tar.gz
ed-0.3.tar.bz2

22
ed.spec
View File

@ -1,14 +1,11 @@
Summary: The GNU line editor.
Name: ed
Version: 0.2
Release: 38.2.2
Version: 0.3
Release: 1
License: GPL
Group: Applications/Text
Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.gz
Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.bz2
URL: http://www.gnu.org/software/ed/
Patch0: ed-mkstemp.patch
Patch1: ed-0.2-autoconf253.patch
Patch2: ed-0.2-regex.patch
Prereq: /sbin/install-info
Buildroot: %{_tmppath}/%{name}-root
BuildRequires: autoconf
@ -25,22 +22,20 @@ won't use it.
%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .ac
%patch2 -p1 -b .regex
rm -f stamp-h.in
%build
chmod 755 configure
autoconf
%configure --exec-prefix=/
make %{?_smp_mflags}
%install
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
%makeinstall bindir=$RPM_BUILD_ROOT/bin \
mandir=$RPM_BUILD_ROOT%{_mandir}/man1
rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
gzip -9qnf $RPM_BUILD_ROOT%{_infodir}/*
install doc/ed.1 $RPM_BUILD_ROOT%{_mandir}/man1
%post
/sbin/install-info %{_infodir}/ed.info.gz %{_infodir}/dir --entry="* ed: (ed). The GNU Line Editor."
@ -55,12 +50,15 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog NEWS POSIX README THANKS TODO
%doc ChangeLog NEWS README TODO AUTHORS COPYING
/bin/*
%{_infodir}/ed.info.gz
%{_mandir}/*/*
%changelog
* Mon Nov 13 2006 Karsten Hopp <karsten@redhat.com> 0.3-1
- update to ed-0.3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-38.2.2
- rebuild

View File

@ -1 +1 @@
ddd57463774cae9b50e70cd51221281b ed-0.2.tar.gz
56950c74e0239556296310a01c83ae7d ed-0.3.tar.bz2