poppler-data.spec revision 12085
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#
17185N/A# Owner: mattman
11179N/A# bugdb: bugzilla.freedesktop.org
11179N/A#
17180N/AName: poppler-data
17435N/ALicense: Adobe
17180N/AGroup: System/Libraries
11179N/AVersion: 0.2.0
11180N/ARelease: 1
11179N/ADistribution: Java Desktop System
17434N/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
11179N/A* Wed Dec 19 2007 - brian.cameron@sun.com
11179N/A- Bump to 0.2.0.
11179N/A
17434N/A* Fri Oct 19 2007 - damien.carbery@sun.com
17434N/A- Bump to 0.1.1. Remove upstream patch 01-fixmake.
12085N/A
12085N/A* Mon Sep 03 2007 - brian.cameron@sun.com
12085N/A- Created
11416N/A