]> git.pld-linux.org Git - packages/poppler.git/commitdiff
- up to 0.14.4 auto/th/poppler-0_14_4-1
authorlisu <lisu@pld-linux.org>
Mon, 11 Oct 2010 09:10:38 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix linking poppler-qt4

Changed files:
    poppler.spec -> 1.116

poppler.spec

index 09c1d495a04eff5f54b7b16b94d5f4aa3d9d842d..9a3e2162f91292821ca5943a24c77753f5184fd1 100644 (file)
 Summary:       PDF rendering library
 Summary(pl.UTF-8):     Biblioteka renderująca PDF
 Name:          poppler
-Version:       0.14.3
+Version:       0.14.4
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
-# Source0-md5: 1024c608a8a7c1d6ec301bddf11f3af9
+# Source0-md5: a40fe96e1115f648ce4689e667743530
 URL:           http://poppler.freedesktop.org/
 %{?with_qt4:BuildRequires:     QtGui-devel >= 4.1.0}
 %{?with_qt4:BuildRequires:     QtTest-devel >= 4.1.0}
@@ -39,6 +39,7 @@ BuildRequires:        openjpeg-devel
 BuildRequires: pkgconfig
 %{?with_qt:BuildRequires:      qt-devel >= 3.0}
 %{?with_qt4:BuildRequires:     qt4-build}
+BuildRequires: sed >= 4.0
 BuildRequires: which
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -272,6 +273,9 @@ Pakiet zawiera zestaw narzędzi do plików PDF. Programy te umożliwiają
 %prep
 %setup -q
 
+# fix link with Qt4 libraries
+%{__sed} -i 's,(POPPLER_QT_LIBS),(POPPLER_QT4_LIBS) -lqt-mt,' qt/Makefile.am
+
 %build
 %{?with_apidocs:%{__gtkdocize}}
 %{__libtoolize}
This page took 0.092396 seconds and 4 git commands to generate.