initial packaging
authorAnas Nashif <anas.nashif@intel.com>
Tue, 26 Feb 2013 15:33:56 +0000 (07:33 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 26 Feb 2013 15:36:50 +0000 (07:36 -0800)
packaging/poppler-data.spec [new file with mode: 0644]

diff --git a/packaging/poppler-data.spec b/packaging/poppler-data.spec
new file mode 100644 (file)
index 0000000..03cc779
--- /dev/null
@@ -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