auto-import changelog data from ed-0.2-31.src.rpm

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
This commit is contained in:
cvsdist 2004-09-09 04:28:47 +00:00
parent b72cbfa0b4
commit d7c5b469f7

17
ed.spec
View File

@ -1,15 +1,17 @@
Summary: The GNU line editor.
Name: ed
Version: 0.2
Release: 28
Release: 31
License: GPL
Group: Applications/Text
Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz
URL: ftp://ftp.gnu.org/pub/gnu/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
%description
Ed is a line-oriented text editor, used to create, display, and modify
@ -25,12 +27,14 @@ won't use it.
%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 #LDFLAGS=-s
make %{?_smp_mflags}
%install
%makeinstall bindir=$RPM_BUILD_ROOT/bin \
@ -57,6 +61,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/*
%changelog
* 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
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild