This commit is contained in:
Matthias Clasen 2010-06-19 02:08:33 +00:00
parent feffa250b6
commit 1c3be9c904
2 changed files with 7 additions and 10 deletions

View File

@ -1,13 +1,12 @@
Summary: PDF rendering library
Name: poppler
Version: 0.13.4
Version: 0.14.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Libraries
URL: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
## upstreamable patches
@ -135,7 +134,7 @@ This utils package installs a number of command line tools for
converting PDF files to a number of other formats.
%prep
%setup -q
%setup -q
%patch100 -p1 -b .objstream
%patch104 -p1 -b .annot
@ -164,9 +163,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
@ -191,9 +188,6 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
%postun cpp -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
@ -254,6 +248,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
- Update to 0.14.0
* Wed May 26 2010 Marek Kasik <mkasik@redhat.com> - 0.13.4-1
- poppler-0.13.4

View File

@ -1 +1 @@
4c341a068a13248e152775d9f653a5a5 poppler-0.13.4.tar.gz
76f003b8fa2b905674088c306aa857c5 poppler-0.14.0.tar.gz