From bfcdc754128b5f4a2ee99b8ede2fa4d7a46413eb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:29:35 +0000 Subject: [PATCH] auto-import changelog data from elinks-0.4.2-1.src.rpm Wed Feb 05 2003 Tim Waugh 0.4.2-1 - 0.4.2 (bug #83273). Wed Jan 22 2003 Tim Powers 0.3.2-5 - rebuilt Thu Jan 16 2003 Tim Waugh - Fix URL (bug #81987). Tue Jan 07 2003 Nalin Dahyabhai 0.3.2-4 - rebuild Mon Dec 23 2002 Tim Waugh 0.3.2-3 - Fix bug #62368. Thu Dec 12 2002 Nalin Dahyabhai - use openssl's pkg-config data, if available Wed Nov 20 2002 Tim Powers 0.3.2-2 - rebuild on all arches --- .cvsignore | 2 +- elinks.spec | 52 +++++++++++++++++++++++++++++++++++++++++----------- sources | 2 +- 3 files changed, 43 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 62aed4b..cc5b900 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -elinks-0.3.2.tar.bz2 +elinks-0.4.2.tar.bz2 manual-0.82-en.tar.bz2 diff --git a/elinks.spec b/elinks.spec index cb4f953..8159445 100644 --- a/elinks.spec +++ b/elinks.spec @@ -1,17 +1,18 @@ -%define DATE 0.3.2 +%define DATE 0.4.2 %define rescue %{nil} Name: elinks Summary: text mode www browser with support for frames -Version: 0.3.2 +Version: 0.4.2 %define rel 1 Release: %{rel}%{rescue} -Source: ftp://ftp.pld.org.pl/software/elinks/elinks-%{version}.tar.bz2 +Source: http://elinks.or.cz/download/elinks-0.4.2.tar.bz2 Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2 -Patch0: links-0.92-nogpm.patch -Patch1: links-0.96-cookiefix.patch +Patch2: elinks-0.4.2-pkgconfig.patch +Patch3: elinks-0.4.2-textarea.patch Group: Applications/Internet -URL: http://elinks.pld.org.pl/ +URL: http://elinks.or.cz/ BuildRoot: %{_tmppath}/%{name}-buildroot +BuildRequires: autoconf, automake, openssl-devel, pkgconfig License: GPL Provides: webclient Obsoletes: links @@ -25,14 +26,17 @@ quickly and swiftly displays Web pages. %prep %setup -q -a 1 -n %{name}-%{DATE} -%if "%{rescue}" != "" -%patch0 -p1 -b .nogpm +%patch2 -p1 -b .pkgconfig + +# Fix bug #62368. +%patch3 -p1 -b .textarea + +aclocal +automake -a autoconf -%endif -%patch1 -p1 -b .cookiefix %build -%configure +%configure %{?rescue:--without-gpm} %if "%{rescue}" != "" perl -pi -e "s,-O2,-O2 -Os,g" Make* */Make* %endif @@ -41,6 +45,8 @@ make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +ln -s %{_bindir}/elinks $RPM_BUILD_ROOT%{_bindir}/links +ln -s %{_mandir}/man1/elinks.1 $RPM_BUILD_ROOT%{_mandir}/man1/links.1 %clean rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version} @@ -49,9 +55,33 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version} %defattr(-,root,root) %doc README SITES TODO manual-0.82-en %{_bindir}/links +%{_bindir}/elinks %{_mandir}/man1/links.1* +%{_mandir}/man1/elinks.1* +%{_mandir}/man5/* %changelog +* Wed Feb 5 2003 Tim Waugh 0.4.2-1 +- 0.4.2 (bug #83273). + +* Wed Jan 22 2003 Tim Powers 0.3.2-5 +- rebuilt + +* Thu Jan 16 2003 Tim Waugh +- Fix URL (bug #81987). + +* Tue Jan 7 2003 Nalin Dahyabhai 0.3.2-4 +- rebuild + +* Mon Dec 23 2002 Tim Waugh 0.3.2-3 +- Fix bug #62368. + +* Thu Dec 12 2002 Nalin Dahyabhai +- use openssl's pkg-config data, if available + +* Wed Nov 20 2002 Tim Powers 0.3.2-2 +- rebuild on all arches + * Tue Aug 20 2002 Jakub Jelinek 0.3.2-1 - update to 0.3.2 to fix the DNS Ctrl-C segfaults - update URLs, the project moved diff --git a/sources b/sources index 99e4ca8..d6c36c2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -30e9012d5c9b0c0948f6212537da288c elinks-0.3.2.tar.bz2 +bb77dcd59968634477f5a6d5f07ccd5e elinks-0.4.2.tar.bz2 947950d4974c25f95f1a3988bf88cb21 manual-0.82-en.tar.bz2