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