Author: lisu Date: Mon Oct 11 09:10:43 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.14.4 - fix linking poppler-qt4
---- Files affected: packages/poppler: poppler.spec (1.115 -> 1.116) ---- Diffs: ================================================================ Index: packages/poppler/poppler.spec diff -u packages/poppler/poppler.spec:1.115 packages/poppler/poppler.spec:1.116 --- packages/poppler/poppler.spec:1.115 Fri Sep 17 09:35:37 2010 +++ packages/poppler/poppler.spec Mon Oct 11 11:10:38 2010 @@ -13,12 +13,12 @@ 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} @@ -40,6 +40,7 @@ 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) @@ -273,6 +274,9 @@ %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} @@ -438,6 +442,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.116 2010/10/11 09:10:38 lisu +- up to 0.14.4 +- fix linking poppler-qt4 + Revision 1.115 2010/09/17 07:35:37 lisu - reversed. 0.15.0 moved to DEVEL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poppler/poppler.spec?r1=1.115&r2=1.116&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
