File ft2demos.spec of Package freetype2.449

#
# spec file for package ft2demos
#
# Copyright (c) 2015 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:           ft2demos
Version:        2.5.3
Release:        0
Summary:        Freetype2 Utilities and Demo Programs
License:        GPL-2.0+
Group:          Productivity/Publishing/Other
%define freetype_version 2.5.3
Url:            http://www.freetype.org
Source0:        http://savannah.nongnu.org/download/freetype/freetype-%{freetype_version}.tar.bz2
Source1:        http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
Patch308961:    bugzilla-308961-cmex-workaround.patch
Patch200:       freetype2-subpixel.patch
# PATCH-FIX-UPSTREAM overflow.patch -- I: Statement is overflowing a buffer
Patch201:       overflow.patch
# PATCH-FIX-OPENSUSE don-t-mark-libpng-as-required-library.patch -- it is private in .pc
Patch202:       don-t-mark-libpng-as-required-library.patch
Patch300:       CVE-2014-9656.patch
Patch301:       CVE-2014-9657.patch
Patch302:       CVE-2014-9658.patch
Patch303:       CVE-2014-9659.patch
Patch304:       CVE-2014-9660.patch
Patch305:       CVE-2014-9661.patch
Patch306:       CVE-2014-9662.patch
Patch307:       CVE-2014-9663.patch
Patch308:       CVE-2014-9664.patch
Patch309:       CVE-2014-9665.patch
Patch310:       CVE-2014-9666.patch
Patch311:       CVE-2014-9667.patch
Patch312:       CVE-2014-9668.patch
Patch313:       CVE-2014-9669.patch
Patch314:       CVE-2014-9670.patch
Patch315:       CVE-2014-9671.patch
Patch316:       CVE-2014-9672.patch
Patch317:       CVE-2014-9673.patch
Patch318:       CVE-2014-9674.patch
Patch319:       CVE-2014-9675.patch
BuildRequires:  libpng-devel
BuildRequires:  xorg-x11-devel
Conflicts:      dtc
Supplements:    fonts-config
Source1000:     bnc628213_test.otf
Source1004:     bnc629447_sigsegv31.ttf
Source1013:     bnc633938_badbdf.0
Source1015:     bug-641580_CVE-2010-3311.cff
Source1016:     bug-647375_tt2.ttf
# silence our clamav check
NoSource:       1000
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Freetype2 utilities and demo programs.

%prep
%define enable_subpixel_rendering 0%{?opensuse_bs}
%setup -q -n freetype-%{freetype_version} -b 1
%patch308961 -p 1
%if %{enable_subpixel_rendering}
%patch200 -p 1 -b .subpixel
%endif
pushd ../ft2demos-%{version}
%patch201 -p1
popd
%patch202 -p1

%patch300 -p1
%patch301 -p1
%patch302 -p1
%patch303 -p1
%patch304 -p1
%patch305 -p1
%patch306 -p1
%patch307 -p1
%patch308 -p1
%patch309 -p1
%patch310 -p1
%patch311 -p1
%patch312 -p1
%patch313 -p1
%patch314 -p1
%patch315 -p1
%patch316 -p1
%patch317 -p1
%patch318 -p1
%patch319 -p1

%build
export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
%configure --without-bzip2
make %{?_smp_mflags}
pushd ..
    ln -s freetype-%{freetype_version} freetype2
    cd ft2demos-%{version}
    make %{?_smp_mflags}
popd

%install
mkdir -p %{buildroot}%{_bindir}
pushd ../ft2demos-%{version}/bin/.libs
    install -m 755 ft* %{buildroot}%{_bindir}
popd

%check
%{buildroot}%{_bindir}/ftbench -c 1 %{S:1000}
%{buildroot}%{_bindir}/ftbench -c 1 %{S:1004} |& grep -v "couldn't load font resource" && echo "should fail"
%{buildroot}%{_bindir}/ftbench -c 1 %{S:1013} |& grep -v "couldn't load font resource" && echo "should fail"
%{buildroot}%{_bindir}/ftbench -c 1 %{S:1015} |& grep -v "couldn't load font resource" && echo "should fail"
%{buildroot}%{_bindir}/ftbench -c 1 %{S:1016}

%files
%defattr(-,root,root)
%{_bindir}/ft*

%changelog
openSUSE Build Service is sponsored by