8d061a
# =============================================================================
8d061a
8d061a
Name:             poppler-data
8d061a
Summary:          Encoding files for use with poppler
8d061a
Version:          0.4.9
8d061a
Release:          1%{?dist}
8d061a
8d061a
# NOTE: The licensing details are explained in COPYING file in source archive.
8d061a
License:          BSD and GPLv2
8d061a
8d061a
URL:              https://poppler.freedesktop.org/
8d061a
Source:           https://poppler.freedesktop.org/poppler-data-%{version}.tar.gz
8d061a
8d061a
BuildArch:        noarch
8d061a
BuildRequires:    git
8d061a
8d061a
# =============================================================================
8d061a
8d061a
# NOTE: 'autosetup' macro (below) uses 'git' for applying the patches:
8d061a
#       ->> All the patches should be provided in 'git format-patch' format.
8d061a
#       ->> Auxiliary repository will be created during 'fedpkg prep', you
8d061a
#           can see all the applied patches there via 'git log'.
8d061a
8d061a
# Upstream patches -- official upstream patches released by upstream since the
8d061a
# ----------------    last rebase that are necessary for any reason:
8d061a
#Patch000: example000.patch
8d061a
8d061a
8d061a
# Downstream patches -- these should be always included when doing rebase:
8d061a
# ------------------
8d061a
#Patch100: example100.patch
8d061a
8d061a
8d061a
# Downstream patches for RHEL -- patches that we keep only in RHEL for various
8d061a
# ---------------------------    reasons, but are not enabled in Fedora:
8d061a
%if %{defined rhel} || %{defined centos}
8d061a
#Patch200: example200.patch
8d061a
%endif
8d061a
8d061a
8d061a
# Patches to be removed -- deprecated functionality which shall be removed at
8d061a
# ---------------------    some point in the future:
8d061a
8d061a
8d061a
%description
8d061a
This package consists of encoding files for use with poppler. The encoding
8d061a
files are optional and poppler will automatically read them if they are present.
8d061a
8d061a
When installed, the encoding files enables poppler to correctly render both CJK
8d061a
and Cyrrilic characters properly.
8d061a
8d061a
# === SUBPACKAGES =============================================================
8d061a
8d061a
%package          devel
8d061a
Summary:          Devel files for %{name}
8d061a
8d061a
Requires:         %{name} = %{version}-%{release}
8d061a
BuildRequires:    pkgconfig
8d061a
8d061a
%description devel
8d061a
This sub-package currently contains only pkgconfig file, which can be used with
8d061a
pkgconfig utility allowing your software to be build with poppler-data.
8d061a
8d061a
# === BUILD INSTRUCTIONS ======================================================
8d061a
8d061a
%prep
8d061a
%autosetup -S git
8d061a
8d061a
# NOTE: Nothing to do here - we are packaging the content only.
8d061a
%build
8d061a
8d061a
%install
8d061a
%make_install prefix=%{_prefix}
8d061a
8d061a
# === PACKAGING INSTRUCTIONS ==================================================
8d061a
8d061a
%files
8d061a
%license COPYING COPYING.adobe COPYING.gpl2
8d061a
%{_datadir}/poppler/
8d061a
8d061a
%files devel
8d061a
%{_datadir}/pkgconfig/poppler-data.pc
8d061a
8d061a
# =============================================================================
8d061a
8d061a
%changelog
8d061a
* Wed Apr 25 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 0.4.9-1
8d061a
- rebase to latest upstream version (bug #1571487)
8d061a
8d061a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-5
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8d061a
8d061a
* Wed Nov 15 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 0.4.8-4
8d061a
- specfile cleanup according to Fedora Packaging Guidelines
8d061a
- ghostscript parts removed from specfile
8d061a
8d061a
* Thu Nov 09 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 0.4.8-3
8d061a
- Rebuilt again (buildroot override was not yet in effect)
8d061a
8d061a
* Thu Nov 09 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 0.4.8-2
8d061a
- Rebuilt because of ghostscript-9.22 rebase
8d061a
8d061a
* Mon Aug 14 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.4.8-1
8d061a
- 0.4.8 (#1481056)
8d061a
8d061a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-8
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8d061a
8d061a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-7
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8d061a
8d061a
* Thu Dec  8 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 0.4.7-6
8d061a
- Rebuild because of ghostscript-9.20 rebase (bug #1402306)
8d061a
8d061a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-5
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8d061a
8d061a
* Tue Jun 16 2015 Rex Dieter <rdieter@fedoraproject.org> 0.4.7-4
8d061a
- rebuild for ghostscript-9.16 (#1226627)
8d061a
8d061a
* Tue Feb 17 2015 Rex Dieter <rdieter@fedoraproject.org> 0.4.7-3
8d061a
- rebuild (ghostscript-9.15)
8d061a
8d061a
* Tue Sep 23 2014 Rex Dieter <rdieter@fedoraproject.org> 0.4.7-2
8d061a
- License field should contain GPLv3+ (#949515)
8d061a
8d061a
* Thu Aug 14 2014 Rex Dieter <rdieter@fedoraproject.org> 0.4.7-1
8d061a
- 0.4.7, .spec cleanup
8d061a
8d061a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.6-5
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8d061a
8d061a
* Mon Oct 21 2013 Rex Dieter <rdieter@fedoraproject.org> 0.4.6-4
8d061a
- rebuild (ghostscript-9.10)
8d061a
8d061a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.6-3
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8d061a
8d061a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.6-2
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8d061a
8d061a
* Wed Oct 17 2012 Rex Dieter <rdieter@fedoraproject.org> 0.4.6-1
8d061a
- poppler-data-0.4.6
8d061a
8d061a
* Tue Sep 18 2012 Rex Dieter <rdieter@fedoraproject.org> 0.4.5-6
8d061a
- create ghostscript cmap symlinks (#842351)
8d061a
8d061a
* Sat Sep 15 2012 Rex Dieter <rdieter@fedoraproject.org> 0.4.5-5
8d061a
- Identity-UTF16-H too (#842351)
8d061a
8d061a
* Sat Sep 15 2012 Rex Dieter <rdieter@fedoraproject.org> 0.4.5-4
8d061a
- CMap file "Identity-H" missing due to poppler-data change/cleanup (#842351)
8d061a
8d061a
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5-3
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8d061a
8d061a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5-2
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8d061a
8d061a
* Wed Oct 12 2011 Rex Dieter <rdieter@fedoraproject.org> 0.4.5-1
8d061a
- poppler-data-0.4.5
8d061a
8d061a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-2
8d061a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8d061a
8d061a
* Thu Oct 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.4.4-1
8d061a
- poppler-data-0.4.4
8d061a
8d061a
* Thu Jul 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.4.3-1
8d061a
- poppler-data-0.4.3
8d061a
8d061a
* Sat May 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.4.2-1
8d061a
- poppler-data-0.4.2
8d061a
8d061a
* Mon Dec 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.4.0-1
8d061a
- poppler-data-0.4.0
8d061a
8d061a
* Mon Nov 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.3.1-1
8d061a
- poppler-data-0.3.1
8d061a
8d061a
* Tue Sep 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.3.0-1
8d061a
- poppler-data-0.3.0
8d061a
- License: BSD and GPLv2
8d061a
8d061a
* Mon Jun 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.2.1-1
8d061a
- first try at separate poppler-data
8d061a