poppler-data.spec revision 11180
11179N/A#
11179N/A# spec file for package poppler
11179N/A#
11179N/A# Copyright (c) 2005 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#
11179N/A# Owner: mattman
11179N/A# bugdb: bugzilla.freedesktop.org
11179N/A#
11179N/AName: poppler-data
11180N/ALicense: Adobe
11179N/AGroup: System/Libraries
11179N/AVersion: 0.1
11179N/ARelease: 1
11179N/ADistribution: Java Desktop System
11179N/AVendor: Sun Microsystems, Inc.
11179N/ASummary: PDF Rendering Library
11179N/ASource: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
11180N/A# date 2007-09-04 type:bug owner:yippi bugzilla:12276
11179N/APatch1: poppler-data-01-fixmake.diff
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%patch1 -p1
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
11179N/A* Mon Sep 03 2007 - brian.cameron@sun.com
11179N/A- Created