# # spec file for package freetype2 (Version 2.3.12) # # Copyright (c) 2010 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/ # # norootforbuild Name: freetype2 BuildRequires: zlib-devel License: Freetype License (BSD-like). See http://freetype.sourceforge.net/FTL.TXT Group: System/Libraries AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: freetype2-64bit %endif # Version: 2.3.12 Release: 1 Url: http://www.freetype.org Summary: A TrueType Font Library # CVS repository: # cvs -d :pserver:anonymous@cvs.savannah.nongnu.org:/sources/freetype login # cvs -d :pserver:anonymous@cvs.savannah.nongnu.org:/sources/freetype co freetype2 # cvs -d :pserver:anonymous@cvs.savannah.nongnu.org:/sources/freetype co ft2demos Source0: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2 Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.bz2 # pregenerated to avoid build-dependence on python: Source2: freetype-doc-reference.tar.bz2 Source3: baselibs.conf Patch3: freetype2-bitmap-foundry.patch Patch4: ft2-stream-compat.diff Patch9: fix-build.patch Patch308961: bugzilla-308961-cmex-workaround.patch Patch100: freetype2-bc.patch Patch200: freetype2-subpixel.patch Patch201: use_unix.diff 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. %package -n libfreetype6 License: Freetype License (BSD-like). See http://freetype.sourceforge.net/FTL.TXT Summary: A TrueType Font Library Group: System/Libraries Obsoletes: freetype2 <= 2.3.10 Provides: freetype2 = 2.3.10 %description -n libfreetype6 This library features TrueType fonts for open source projects. This version also contains an autohinter for producing improved output. %package devel License: GPLv2+ ; Freetype License (BSD-like). See http://freetype.sourceforge.net/FTL.TXT Summary: Development environment for the freetype2 TrueType font library Group: Development/Libraries/C and C++ Requires: libfreetype6 = %{version}, zlib-devel # bug437293 %ifarch ppc64 Obsoletes: freetype2-devel-64bit %endif # %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 # The byte code interpreter is compiled in by default # because of the following option. # For most fonts it is disabled again by default in the # fontconfig setup in /etc/fonts. But if it is already # enabled at compilation time, it can be easily enabled # at runtime. See also the variable BYTECODE_BW_MAX_PIXEL # in /etc/sysconfig/fonts-config. # %define enable_bytecode_interpreter 1 %define enable_subpixel_rendering 0 %setup -q -n freetype-%{version} -a 1 # Patch does still apply but no longer compiles and it's unclear # to me who still needs it - it used to work around qt3 bug afair ##%patch3 -p 1 -b .bitmap-foundry %patch4 -p 1 -b .ft2-stream-compat #%patch8 -p 1 %patch9 -p 1 %patch308961 -p 1 %if %{enable_bytecode_interpreter} %patch100 -p 1 -b .bytecode %endif %if %{enable_subpixel_rendering} %patch200 -p 1 -b .subpixel %endif %patch201 -p1 pushd docs tar xf $RPM_SOURCE_DIR/freetype-doc-reference.tar.bz2 popd find . -name CVS -type d | xargs rm -rf find . -name ".cvsignore" | xargs rm -f cp /usr/share/automake*/config.{guess,sub} builds/unix rm docs/reference/.gitignore %build export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing" %ifarch arm export CFLAGS="$CFLAGS -std=gnu99" %endif ln -s /usr/bin/libtool ./builds/unix/libtool make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib" make prefix=/usr libdir=%{_libdir} %{?jobs:-j %jobs} # 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 %install # these development documents should go into the freetype2-devel package: mv docs/reference freetype-%{version}/docs make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install # remove documentation that does not belong in an rpm rm docs/INSTALL* %clean %post -n libfreetype6 -p /sbin/ldconfig %postun -n libfreetype6 -p /sbin/ldconfig %files -n libfreetype6 %defattr(-,root,root) %{_libdir}/libfreetype.so.* %doc ChangeLog README %doc docs/* %files devel %defattr(-,root,root) %doc freetype-%{version}/docs/* /usr/include/* %{_libdir}/libfreetype.*a %{_libdir}/libfreetype.so %{_libdir}/pkgconfig/freetype2.pc /usr/bin/* /usr/share/aclocal/* %changelog