Author: gotar Date: Sun Jun 5 16:44:44 2011 GMT Module: packages Tag: HEAD ---- Log message: - enabled libcurl, cosmetics, rel. 2
---- Files affected: packages/poppler: poppler.spec (1.132 -> 1.133) ---- Diffs: ================================================================ Index: packages/poppler/poppler.spec diff -u packages/poppler/poppler.spec:1.132 packages/poppler/poppler.spec:1.133 --- packages/poppler/poppler.spec:1.132 Wed May 18 23:33:47 2011 +++ packages/poppler/poppler.spec Sun Jun 5 18:44:38 2011 @@ -14,7 +14,7 @@ Summary(pl.UTF-8): Biblioteka renderująca PDF Name: poppler Version: 0.16.5 -Release: 1 +Release: 2 License: GPL v2+ Group: Libraries Source0: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz @@ -26,6 +26,7 @@ BuildRequires: autoconf >= 2.59 BuildRequires: automake %{?with_cairo:BuildRequires: cairo-devel >= %{cairo_ver}} +BuildRequires: curl-devel BuildRequires: docbook-dtd412-xml BuildRequires: fontconfig-devel >= 2.0.0 BuildRequires: freetype-devel >= 2.0 @@ -265,16 +266,16 @@ %description progs Package contains utilites for PDF files. These utilities allow to -- extract information about PDF files -- extract images from PDF files -- convert PDF files to HTML, plain text and PS formats +- extract information about PDF files, +- extract images from PDF files, +- convert PDF files to HTML, plain text and PS formats. %description progs -l pl.UTF-8 Pakiet zawiera zestaw narzędzi do plików PDF. Programy te umożliwiają -- wyświetlanie informacji o plikach PDF -- wydobywanie obrazków z plików PDF +- wyświetlanie informacji o plikach PDF, +- wydobywanie obrazków z plików PDF, - konwersję plików PDF do formatów takich jak HTML, PS czy też - czystego tekstu + czystego tekstu. %prep %setup -q @@ -293,13 +294,14 @@ QTINC=%{_includedir}/qt \ QTLIB=%{_libdir} \ --disable-gtk-test \ + --enable-libcurl \ + %{?with_apidocs:--enable-gtk-doc} \ %{!?with_cairo:--disable-cairo-output} \ - %{!?with_qt:--disable-poppler-qt} \ - %{!?with_qt4:--disable-poppler-qt4} \ %{!?with_cpp:--disable-poppler-cpp} \ %{!?with_glib:--disable-poppler-glib} \ + %{!?with_qt:--disable-poppler-qt} \ + %{!?with_qt4:--disable-poppler-qt4} \ --disable-silent-rules \ - %{?with_apidocs:--enable-gtk-doc} \ --enable-xpdf-headers \ --enable-zlib \ --enable-dependency-tracking \ @@ -448,6 +450,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.133 2011/06/05 16:44:38 gotar +- enabled libcurl, cosmetics, rel. 2 + Revision 1.132 2011/05/18 21:33:47 matkor - Up to 0.16.15. Release 1. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poppler/poppler.spec?r1=1.132&r2=1.133&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
