diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-26 07:33:56 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-26 07:36:50 -0800 |
commit | 1ef9a577a54557c232891528aab361eb6d9aafdc (patch) | |
tree | 5cd2ba6ccd8bdb0543c2ede5f5130c9225d4c317 | |
parent | 9f16b542b9b66972d22eb32b9773b1aaf0693c95 (diff) | |
download | poppler-data-1ef9a577a54557c232891528aab361eb6d9aafdc.tar.gz poppler-data-1ef9a577a54557c232891528aab361eb6d9aafdc.tar.bz2 poppler-data-1ef9a577a54557c232891528aab361eb6d9aafdc.zip |
initial packaging
-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 |