2007-08-24 01:05:25 +02:00
|
|
|
#
|
2011-03-09 17:13:36 +01:00
|
|
|
# spec file for package ft2demos
|
2007-08-24 01:05:25 +02:00
|
|
|
#
|
2013-01-15 00:27:06 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-08-24 01:05:25 +02:00
|
|
|
#
|
2008-08-21 18:08:44 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-02-14 12:24:14 +01:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
Name: ft2demos
|
2013-12-11 08:36:25 +01:00
|
|
|
Version: 2.5.2
|
2011-12-22 16:57:14 +01:00
|
|
|
Release: 0
|
2011-07-11 10:45:49 +02:00
|
|
|
Summary: Freetype2 Utilities and Demo Programs
|
2011-12-22 16:57:14 +01:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Productivity/Publishing/Other
|
2013-12-11 08:36:25 +01:00
|
|
|
%define freetype_version 2.5.2
|
2007-10-03 00:52:44 +02:00
|
|
|
Url: http://www.freetype.org
|
2013-07-03 15:35:28 +02:00
|
|
|
Source0: http://savannah.nongnu.org/download/freetype/freetype-%{freetype_version}.tar.bz2
|
2007-08-24 01:05:25 +02:00
|
|
|
Source1: http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
|
2007-10-03 00:52:44 +02:00
|
|
|
Patch308961: bugzilla-308961-cmex-workaround.patch
|
2007-08-24 01:05:25 +02:00
|
|
|
Patch200: freetype2-subpixel.patch
|
2013-12-11 08:36:25 +01:00
|
|
|
# PATCH-FIX-UPSTREAM overflow.patch -- I: Statement is overflowing a buffer
|
|
|
|
Patch201: overflow.patch
|
2013-07-03 15:35:28 +02:00
|
|
|
BuildRequires: libpng-devel
|
2011-07-11 10:45:49 +02:00
|
|
|
BuildRequires: xorg-x11-devel
|
2013-07-03 15:35:28 +02:00
|
|
|
Conflicts: dtc
|
2011-07-11 10:45:49 +02:00
|
|
|
Supplements: fonts-config
|
2010-08-13 23:59:21 +02:00
|
|
|
Source1000: bnc628213_test.otf
|
|
|
|
Source1004: bnc629447_sigsegv31.ttf
|
2011-02-28 22:44:10 +01:00
|
|
|
Source1013: bnc633938_badbdf.0
|
2010-12-08 13:07:58 +01:00
|
|
|
Source1015: bug-641580_CVE-2010-3311.cff
|
2011-02-28 22:44:10 +01:00
|
|
|
Source1016: bug-647375_tt2.ttf
|
2007-08-24 01:05:25 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Freetype2 utilities and demo programs.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%define enable_subpixel_rendering 0%{?opensuse_bs}
|
2012-06-17 13:51:37 +02:00
|
|
|
%setup -q -n freetype-%{freetype_version} -b 1
|
2007-10-03 00:52:44 +02:00
|
|
|
%patch308961 -p 1
|
2007-08-24 01:05:25 +02:00
|
|
|
%if %{enable_subpixel_rendering}
|
|
|
|
%patch200 -p 1 -b .subpixel
|
|
|
|
%endif
|
2013-12-11 08:36:25 +01:00
|
|
|
pushd ../ft2demos-%{version}
|
|
|
|
%patch201 -p1
|
|
|
|
popd
|
2007-08-24 01:05:25 +02:00
|
|
|
|
|
|
|
%build
|
2013-06-09 15:45:08 +02:00
|
|
|
export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
|
2011-07-11 10:45:49 +02:00
|
|
|
%configure --without-bzip2
|
2012-02-15 07:21:00 +01:00
|
|
|
make %{?_smp_mflags}
|
2007-08-24 01:05:25 +02:00
|
|
|
pushd ..
|
|
|
|
ln -s freetype-%{freetype_version} freetype2
|
|
|
|
cd ft2demos-%{version}
|
2012-02-15 07:21:00 +01:00
|
|
|
make %{?_smp_mflags}
|
2007-08-24 01:05:25 +02:00
|
|
|
popd
|
|
|
|
|
|
|
|
%install
|
2011-07-11 10:45:49 +02:00
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
2007-08-24 01:05:25 +02:00
|
|
|
pushd ../ft2demos-%{version}/bin/.libs
|
2011-07-11 10:45:49 +02:00
|
|
|
install -m 755 ft* %{buildroot}%{_bindir}
|
2007-08-24 01:05:25 +02:00
|
|
|
popd
|
|
|
|
|
2010-08-13 23:59:21 +02:00
|
|
|
%check
|
2011-07-11 10:45:49 +02:00
|
|
|
%{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}
|
2010-08-13 23:59:21 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ft*
|
2008-04-10 14:13:39 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%changelog
|