11179N/A#
11179N/A# spec file for package poppler
11179N/A#
18741N/A# Copyright (c) 2010 Sun Microsystems, Inc.
11179N/A# This file and all modifications and additions to the pristine
11179N/A# package are under the same license as the package itself.
11179N/A#
17822N/A%define owner gheet
11179N/A# bugdb: bugzilla.freedesktop.org
11179N/A#
17180N/A
17435N/A%define OSR 12956:0.3
17180N/A
11179N/AName: poppler-data
18982N/ALicense: MIT,Adobe,GPLv2
11179N/AGroup: System/Libraries
20841N/AVersion: 0.4.5
11179N/ARelease: 1
11179N/ADistribution: Java Desktop System
18616N/AVendor: freedesktop.org
11179N/ASummary: PDF Rendering Library
11179N/ASource: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
11179N/AURL: http://poppler.freedesktop.org/
11179N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
11179N/ADocdir: %{_docdir}/%{name}
11179N/AAutoreqprov: on
11179N/APrereq: /sbin/ldconfig
11179N/A
11179N/A%description
11179N/Apoppler-data consists of encoding files for use with poppler. These
11179N/Afiles allow poppler to correctly render CJK and Cyrrilic properly.
11179N/A
11179N/A%prep
11179N/A%setup -q
11179N/A
11179N/A%build
11179N/A
11179N/A# Nothing to make
11179N/A
11179N/A%install
11179N/Amake DESTDIR=$RPM_BUILD_ROOT install datadir=%{_datadir}
11179N/A
11179N/A%clean
11179N/Arm -rf $RPM_BUILD_ROOT
11179N/A
11179N/A%post
11179N/A/sbin/ldconfig
11179N/A
11179N/A%postun
11179N/A/sbin/ldconfig
11179N/A
11179N/A%files
11179N/A%defattr(-, root, root)
11179N/A%{_datadir}/poppler/*
11179N/A
11179N/A%changelog
20841N/A* Wed Oct 05 2011 - brian.cameron@oracle.com
20841N/A- Bump to 0.4.5.
19036N/A* Wed Oct 20 2010 - brian.cameron@oracle.com
19036N/A- Bump to 0.4.3.
18741N/A* Thu May 13 2010 - brian.cameron@oracle.com
18741N/A- Bump to 0.4.2.
17434N/A* Wed Sep 30 2009 - darren.kenny@sun.com
17434N/A- Bump to 0.3.0.
12085N/A* Wed Dec 19 2007 - brian.cameron@sun.com
12085N/A- Bump to 0.2.0.
11416N/A* Fri Oct 19 2007 - damien.carbery@sun.com
11416N/A- Bump to 0.1.1. Remove upstream patch 01-fixmake.
11179N/A* Mon Sep 03 2007 - brian.cameron@sun.com
18741N/A- Created.