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
|
|
|
#
|
2011-03-09 17:13:36 +01:00
|
|
|
# Copyright (c) 2011 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-04-10 14:13:39 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
Name: ft2demos
|
|
|
|
BuildRequires: xorg-x11-devel
|
2009-12-30 00:17:28 +01:00
|
|
|
License: GPLv2+
|
2007-08-24 01:05:25 +02:00
|
|
|
Group: Productivity/Publishing/Other
|
2007-10-03 00:52:44 +02:00
|
|
|
AutoReqProv: on
|
2007-08-24 01:05:25 +02:00
|
|
|
Supplements: fonts-config
|
2011-06-27 09:15:07 +02:00
|
|
|
Version: 2.4.5
|
2011-03-09 17:13:36 +01:00
|
|
|
Release: 4
|
2007-08-24 01:05:25 +02:00
|
|
|
%define freetype_version %{version}
|
2007-10-03 00:52:44 +02:00
|
|
|
Url: http://www.freetype.org
|
2007-08-24 01:05:25 +02:00
|
|
|
Summary: Freetype2 Utilities and Demo Programs
|
|
|
|
Source0: http://savannah.nongnu.org/download/freetype/freetype-%{version}.tar.bz2
|
|
|
|
Source1: http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
|
2008-07-24 23:00:54 +02:00
|
|
|
Patch9: fix-build.patch
|
2007-10-03 00:52:44 +02:00
|
|
|
Patch308961: bugzilla-308961-cmex-workaround.patch
|
2007-08-24 01:05:25 +02:00
|
|
|
Patch50: ft2demos-build-testname.patch
|
|
|
|
Patch200: freetype2-subpixel.patch
|
2010-04-01 03:04:23 +02:00
|
|
|
Patch201: use_unix.diff
|
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
|
2010-08-13 23:59:21 +02:00
|
|
|
|
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}
|
|
|
|
%setup -n freetype-%{freetype_version} -b 1
|
2008-07-24 23:00:54 +02:00
|
|
|
%patch9 -p 1
|
2007-10-03 00:52:44 +02:00
|
|
|
%patch308961 -p 1
|
2007-08-24 01:05:25 +02:00
|
|
|
pushd ../ft2demos-%{version}
|
|
|
|
%patch50 -p 1
|
|
|
|
popd
|
|
|
|
%if %{enable_subpixel_rendering}
|
|
|
|
%patch200 -p 1 -b .subpixel
|
|
|
|
%endif
|
2010-04-01 03:04:23 +02:00
|
|
|
%patch201 -p1
|
2010-08-13 23:59:21 +02:00
|
|
|
|
2008-04-20 21:26:11 +02:00
|
|
|
cp /usr/share/automake*/config.{guess,sub} builds/unix
|
2007-08-24 01:05:25 +02:00
|
|
|
|
|
|
|
%build
|
2008-07-24 23:00:54 +02:00
|
|
|
ln -s /usr/bin/libtool ./builds/unix/libtool
|
2011-06-27 09:15:07 +02:00
|
|
|
make setup CFG="--prefix=%{_prefix} --libdir=%{_libdir} --with-zlib"
|
|
|
|
make prefix=%{_prefix} libdir=%{_libdir} %{_smp_mflags}
|
2007-08-24 01:05:25 +02:00
|
|
|
# build the documentation in the references subdirectory:
|
|
|
|
# (this needs python and we cannot have python in the BuildRequires of
|
|
|
|
# a basic package like freetype2, therefore we cannot do it here but we have
|
|
|
|
# to generate this documentation manually)
|
|
|
|
# make refdoc
|
|
|
|
pushd ..
|
|
|
|
ln -s freetype-%{freetype_version} freetype2
|
|
|
|
cd ft2demos-%{version}
|
2011-06-27 09:15:07 +02:00
|
|
|
make prefix=%{_prefix} libdir=%{_libdir}
|
2007-08-24 01:05:25 +02:00
|
|
|
popd
|
|
|
|
|
|
|
|
%install
|
|
|
|
#make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
pushd ../ft2demos-%{version}/bin/.libs
|
2010-04-01 03:04:23 +02:00
|
|
|
install -m 755 ft* $RPM_BUILD_ROOT%{_bindir}
|
2007-08-24 01:05:25 +02:00
|
|
|
popd
|
|
|
|
|
2010-08-13 23:59:21 +02:00
|
|
|
%check
|
|
|
|
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1000}
|
|
|
|
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1004} |& grep -v "couldn't load font resource" && echo "should fail"
|
2010-12-08 13:07:58 +01:00
|
|
|
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1013} |& grep -v "couldn't load font resource" && echo "should fail"
|
|
|
|
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1015} |& grep -v "couldn't load font resource" && echo "should fail"
|
2011-02-28 22:44:10 +01:00
|
|
|
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1016}
|
2010-08-13 23:59:21 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%clean
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ft*
|
2008-04-10 14:13:39 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%changelog
|