auto-import changelog data from elinks-0.9.2-0.rc2.2.src.rpm
Mon Jul 12 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc2.2 - Fix elinks -dump -stdin (bug #127624).
This commit is contained in:
parent
6d4c31bc20
commit
61074d565e
@ -3,7 +3,7 @@ Name: elinks
|
|||||||
Summary: text mode www browser with support for frames
|
Summary: text mode www browser with support for frames
|
||||||
Version: 0.9.2
|
Version: 0.9.2
|
||||||
%define beta rc2
|
%define beta rc2
|
||||||
%define rel 0.%{beta}.1
|
%define rel 0.%{beta}.2
|
||||||
Release: %{rel}%{rescue}
|
Release: %{rel}%{rescue}
|
||||||
Source: http://elinks.or.cz/download/elinks-%{version}%{beta}.tar.bz2
|
Source: http://elinks.or.cz/download/elinks-%{version}%{beta}.tar.bz2
|
||||||
Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
|
Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
|
||||||
@ -12,6 +12,7 @@ Patch1: elinks-0.9.1-utf_8_io-default.patch
|
|||||||
Patch2: elinks-pkgconfig.patch
|
Patch2: elinks-pkgconfig.patch
|
||||||
Patch4: elinks-0.4.2-getaddrinfo.patch
|
Patch4: elinks-0.4.2-getaddrinfo.patch
|
||||||
Patch5: elinks-sysname.patch
|
Patch5: elinks-sysname.patch
|
||||||
|
Patch6: elinks-stdin.patch
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://elinks.or.cz/
|
URL: http://elinks.or.cz/
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@ -44,6 +45,9 @@ quickly and swiftly displays Web pages.
|
|||||||
# Don't put so much information in the user-agent header string (bug #97273).
|
# Don't put so much information in the user-agent header string (bug #97273).
|
||||||
%patch5 -p1 -b .sysname
|
%patch5 -p1 -b .sysname
|
||||||
|
|
||||||
|
# Fix elinks -dump -stdin (bug #127624).
|
||||||
|
%patch6 -p1 -b .stdin
|
||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
automake -a
|
automake -a
|
||||||
autoconf
|
autoconf
|
||||||
@ -77,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 12 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc2.2
|
||||||
|
- Fix elinks -dump -stdin (bug #127624).
|
||||||
|
|
||||||
* Thu Jul 1 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc2.1
|
* Thu Jul 1 2004 Tim Waugh <twaugh@redhat.com> 0.9.2-0.rc2.1
|
||||||
- 0.9.2rc2.
|
- 0.9.2rc2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user