rpms/openoffice.org-extendedPDF/devel openoffice.org-extendedPDF-1.4.0-xdg-open.patch, NONE, 1.1 openoffice.org-extendedPDF.spec, 1.4, 1.5

Orion Poplawski orion at fedoraproject.org
Tue Mar 2 21:09:31 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/openoffice.org-extendedPDF/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23505

Modified Files:
	openoffice.org-extendedPDF.spec 
Added Files:
	openoffice.org-extendedPDF-1.4.0-xdg-open.patch 
Log Message:
* Tue Mar 2 2010 Orion Poplawski <orion at cora.nwra.com> 1.4-8
- Add patch to use xdg-open instead of xpdf (bug #568884)


openoffice.org-extendedPDF-1.4.0-xdg-open.patch:
 config.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-extendedPDF-1.4.0-xdg-open.patch ---
--- extendedPDF/config.xba	2010-02-26 20:19:19.000000000 +0000
+++ extendedPDF/config.xba	2010-02-26 20:19:36.000000000 +0000
@@ -1077,7 +1077,7 @@
 	config(epdf_CONFIG_SECURITY_ALLOW_DEGRADED_PRINT) = true
 	config(epdf_CONFIG_PDFBOOKMARK_CREATE_LEVEL) = 6
 	config(epdf_CONFIG_PDFBOOKMARK_OPEN_LEVEL) = 2
-	config(epdf_CONFIG_PDFVIEWER_PATH) = &quot;xpdf&quot;
+	config(epdf_CONFIG_PDFVIEWER_PATH) = &quot;xdg-open&quot;
 	config(epdf_CONFIG_PDFVIEWER_RUN) = false
 	config(epdf_CONFIG_ENCRYPT_USE_ITEXT) = true
 	config(epdf_CONFIG_JAVA_PATH) = &quot;java&quot;


Index: openoffice.org-extendedPDF.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org-extendedPDF/devel/openoffice.org-extendedPDF.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- openoffice.org-extendedPDF.spec	25 Jul 2009 20:50:50 -0000	1.4
+++ openoffice.org-extendedPDF.spec	2 Mar 2010 21:09:30 -0000	1.5
@@ -15,6 +15,8 @@ URL:            http://www.3bview.com/ep
 Source0:        extendedPDF-Universal-Edition-1.4.0-CLEAN.zip
 # Gotten from http://bugzilla.neooffice.org/bug.php?op=show&bugid=1354
 Patch0:         openoffice.org-extendedPDF-1.4.0-oooVersion.patch
+# Use xdg-open instead of xpdf
+Patch1:         openoffice.org-extendedPDF-1.4.0-xdg-open.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires(pre):    openoffice.org-core
@@ -52,6 +54,7 @@ mkdir %{extname}.unpack
 pushd %{extname}.unpack
 unzip ../extendedPDF.zip
 %patch0 -p0
+%patch1 -p0
 
 
 
@@ -100,6 +103,9 @@ unopkg list --shared > /dev/null 2>&1 ||
 
 
 %changelog
+* Tue Mar 2 2010 Orion Poplawski <orion at cora.nwra.com> 1.4-8
+- Add patch to use xdg-open instead of xpdf (bug #568884)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list