diff --git a/.cvsignore b/.cvsignore index 67b936f..10b409f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ed-0.2.tar.gz +ed-0.3.tar.bz2 diff --git a/ed.spec b/ed.spec index c5e0627..04aaba2 100644 --- a/ed.spec +++ b/ed.spec @@ -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 0.3-1 +- update to ed-0.3 + * Wed Jul 12 2006 Jesse Keating - 0.2-38.2.2 - rebuild diff --git a/sources b/sources index 5930dd0..9c20a3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddd57463774cae9b50e70cd51221281b ed-0.2.tar.gz +56950c74e0239556296310a01c83ae7d ed-0.3.tar.bz2