X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=poppler.spec;h=f31887376b432d9bcad788d26971df96e2e1a43c;hb=bf5184f72085ea8d6b7f3ac08e34d2244beeb5e7;hp=01b59c545453a0e7977aaa1c514d3b320309e52b;hpb=0c531349a96aa767a6d86972fbef988be65ec7aa;p=packages%2Fpoppler0.61.git diff --git a/poppler.spec b/poppler.spec index 01b59c5..f318873 100644 --- a/poppler.spec +++ b/poppler.spec @@ -1,5 +1,6 @@ # # Conditional build: +%bcond_without apidocs # disable gtk-doc %bcond_without cairo # disable Cairo backend %bcond_without qt # disable qt wrapper # @@ -8,14 +9,15 @@ Summary: PDF rendering library Summary(pl): Biblioteka renderuj±ca PDF Name: poppler -Version: 0.4.1 -Release: 1 +Version: 0.5.0 +Release: 3 License: GPL Group: Libraries Source0: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz -# Source0-md5: 000c069ce0700318ba3cc1f7c4bff87f -Patch0: %{name}-link.patch -Patch1: %{name}-freetype_includes.patch +# Source0-md5: c84c1be19f43e4a84872ff08234c1960 +Patch0: %{name}-cvs.patch +Patch1: %{name}-link.patch +Patch2: %{name}-freetype_includes.patch URL: http://poppler.freedesktop.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -23,11 +25,13 @@ BuildRequires: automake BuildRequires: fontconfig-devel BuildRequires: freetype-devel >= 2.0 BuildRequires: gtk+2-devel >= 2.0.0 +%{?with_apidocs:BuildRequires: gtk-doc >= 1.0} BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 BuildRequires: pkgconfig %{?with_qt:BuildRequires: qt-devel} %{?with_cairo:Requires: cairo >= %{cairo_ver}} +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -142,14 +146,38 @@ Static version of Qt wrapper for poppler. %description qt-static -l pl Statyczna wersja wrappera Qt dla popplera. +%package progs +Summary: Set of tools for viewing information and converting PDF files +Summary(pl): Zestaw narzêdzi do wy¶wietlania informacji i konwertowania plików PDF +Group: Applications/Publishing +Provides: pdftops +Obsoletes: pdftohtml +Obsoletes: pdftohtml-pdftops +Obsoletes: xpdf-tools +Obsoletes: poppler-utils + +%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 + +%description progs -l pl +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 +- konwersjê plików PDF do formatów takich jak HTML, PS czy te¿ czystego + tekstu + %prep %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} @@ -157,7 +185,11 @@ Statyczna wersja wrappera Qt dla popplera. QTLIB=%{_libdir} \ %{!?with_cairo:--disable-cairo-output} \ %{!?with_qt:--disable-poppler-qt} \ - --enable-a4-paper + --enable-a4-paper \ + %{?with_apidocs:--enable-gtk-doc} \ + --enable-xpdf-headers \ + --enable-zlib \ + --with-html-dir=%{_gtkdocdir} %{__make} %install @@ -194,6 +226,8 @@ rm -rf $RPM_BUILD_ROOT %{?with_cairo:%{_pkgconfigdir}/poppler-cairo.pc} %{_pkgconfigdir}/poppler-splash.pc +%{_gtkdocdir}/poppler + %files static %defattr(644,root,root,755) %{_libdir}/libpoppler.a @@ -229,3 +263,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %{_libdir}/libpoppler-qt.a %endif + +%files progs +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/pdf* +%{_mandir}/man1/pdf*