summaryrefslogtreecommitdiff
path: root/packaging/poppler-data.spec
blob: 3422fa1c605588323fd08d75e485a6d33eb74672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
Source1001: 	poppler-data.manifest
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
cp %{SOURCE1001} .

%build
make %{?_smp_mflags} prefix=%{_prefix}

%install
%makeinstall prefix=%{_prefix}

%files
%manifest %{name}.manifest
%defattr (-, root, root)
%license COPYING COPYING.adobe COPYING.gpl2
%{_datadir}/poppler

%changelog