From 1ef9a577a54557c232891528aab361eb6d9aafdc Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 26 Feb 2013 07:33:56 -0800 Subject: [PATCH] initial packaging --- packaging/poppler-data.spec | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 packaging/poppler-data.spec diff --git a/packaging/poppler-data.spec b/packaging/poppler-data.spec new file mode 100644 index 0000000..03cc779 --- /dev/null +++ b/packaging/poppler-data.spec @@ -0,0 +1,31 @@ +Name: poppler-data +Version: 0.4.6 +Release: 0 +License: BSD-3-Clause ; GPL-2.0 +Summary: Encoding Files for use with libpoppler +Url: http://poppler.freedesktop.org/ +Group: System/Libraries +Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz +BuildArch: noarch + +%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 CJK and Cyrrilic properly. + +%prep +%setup -q + +%build +make %{?_smp_mflags} prefix=%{_prefix} + +%install +%makeinstall prefix=%{_prefix} + +%files +%defattr (-, root, root) +%license COPYING COPYING.adobe COPYING.gpl2 +%{_datadir}/poppler + +%changelog -- 2.7.4