- Update to 0.3.3 and change to build cairo backend.
This commit is contained in:
parent
d47e7d4129
commit
2416a58970
10
poppler.spec
10
poppler.spec
@ -1,17 +1,18 @@
|
||||
Summary: Pdf rendering library
|
||||
Name: poppler
|
||||
Version: 0.3.2
|
||||
Version: 0.3.3
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Development/Libraries
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: cairo-devel
|
||||
Requires: gtk2
|
||||
|
||||
%description
|
||||
Poppler, a PDF rendering library, it's a fork of the xpdf PDF
|
||||
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
||||
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and headers for poppler
|
||||
@ -29,7 +30,7 @@ compile applications based on poppler.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-cairo-output
|
||||
%configure --enable-cairo-output
|
||||
make
|
||||
|
||||
%install
|
||||
@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/poppler
|
||||
|
||||
%changelog
|
||||
* Mon Jun 20 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.3-1
|
||||
- Update to 0.3.3 and change to build cairo backend.
|
||||
|
||||
* Sun May 22 2005 Marco Pesenti gritti <mpg@redhat.com> - 0.3.2-1
|
||||
- Update to 0.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user