auto-import changelog data from elinks-0.3.2-1.src.rpm
Tue Aug 20 2002 Jakub Jelinek <jakub@redhat.com> 0.3.2-1 - update to 0.3.2 to fix the DNS Ctrl-C segfaults - update URLs, the project moved - include man page
This commit is contained in:
parent
8e4e012bd8
commit
948f52ee26
@ -1,2 +1,2 @@
|
|||||||
elinks-0.3.0.tar.bz2
|
elinks-0.3.2.tar.bz2
|
||||||
manual-0.82-en.tar.bz2
|
manual-0.82-en.tar.bz2
|
||||||
|
16
elinks.spec
16
elinks.spec
@ -1,16 +1,16 @@
|
|||||||
%define DATE 20020302
|
%define DATE 0.3.2
|
||||||
%define rescue %{nil}
|
%define rescue %{nil}
|
||||||
Name: elinks
|
Name: elinks
|
||||||
Summary: text mode www browser with support for frames
|
Summary: text mode www browser with support for frames
|
||||||
Version: 0.3.0
|
Version: 0.3.2
|
||||||
%define rel 3
|
%define rel 1
|
||||||
Release: %{rel}%{rescue}
|
Release: %{rel}%{rescue}
|
||||||
Source: http://pasky.ji.cz/elinks/elinks-%{version}.tar.bz2
|
Source: ftp://ftp.pld.org.pl/software/elinks/elinks-%{version}.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
|
||||||
Patch0: links-0.92-nogpm.patch
|
Patch0: links-0.92-nogpm.patch
|
||||||
Patch1: links-0.96-cookiefix.patch
|
Patch1: links-0.96-cookiefix.patch
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://pasky.ji.cz/elinks/
|
URL: http://elinks.pld.org.pl/
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
License: GPL
|
License: GPL
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
@ -49,8 +49,14 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README SITES TODO manual-0.82-en
|
%doc README SITES TODO manual-0.82-en
|
||||||
%{_bindir}/links
|
%{_bindir}/links
|
||||||
|
%{_mandir}/man1/links.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 20 2002 Jakub Jelinek <jakub@redhat.com> 0.3.2-1
|
||||||
|
- update to 0.3.2 to fix the DNS Ctrl-C segfaults
|
||||||
|
- update URLs, the project moved
|
||||||
|
- include man page
|
||||||
|
|
||||||
* 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