127 lines
3.3 KiB
RPMSpec
127 lines
3.3 KiB
RPMSpec
Summary: Pdf rendering library
|
|
Name: poppler
|
|
Version: 0.5.0
|
|
Release: 2.0
|
|
License: GPL
|
|
Group: Development/Libraries
|
|
Source0: %{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: cairo-devel
|
|
Requires: gtk2
|
|
|
|
%description
|
|
Poppler, a PDF rendering library, it's a fork of the xpdf PDF
|
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
|
|
|
%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.
|
|
|
|
%package utils
|
|
Summary: Command line utilities for converting PDF files.
|
|
Group: Applications/Text
|
|
Requires: %name = %{version}
|
|
Conflicts: xpdf < 1:3.01-8
|
|
|
|
%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.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --enable-cairo-output --disable-splash-output
|
|
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
|
|
%{_datadir}/gtk-doc/html/poppler
|
|
|
|
%files utils
|
|
%defattr(-, root, root)
|
|
%{_bindir}/*
|
|
%{_mandir}/man1/*
|
|
|
|
%changelog
|
|
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 0.5.0-3
|
|
- update conflicts: xpdf line to be versioned
|
|
|
|
* 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.
|
|
- Flesh out poppler-utils subpackage.
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* 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.
|
|
|
|
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.4.1-2
|
|
- Rebuild
|
|
|
|
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.4.1-1
|
|
- Update to 0.4.1
|
|
|
|
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> - 0.4.0-2
|
|
- Bump release and rebuild.
|
|
|
|
* Wed Aug 17 2005 Marco Pesenti gritti <mpg@redhat.com> - 0.4.0-1
|
|
- Update to 0.4.0
|
|
|
|
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.3-2
|
|
- Rebuild to pick up new cairo soname.
|
|
|
|
* 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.
|
|
|
|
* Sun May 22 2005 Marco Pesenti gritti <mpg@redhat.com> - 0.3.2-1
|
|
- Update to 0.3.2
|
|
|
|
* Sat May 7 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1
|
|
- Update to 0.3.1
|
|
|
|
* Sat Apr 23 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.0
|
|
- Update to 0.3.0
|
|
|
|
* Wed Apr 13 2005 Florian La Roche <laroche@redhat.com>
|
|
- remove empty post/postun scripts
|
|
|
|
* Wed Apr 6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.0-1
|
|
- Update to 0.2.0
|
|
|
|
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.2-1
|
|
- Update to 0.1.2
|
|
- Use tar.gz because there are not bz of poppler
|
|
|
|
* Sat Mar 2 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.1-1
|
|
- Initial build
|