poppler-data.spec revision 11179
10139N/A#
10139N/A# spec file for package poppler
10139N/A#
11314N/A# Copyright (c) 2005 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Owner: mattman
10139N/A# bugdb: bugzilla.freedesktop.org
10139N/A#
10139N/AName: poppler-data
10139N/ALicense: GPL
10139N/AGroup: System/Libraries
15322N/AVersion: 0.1
10139N/ARelease: 1
13660N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: PDF Rendering Library
10139N/ASource: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
10139N/A# date 2007-09-04 type:bug owner:yippi
10139N/APatch1: poppler-data-01-fixmake.diff
10139N/AURL: http://poppler.freedesktop.org/
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_docdir}/%{name}
10139N/AAutoreqprov: on
10139N/APrereq: /sbin/ldconfig
14417N/A
14417N/A%description
14343N/Apoppler-data consists of encoding files for use with poppler. These
10139N/Afiles allow poppler to correctly render CJK and Cyrrilic properly.
10139N/A
10139N/A%prep
10139N/A%setup -q
10139N/A%patch1 -p1
10139N/A
10139N/A%build
10139N/A
10139N/A# Nothing to make
10139N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install datadir=%{_datadir}
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/A/sbin/ldconfig
10139N/A
10139N/A%postun
10139N/A/sbin/ldconfig
10139N/A
14333N/A%files
10139N/A%defattr(-, root, root)
10139N/A%{_datadir}/poppler/*
11020N/A
10139N/A%changelog
10139N/A* Mon Sep 03 2007 - brian.cameron@sun.com
14333N/A- Created
11314N/A