2005-03-02 14:52:52 +00:00
|
|
|
Summary: Pdf rendering library
|
|
|
|
Name: poppler
|
2006-01-11 19:37:03 +00:00
|
|
|
Version: 0.5.0
|
2006-02-11 05:12:46 +00:00
|
|
|
Release: 4.2
|
2005-03-02 14:52:52 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Development/Libraries
|
2005-03-12 11:10:00 +00:00
|
|
|
Source0: %{name}-%{version}.tar.gz
|
2005-03-02 14:52:52 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRequires: gtk2-devel
|
2005-06-21 03:16:26 +00:00
|
|
|
BuildRequires: cairo-devel
|
2005-03-02 14:52:52 +00:00
|
|
|
Requires: gtk2
|
|
|
|
|
|
|
|
%description
|
|
|
|
Poppler, a PDF rendering library, it's a fork of the xpdf PDF
|
2005-06-21 03:16:26 +00:00
|
|
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
2005-03-02 14:52:52 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for poppler
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %name = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Poppler, a PDF rendering library, it's a fork of the xpdf PDF
|
|
|
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
|
|
|
|
|
|
|
You should install the poppler-devel package if you would like to
|
|
|
|
compile applications based on poppler.
|
|
|
|
|
2006-01-11 19:37:03 +00:00
|
|
|
%package utils
|
|
|
|
Summary: Command line utilities for converting PDF files.
|
|
|
|
Group: Applications/Text
|
|
|
|
Requires: %name = %{version}
|
2006-01-18 18:17:17 +00:00
|
|
|
Conflicts: xpdf <= 1:3.01-8
|
2006-01-11 19:37:03 +00:00
|
|
|
|
|
|
|
%description utils
|
|
|
|
Poppler, a PDF rendering library, it's a fork of the xpdf PDF
|
|
|
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
|
|
|
|
|
|
|
This utils package installs a number of command line tools for
|
|
|
|
converting PDF files to a number of other formats.
|
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2006-01-11 19:37:03 +00:00
|
|
|
%configure --enable-cairo-output --disable-splash-output
|
2005-03-02 14:52:52 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc ChangeLog README
|
|
|
|
%{_libdir}/lib*.so*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/lib*.a
|
|
|
|
%{_includedir}/poppler
|
2006-01-11 20:23:18 +00:00
|
|
|
%{_datadir}/gtk-doc/html/poppler
|
2005-03-02 14:52:52 +00:00
|
|
|
|
2006-01-11 19:37:03 +00:00
|
|
|
%files utils
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_bindir}/*
|
2006-01-11 20:23:18 +00:00
|
|
|
%{_mandir}/man1/*
|
2006-01-11 19:37:03 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%changelog
|
2006-02-11 05:12:46 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-4.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:34:39 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-18 18:17:17 +00:00
|
|
|
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 0.5.0-4
|
|
|
|
- change xpdf conflict version to be <= instead of <
|
|
|
|
|
2006-01-18 17:15:10 +00:00
|
|
|
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 0.5.0-3
|
|
|
|
- update conflicts: xpdf line to be versioned
|
|
|
|
|
2006-01-11 19:37:03 +00:00
|
|
|
* Wed Jan 11 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.0-2.0
|
|
|
|
- Update to 0.5.0 and add poppler-utils subpackage.
|
2006-01-11 20:23:18 +00:00
|
|
|
- Flesh out poppler-utils subpackage.
|
2006-01-11 19:37:03 +00:00
|
|
|
|
2005-12-09 22:42:45 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-09-04 18:31:25 +00:00
|
|
|
* Sun Sep 4 2005 Kristian Høgsberg <krh@redhat.com> - 0.4.2-1
|
|
|
|
- Update to 0.4.2 and disable splash backend so we don't build it.
|
|
|
|
|
2005-08-26 16:48:43 +00:00
|
|
|
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.4.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
2005-08-26 16:08:58 +00:00
|
|
|
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.4.1-1
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
2005-08-17 23:13:50 +00:00
|
|
|
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> - 0.4.0-2
|
|
|
|
- Bump release and rebuild.
|
|
|
|
|
2005-08-17 08:45:58 +00:00
|
|
|
* Wed Aug 17 2005 Marco Pesenti gritti <mpg@redhat.com> - 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
2005-08-16 02:10:21 +00:00
|
|
|
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.3-2
|
|
|
|
- Rebuild to pick up new cairo soname.
|
|
|
|
|
2005-06-21 03:16:26 +00:00
|
|
|
* 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.
|
|
|
|
|
2005-05-22 11:09:43 +00:00
|
|
|
* Sun May 22 2005 Marco Pesenti gritti <mpg@redhat.com> - 0.3.2-1
|
|
|
|
- Update to 0.3.2
|
|
|
|
|
2005-05-07 10:32:45 +00:00
|
|
|
* Sat May 7 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
2005-04-23 10:41:32 +00:00
|
|
|
* Sat Apr 23 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.0
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
2005-04-13 21:01:16 +00:00
|
|
|
* Wed Apr 13 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- remove empty post/postun scripts
|
|
|
|
|
2005-04-06 09:46:21 +00:00
|
|
|
* Wed Apr 6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.0-1
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
2005-03-12 11:07:18 +00:00
|
|
|
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.2-1
|
|
|
|
- Update to 0.1.2
|
2005-03-12 11:10:00 +00:00
|
|
|
- Use tar.gz because there are not bz of poppler
|
2005-03-12 11:07:18 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
* Sat Mar 2 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.1-1
|
|
|
|
- Initial build
|