automatic update by autodist [release 3.04-1mamba;Sun Dec 13 2015]
This commit is contained in:
parent
9680ce5cb4
commit
7150598c71
@ -1,6 +1,5 @@
|
||||
diff -Nru xpdf-3.03.orig/doc/sample-xpdfrc xpdf-3.03/doc/sample-xpdfrc
|
||||
--- xpdf-3.03.orig/doc/sample-xpdfrc 2011-08-15 23:08:53.000000000 +0200
|
||||
+++ xpdf-3.03/doc/sample-xpdfrc 2012-04-11 14:09:20.520224883 +0200
|
||||
--- xpdf-3.04/doc/sample-xpdfrc.xpdfrc 2014-05-28 20:50:50.000000000 +0200
|
||||
+++ xpdf-3.04/doc/sample-xpdfrc 2015-12-13 21:07:45.339457403 +0100
|
||||
@@ -29,20 +29,20 @@
|
||||
# installed in a "standard" location, xpdf will find them
|
||||
# automatically.)
|
||||
@ -56,20 +55,8 @@ diff -Nru xpdf-3.03.orig/doc/sample-xpdfrc xpdf-3.03/doc/sample-xpdfrc
|
||||
|
||||
#----- text output control
|
||||
|
||||
@@ -81,12 +83,12 @@
|
||||
|
||||
# Enable t1lib, FreeType, and anti-aliased text.
|
||||
|
||||
-#enableT1lib yes
|
||||
-#enableFreeType yes
|
||||
-#antialias yes
|
||||
+enableT1lib yes
|
||||
+enableFreeType yes
|
||||
+antialias yes
|
||||
|
||||
# Set the command used to run a web browser when a URL hyperlink is
|
||||
# clicked.
|
||||
@@ -89,3 +91,4 @@
|
||||
|
||||
#launchCommand viewer-script
|
||||
-#urlCommand "netscape -remote 'openURL(%s)'"
|
||||
#urlCommand "netscape -remote 'openURL(%s)'"
|
||||
+urlCommand "xdg-open 'openURL(%s)'"
|
@ -3,7 +3,7 @@
|
||||
%define majver %(echo %version | cut -dp -f1)
|
||||
%define minver %(echo %{version}p | cut -dp -f2)
|
||||
Name: xpdf
|
||||
Version: 3.03
|
||||
Version: 3.04
|
||||
Release: 1mamba
|
||||
Summary: An open source viewer for Portable Document Format (PDF) files
|
||||
Group: Graphical Desktop/Applications/Publishing
|
||||
@ -30,7 +30,7 @@ Source12: xpdf-xpdf_desktop
|
||||
#%endif
|
||||
Patch0: %{name}-2.03-fonts.patch
|
||||
Patch1: %{name}-3.00-gcc4.patch
|
||||
Patch2: %{name}-3.03-xpdfrc.patch
|
||||
Patch2: %{name}-3.04-xpdfrc.patch
|
||||
Patch4: %{name}-3.01-crash.patch
|
||||
Patch5: %{name}-3.00-can_2005_0206.patch
|
||||
Patch6: %{name}-3.01-can_2005_2097.patch
|
||||
@ -68,7 +68,7 @@ The Xpdf project also includes a PDF text extractor, PDF-to-PostScript converter
|
||||
%prep
|
||||
%setup -q -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -n %{name}-%{majver}
|
||||
%patch0 -p1 -b .fonts
|
||||
%patch1 -p1 -b .gcc4
|
||||
#%patch1 -p1 -b .gcc4
|
||||
%patch2 -p1 -b .xpdfrc
|
||||
%if "%{minver}" != ""
|
||||
patch -p1 < %{SOURCE13}
|
||||
@ -160,6 +160,9 @@ rm -f %{buildroot}%{_mandir}/man1/pdf*.1*
|
||||
#%doc ANNOUNCE CHANGES COPYING README
|
||||
|
||||
%changelog
|
||||
* Sun Dec 13 2015 Automatic Build System <autodist@mambasoft.it> 3.04-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Oct 24 2011 Automatic Build System <autodist@mambasoft.it> 3.03-1mamba
|
||||
- update to 3.03
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user