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
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.13.4
|
Version: 0.14.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://poppler.freedesktop.org/
|
URL: http://poppler.freedesktop.org/
|
||||||
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
|
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
## upstreamable patches
|
## 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.
|
converting PDF files to a number of other formats.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch100 -p1 -b .objstream
|
%patch100 -p1 -b .objstream
|
||||||
%patch104 -p1 -b .annot
|
%patch104 -p1 -b .annot
|
||||||
@ -164,9 +163,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%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
|
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
|
%postun cpp -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -254,6 +248,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 26 2010 Marek Kasik <mkasik@redhat.com> - 0.13.4-1
|
||||||
- poppler-0.13.4
|
- poppler-0.13.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user