Author: freetz Date: Fri Jan 20 09:23:49 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.5.0, utils subpkg, gtk-doc API docs
---- Files affected: SPECS: poppler.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/poppler.spec diff -u SPECS/poppler.spec:1.23 SPECS/poppler.spec:1.24 --- SPECS/poppler.spec:1.23 Wed Jan 11 10:47:32 2006 +++ SPECS/poppler.spec Fri Jan 20 10:23:43 2006 @@ -9,12 +9,12 @@ Summary: PDF rendering library Summary(pl): Biblioteka renderująca PDF Name: poppler -Version: 0.4.4 +Version: 0.5.0 Release: 1 License: GPL Group: Libraries Source0: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz -# Source0-md5: e081bca749a3373b2d95e696b7dddb9b +# Source0-md5: c84c1be19f43e4a84872ff08234c1960 Patch0: %{name}-link.patch Patch1: %{name}-freetype_includes.patch URL: http://poppler.freedesktop.org/ @@ -24,6 +24,7 @@ BuildRequires: fontconfig-devel BuildRequires: freetype-devel >= 2.0 BuildRequires: gtk+2-devel >= 2.0.0 +BuildRequires: gtk-doc >= 1.0 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 BuildRequires: pkgconfig @@ -143,6 +144,22 @@ %description qt-static -l pl Statyczna wersja wrappera Qt dla popplera. +%package utils +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 +Requires: %{name}-qt-devel = %{version}-%{release} +Provides: pdftops +Obsoletes: pdftohtml +Obsoletes: pdftohtml-pdftops +Obsoletes: xpdf-tools + +%description utils +Set of tools for viewing information and converting PDF files. + +%description utils -l pl +Zestaw narzędzi do wyświetlania informacji i konwertowania plików PDF. + %prep %setup -q %patch0 -p1 @@ -150,7 +167,7 @@ %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} @@ -158,7 +175,9 @@ QTLIB=%{_libdir} \ %{!?with_cairo:--disable-cairo-output} \ %{!?with_qt:--disable-poppler-qt} \ - --enable-a4-paper + --enable-a4-paper \ + --enable-gtk-doc \ + --with-html-dir=%{_gtkdocdir} %{__make} %install @@ -195,6 +214,8 @@ %{?with_cairo:%{_pkgconfigdir}/poppler-cairo.pc} %{_pkgconfigdir}/poppler-splash.pc +%{_gtkdocdir}/poppler + %files static %defattr(644,root,root,755) %{_libdir}/libpoppler.a @@ -231,12 +252,20 @@ %{_libdir}/libpoppler-qt.a %endif +%files utils +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/pdf* +%{_mandir}/man1/pdf* + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2006/01/20 09:23:43 freetz +- 0.5.0, utils subpkg, gtk-doc API docs + Revision 1.23 2006/01/11 09:47:32 wrobell - ver. 0.4.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/poppler.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
