File mingw64-poppler-data.spec of Package mingw64-poppler-data
#
# spec file for package mingw64-poppler-data
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: mingw64-poppler-data
Version: 0.4.7
Release: 0
Summary: Encoding Files for use with libpoppler
License: BSD-3-Clause and GPL-2.0-only
Group: Development/Libraries
Url: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz
#!BuildIgnore: post-build-checks
BuildRequires: mingw64-filesystem
BuildArch: noarch
%_mingw64_package_header_debug
%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. While poppler is
licensed under the GPL, these encoding files are copyright Adobe and
licensed much more strictly, and thus distributed separately.
%prep
%setup -q -n poppler-data-%{version}
%build
# nothing to do
%install
%{_mingw64_make} DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%{_mingw64_datadir}/poppler
%{_mingw64_datadir}/pkgconfig/poppler-data.pc
%changelog