2007-08-24 01:05:25 +02:00
|
|
|
#
|
2011-03-09 17:13:36 +01:00
|
|
|
# spec file for package freetype2
|
2007-08-24 01:05:25 +02:00
|
|
|
#
|
2014-03-10 09:02:34 +01:00
|
|
|
# Copyright (c) 2014 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: freetype2
|
2012-06-17 13:51:37 +02:00
|
|
|
BuildRequires: gawk
|
2013-07-03 15:35:28 +02:00
|
|
|
BuildRequires: libpng-devel
|
2011-07-11 10:45:49 +02:00
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: zlib-devel
|
2008-11-02 15:40:54 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: freetype2-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2014-12-08 17:14:10 +01:00
|
|
|
%define doc_version 2.5.4
|
|
|
|
Version: 2.5.4
|
2011-12-22 16:57:14 +01:00
|
|
|
Release: 0
|
2007-08-24 01:05:25 +02:00
|
|
|
Summary: A TrueType Font Library
|
2012-02-14 12:23:48 +01:00
|
|
|
License: SUSE-Freetype or GPL-2.0+
|
2011-12-22 16:57:14 +01:00
|
|
|
Group: System/Libraries
|
2011-07-11 10:45:49 +02:00
|
|
|
Url: http://www.freetype.org
|
2007-08-24 01:05:25 +02:00
|
|
|
Source0: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2
|
2013-07-03 15:35:28 +02:00
|
|
|
Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{doc_version}.tar.bz2
|
2009-12-30 00:17:28 +01:00
|
|
|
Source3: baselibs.conf
|
2013-07-03 15:35:28 +02:00
|
|
|
Patch1: freetype2-bitmap-foundry.patch
|
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
|
2014-03-10 09:02:34 +01:00
|
|
|
# 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
|
2014-12-08 23:09:06 +01:00
|
|
|
# PATCH-FIX-UPSTREAM freetype2-2.5.3-fix-pcf.patch -- http://savannah.nongnu.org/bugs/?43774
|
|
|
|
Patch1000: freetype2-2.5.3-fix-pcf.patch
|
2007-08-24 01:05:25 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This library features TrueType fonts for open source projects. This
|
|
|
|
version also contains an autohinter for producing improved output.
|
|
|
|
|
2010-04-01 03:04:23 +02:00
|
|
|
%package -n libfreetype6
|
|
|
|
Summary: A TrueType Font Library
|
|
|
|
Group: System/Libraries
|
2013-07-03 15:35:28 +02:00
|
|
|
Obsoletes: freetype2 < %{version}
|
|
|
|
Provides: freetype2 = %{version}
|
2007-08-24 01:05:25 +02:00
|
|
|
|
2010-04-01 03:04:23 +02:00
|
|
|
%description -n libfreetype6
|
|
|
|
This library features TrueType fonts for open source projects. This
|
|
|
|
version also contains an autohinter for producing improved output.
|
2007-08-24 01:05:25 +02:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development environment for the freetype2 TrueType font library
|
|
|
|
Group: Development/Libraries/C and C++
|
2011-07-11 10:45:49 +02:00
|
|
|
Requires: libfreetype6 = %{version}
|
|
|
|
Requires: zlib-devel
|
2008-11-02 15:40:54 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: freetype2-devel-64bit
|
|
|
|
%endif
|
2011-04-04 16:36:34 +02:00
|
|
|
# there is no freetype-devel on suse:
|
|
|
|
Provides: freetype-devel
|
2012-02-15 07:21:00 +01:00
|
|
|
# Static library provides:
|
|
|
|
Provides: libfreetype6-devel-static
|
2007-08-24 01:05:25 +02:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary include files, libraries and
|
|
|
|
documentation needed to develop applications that require the freetype2
|
|
|
|
TrueType font library.
|
|
|
|
|
|
|
|
It also contains a small tutorial for using that library.
|
|
|
|
|
|
|
|
%prep
|
2009-05-06 18:38:43 +02:00
|
|
|
%define enable_subpixel_rendering 0
|
2007-08-24 01:05:25 +02:00
|
|
|
%setup -q -n freetype-%{version} -a 1
|
2013-05-11 06:02:57 +02:00
|
|
|
%patch1 -p1
|
2007-10-03 00:52:44 +02:00
|
|
|
%patch308961 -p 1
|
2007-08-24 01:05:25 +02:00
|
|
|
%if %{enable_subpixel_rendering}
|
2013-05-11 06:02:57 +02:00
|
|
|
%patch200 -p1
|
2007-08-24 01:05:25 +02:00
|
|
|
%endif
|
2013-12-18 07:31:12 +01:00
|
|
|
%patch202 -p1
|
2014-12-08 23:09:06 +01:00
|
|
|
%patch1000 -p1
|
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 \
|
|
|
|
--disable-static
|
2012-02-15 07:21:00 +01:00
|
|
|
make %{?_smp_mflags}
|
2007-08-24 01:05:25 +02:00
|
|
|
|
|
|
|
%install
|
2012-03-30 15:32:05 +02:00
|
|
|
%makeinstall
|
2011-07-11 10:45:49 +02:00
|
|
|
|
2010-04-05 20:52:50 +02:00
|
|
|
# remove documentation that does not belong in an rpm
|
|
|
|
rm docs/INSTALL*
|
2007-08-24 01:05:25 +02:00
|
|
|
|
2010-04-01 03:04:23 +02:00
|
|
|
%post -n libfreetype6 -p /sbin/ldconfig
|
2007-08-24 01:05:25 +02:00
|
|
|
|
2010-04-01 03:04:23 +02:00
|
|
|
%postun -n libfreetype6 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libfreetype6
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libfreetype.so.*
|
2007-08-24 01:05:25 +02:00
|
|
|
%doc ChangeLog README
|
2013-07-03 15:35:28 +02:00
|
|
|
%doc docs/{CHANGES,CUSTOMIZE,DEBUG,MAKEPP,PROBLEMS,TODO,*.txt}
|
2007-08-24 01:05:25 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2013-07-03 15:35:28 +02:00
|
|
|
%doc docs/reference/*
|
2011-07-11 10:45:49 +02:00
|
|
|
%{_includedir}/*
|
2012-02-15 07:21:00 +01:00
|
|
|
%if 0%{?suse_version} >= 1140
|
2010-12-06 11:49:09 +01:00
|
|
|
%exclude %{_libdir}/libfreetype.*a
|
2011-12-22 16:57:14 +01:00
|
|
|
%else
|
|
|
|
%{_libdir}/libfreetype.*a
|
|
|
|
%endif
|
2007-08-24 01:05:25 +02:00
|
|
|
%{_libdir}/libfreetype.so
|
|
|
|
%{_libdir}/pkgconfig/freetype2.pc
|
2011-07-11 10:45:49 +02:00
|
|
|
%{_bindir}/*
|
2011-12-22 16:57:14 +01:00
|
|
|
%{_datadir}/aclocal
|
2014-03-10 09:02:34 +01:00
|
|
|
%{_mandir}/man1/freetype-config*
|
2008-04-10 14:13:39 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%changelog
|