0.14.0
This commit is contained in:
parent
feffa250b6
commit
1c3be9c904
15
poppler.spec
15
poppler.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user