about summary refs log tree commit diff stats
path: root/PACKAGE
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGE')
-rw-r--r--PACKAGE/debian/lynx-dev.lintian-overrides9
-rwxr-xr-xPACKAGE/debian/rules2
-rw-r--r--PACKAGE/lynx.spec16
3 files changed, 20 insertions, 7 deletions
diff --git a/PACKAGE/debian/lynx-dev.lintian-overrides b/PACKAGE/debian/lynx-dev.lintian-overrides
index a2345b7e..62b4f3dd 100644
--- a/PACKAGE/debian/lynx-dev.lintian-overrides
+++ b/PACKAGE/debian/lynx-dev.lintian-overrides
@@ -7,3 +7,12 @@ lynx-dev: extra-license-file usr/share/doc/lynx-dev/COPYING
 # These are intentional, part of the sample files:
 lynx-dev: zero-byte-file-in-doc-directory usr/share/doc/lynx-dev/test/X
 lynx-dev: zero-byte-file-in-doc-directory usr/share/doc/lynx-dev/test/nobody
+
+# These are a known problem with lintian:
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891301
+lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/ALT88592.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
+lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/bad-html.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
+lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/cp-1252.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
+lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/cp-1252a.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
+lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/iso-8859-2.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
+lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/iso-8859-2a.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules
index 99695b19..03f5750d 100755
--- a/PACKAGE/debian/rules
+++ b/PACKAGE/debian/rules
@@ -95,7 +95,7 @@ configure-stamp:
 		--enable-source-cache \
 		--enable-syslog \
 		--with-gnutls=/usr \
-		--with-screen=ncursesw6 \
+		--with-screen=ncursesw6dev \
 		--with-textdomain=$(PACKAGE) \
 		--with-zlib \
 		--without-included-gettext \
diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec
index 0992fd78..27639c93 100644
--- a/PACKAGE/lynx.spec
+++ b/PACKAGE/lynx.spec
@@ -1,4 +1,4 @@
-# $LynxId: lynx.spec,v 1.49 2018/05/07 23:37:31 tom Exp $
+# $LynxId: lynx.spec,v 1.50 2018/05/17 22:00:16 tom Exp $
 Summary: A text-based Web browser
 Name: lynx-dev
 Version: 2.8.9
@@ -6,9 +6,9 @@ Release: dev.19
 License: GPLv2
 Group: Applications/Internet
 Source: lynx%{version}%{release}.tgz
-URL: http://lynx.invisible-island.net
-Provides: webclient
-Provides: text-www-browser
+URL: https://lynx.invisible-island.net
+Provides: webclient >= 0.0
+Provides: text-www-browser >= 0.0
 
 # Fedora:
 BuildRequires: openssl-devel, pkgconfig, ncurses-devel >= 5.3-5,
@@ -17,7 +17,7 @@ BuildRequires: libidn-devel
 # BuildRequires: bzip2-devel
 
 # SuSE:
-# BuildRequires: libbz2-devel       
+# BuildRequires: libbz2-devel
 
 Requires: gzip, bzip2, tar, zip, unzip
 
@@ -89,7 +89,7 @@ HTTP, FTP, WAIS, and NNTP servers.
 	--enable-syslog \
 	--enable-warnings \
 	--with-bzlib \
-	--with-screen=ncursesw6 \
+	--with-screen=ncursesw6dev \
 	--with-ssl \
 	--with-zlib
 make \
@@ -122,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 
+* Thu May 17 2018 Thomas E. Dickey
+- use "ncursesw6dev", reflecting renaming of ncurses test-packages to avoid
+  conflict with new packages in Fedora.
+
 * Mon Mar 12 2018 Thomas E. Dickey
 - rename to "lynx-dev", add a few dependencies where package names are same.