poppler-data.spec revision 17180
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#
12598N/A# Owner: dkenny
11179N/A# bugdb: bugzilla.freedesktop.org
11179N/A#
17180N/A
17180N/A%define OSR 7037:0.1
17180N/A
11179N/AName: poppler-data
11180N/ALicense: Adobe
11179N/AGroup: System/Libraries
16321N/AVersion: 0.2.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
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
12085N/A* Wed Dec 19 2007 - brian.cameron@sun.com
12085N/A- Bump to 0.2.0.
12085N/A
11416N/A* Fri Oct 19 2007 - damien.carbery@sun.com
11416N/A- Bump to 0.1.1. Remove upstream patch 01-fixmake.
11416N/A
11179N/A* Mon Sep 03 2007 - brian.cameron@sun.com
11179N/A- Created