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:
parent
b72cbfa0b4
commit
d7c5b469f7
17
ed.spec
17
ed.spec
@ -1,15 +1,17 @@
|
|||||||
Summary: The GNU line editor.
|
Summary: The GNU line editor.
|
||||||
Name: ed
|
Name: ed
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
Release: 28
|
Release: 31
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz
|
Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
URL: ftp://ftp.gnu.org/pub/gnu/ed/
|
URL: ftp://ftp.gnu.org/pub/gnu/ed/
|
||||||
Patch0: ed-mkstemp.patch
|
Patch0: ed-mkstemp.patch
|
||||||
Patch1: ed-0.2-autoconf253.patch
|
Patch1: ed-0.2-autoconf253.patch
|
||||||
|
Patch2: ed-0.2-regex.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
|
BuildRequires: autoconf
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ed is a line-oriented text editor, used to create, display, and modify
|
Ed is a line-oriented text editor, used to create, display, and modify
|
||||||
@ -25,12 +27,14 @@ won't use it.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1 -b .ac
|
%patch1 -p1 -b .ac
|
||||||
|
%patch2 -p1 -b .regex
|
||||||
|
rm -f stamp-h.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod 755 configure
|
chmod 755 configure
|
||||||
autoconf
|
autoconf
|
||||||
%configure --exec-prefix=/
|
%configure --exec-prefix=/
|
||||||
make #LDFLAGS=-s
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall bindir=$RPM_BUILD_ROOT/bin \
|
%makeinstall bindir=$RPM_BUILD_ROOT/bin \
|
||||||
@ -57,6 +61,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user