diff options
Diffstat (limited to 'packaging/poppler-data.spec')
-rw-r--r-- | packaging/poppler-data.spec | 31 |
1 files changed, 31 insertions, 0 deletions
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 |