poppler-data.spec revision 17435
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%define owner dkenny
11179N/A# bugdb: bugzilla.freedesktop.org
11179N/A#
11179N/A
11180N/A%define OSR 12956:0.3
11179N/A
12085N/AName: poppler-data
11179N/ALicense: Adobe
11179N/AGroup: System/Libraries
11179N/AVersion: 0.3.0
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)
12085N/A%{_datadir}/poppler/*
12085N/A
12085N/A%changelog
11416N/A* Wed Sep 30 2009 - darren.kenny@sun.com
11416N/A- Bump to 0.3.0.
11416N/A* Wed Dec 19 2007 - brian.cameron@sun.com
11179N/A- Bump to 0.2.0.
11179N/A
* Fri Oct 19 2007 - damien.carbery@sun.com
- Bump to 0.1.1. Remove upstream patch 01-fixmake.
* Mon Sep 03 2007 - brian.cameron@sun.com
- Created