From 2de6df65718be889e16bfc0e67aacb0864de3878 Mon Sep 17 00:00:00 2001 From: mkasik Date: Fri, 15 Jan 2010 13:42:23 +0000 Subject: [PATCH] - Correct permissions of goo/GooTimer.h - Convert pdftohtml.1 to utf8 - Make the pdftohtml's Provides/Obsoletes versioned --- poppler.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/poppler.spec b/poppler.spec index 680191d..06a8c6c 100644 --- a/poppler.spec +++ b/poppler.spec @@ -2,7 +2,7 @@ Summary: PDF rendering library Name: poppler Version: 0.12.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Development/Libraries URL: http://poppler.freedesktop.org/ @@ -99,8 +99,8 @@ Group: Applications/Text Requires: %{name} = %{version}-%{release} %if 0%{?fedora} < 11 && 0%{?rhel} < 6 # last seen in fc8 -Provides: pdftohtml -Obsoletes: pdftohtml +Provides: pdftohtml > 0.36-10.fc8 +Obsoletes: pdftohtml <= 0.36-10.fc8 # last seen in fc7 Provides: xpdf-utils = 1:3.01-27.fc7 Obsoletes: xpdf-utils <= 1:3.01-26.fc7 @@ -119,6 +119,11 @@ converting PDF files to a number of other formats. %patch100 -p1 -b .objstream +chmod -x goo/GooTimer.h + +iconv -f iso-8859-1 -t utf-8 < "utils/pdftohtml.1" > "utils/pdftohtml.1.utf8" +mv "utils/pdftohtml.1.utf8" "utils/pdftohtml.1" + # hammer to nuke rpaths, recheck on new releases autoreconf -i -f @@ -216,6 +221,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 15 2010 Marek Kasik - 0.12.3-3 +- Correct permissions of goo/GooTimer.h +- Convert pdftohtml.1 to utf8 +- Make the pdftohtml's Provides/Obsoletes versioned + * Thu Jan 07 2010 Rex Dieter - 0.12.3-1 - poppler-0.12.3