From 8555451e0e42da104b993e7e462211f737f96918 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:25:45 +0100 Subject: [PATCH] automatic version update by autodist [release 0.4.6-1mamba;Wed Oct 24 2012] --- README.md | 2 ++ poppler-data.spec | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 poppler-data.spec diff --git a/README.md b/README.md index 90e40b9..23c609f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # poppler-data +Poppler encoding data used by libpoppler. + diff --git a/poppler-data.spec b/poppler-data.spec new file mode 100644 index 0000000..f1bdebb --- /dev/null +++ b/poppler-data.spec @@ -0,0 +1,48 @@ +Name: poppler-data +Version: 0.4.6 +Release: 1mamba +Summary: Poppler encoding data used by libpoppler +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://poppler.freedesktop.org/ +Source: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz +License: GPL +BuildRequires: cmake +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Poppler encoding data used by libpoppler. + +%prep +%setup -q + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_datadir}/poppler/cMap +%{_datadir}/poppler/cidToUnicode +%{_datadir}/poppler/nameToUnicode +%{_datadir}/poppler/unicodeMap +%doc COPYING README + +%changelog +* Wed Oct 24 2012 Automatic Build System 0.4.6-1mamba +- automatic version update by autodist + +* Sat Sep 03 2011 Automatic Build System 0.4.5-1mamba +- automatic version update by autodist + +* Thu Feb 17 2011 Silvan Calarco 0.4.4-1mamba +- package created by autospec