Update to 0.15.0
Enable introspection
This commit is contained in:
parent
c276111a91
commit
9422b33e85
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/poppler-0.14.3.tar.gz
|
/poppler-0.14.3.tar.gz
|
||||||
|
/poppler-0.15.0.tar.gz
|
||||||
|
17
poppler.spec
17
poppler.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.14.3
|
Version: 0.15.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -15,6 +15,7 @@ Patch104: poppler-0.12.4-annot-appearance.patch
|
|||||||
## upstream patches
|
## upstream patches
|
||||||
|
|
||||||
Requires: poppler-data >= 0.4.0
|
Requires: poppler-data >= 0.4.0
|
||||||
|
Requires: gobject-introspection
|
||||||
BuildRequires: automake libtool
|
BuildRequires: automake libtool
|
||||||
BuildRequires: cairo-devel >= 1.8.4
|
BuildRequires: cairo-devel >= 1.8.4
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
@ -24,6 +25,7 @@ BuildRequires: openjpeg-devel >= 1.3-5
|
|||||||
BuildRequires: qt3-devel
|
BuildRequires: qt3-devel
|
||||||
BuildRequires: qt4-devel
|
BuildRequires: qt4-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
||||||
@ -154,7 +156,8 @@ autoreconf -i -f
|
|||||||
--enable-poppler-qt \
|
--enable-poppler-qt \
|
||||||
--enable-poppler-qt4 \
|
--enable-poppler-qt4 \
|
||||||
--enable-xpdf-headers \
|
--enable-xpdf-headers \
|
||||||
--disable-zlib
|
--disable-zlib \
|
||||||
|
--enable-introspection=yes
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -189,7 +192,7 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_libdir}/libpoppler.so.7*
|
%{_libdir}/libpoppler.so.8*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -201,13 +204,15 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
|
|
||||||
%files glib
|
%files glib
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libpoppler-glib.so.5*
|
%{_libdir}/libpoppler-glib.so.6*
|
||||||
|
%{_libdir}/girepository-1.0/Poppler-0.16.typelib
|
||||||
|
|
||||||
%files glib-devel
|
%files glib-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/pkgconfig/poppler-glib.pc
|
%{_libdir}/pkgconfig/poppler-glib.pc
|
||||||
%{_libdir}/pkgconfig/poppler-cairo.pc
|
%{_libdir}/pkgconfig/poppler-cairo.pc
|
||||||
%{_libdir}/libpoppler-glib.so
|
%{_libdir}/libpoppler-glib.so
|
||||||
|
%{_datadir}/gir-1.0/Poppler-0.16.gir
|
||||||
|
|
||||||
%files qt
|
%files qt
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -245,6 +250,10 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 24 2010 Marek Kasik <mkasik@redhat.com> - 0.15.0-1
|
||||||
|
- Update to 0.15.0
|
||||||
|
- Enable introspection
|
||||||
|
|
||||||
* Sat Sep 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.14.3-1
|
* Sat Sep 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.14.3-1
|
||||||
- Update to 0.14.3
|
- Update to 0.14.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user