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