rpms/pinfo/devel pinfo-0.6.9-xdg.patch, NONE, 1.1 pinfo.spec, 1.31, 1.32 pinfo-0.6.8-htmlview.patch, 1.1, NONE

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Wed Oct 3 16:55:31 UTC 2007


Author: mlichvar

Update of /cvs/pkgs/rpms/pinfo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24676

Modified Files:
	pinfo.spec 
Added Files:
	pinfo-0.6.9-xdg.patch 
Removed Files:
	pinfo-0.6.8-htmlview.patch 
Log Message:
- use xdg-utils instead of htmlview (#312471)


pinfo-0.6.9-xdg.patch:

--- NEW FILE pinfo-0.6.9-xdg.patch ---
diff -up pinfo-0.6.9/src/pinforc.in.xdg pinfo-0.6.9/src/pinforc.in
--- pinfo-0.6.9/src/pinforc.in.xdg	2006-03-09 20:44:37.000000000 +0100
+++ pinfo-0.6.9/src/pinforc.in	2007-10-03 18:35:21.000000000 +0200
@@ -85,9 +85,9 @@ QUIT-CONFIRM-DEFAULT=no
 CLEAR-SCREEN-AT-EXIT=true
 CALL-READLINE-HISTORY=true
 STDERR-REDIRECTION="2> /dev/null"
-HTTPVIEWER=lynx
-FTPVIEWER=lynx
-MAILEDITOR=clear; mail
+HTTPVIEWER=xdg-open
+FTPVIEWER=xdg-open
+MAILEDITOR=xdg-email
 PRINTUTILITY=lpr
 MANLINKS=1:8:2:3:4:5:6:7:9:n:p:o:3X11:3Xt:3x:3X
 SAFE-USER=nobody


Index: pinfo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pinfo/devel/pinfo.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- pinfo.spec	22 Aug 2007 12:22:04 -0000	1.31
+++ pinfo.spec	3 Oct 2007 16:54:54 -0000	1.32
@@ -1,19 +1,19 @@
 Summary: An info file viewer
 Name: pinfo
 Version: 0.6.9
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: System Environment/Base
 License: GPLv2
 URL: http://pinfo.alioth.debian.org
 Source: pinfo-%{version}.tar.bz2
-Patch1: pinfo-0.6.8-htmlview.patch
+Patch1: pinfo-0.6.9-xdg.patch
 Patch2: pinfo-0.6.9-infosuff.patch
 Patch3: pinfo-0.6.9-nogroup.patch
 Patch4: pinfo-0.6.9-mansection.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: ncurses-devel
-Requires: htmlview
+Requires: xdg-utils
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -24,7 +24,7 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .links
+%patch1 -p1 -b .xdg
 %patch2 -p1 -b .infosuff
 %patch3 -p1 -b .nogroup
 %patch4 -p1 -b .mansection
@@ -70,6 +70,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Oct 03 2007 Miroslav Lichvar <mlichvar at redhat.com> 0.6.9-5
+- use xdg-utils instead of htmlview (#312471)
+
 * Wed Aug 22 2007 Miroslav Lichvar <mlichvar at redhat.com> 0.6.9-4
 - update license tag
 


--- pinfo-0.6.8-htmlview.patch DELETED ---




More information about the fedora-extras-commits mailing list