- split out shared library policy package

- remove old patches

- update to version 2.3.12:
  brings considerable improvements for b/w rasterizing of hinted
  TrueType fonts at small sizes, see NEWS for more details

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2010-03-31 15:09:00 +00:00 committed by Git OBS Bridge
parent 764bc86cf9
commit 55b52d68e3
3 changed files with 11 additions and 28 deletions

View File

@ -6,6 +6,8 @@ Wed Mar 31 14:45:27 UTC 2010 - coolo@novell.com
TrueType fonts at small sizes, see NEWS for more details
- fixed build without sysvinit in the build system
- disable no longer compiling patch that should be upstream or dead
- split out shared library policy package
- remove old patches
-------------------------------------------------------------------
Mon Dec 14 20:12:43 CET 2009 - jengelh@medozas.de

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 31 15:08:24 UTC 2010 - coolo@novell.com
- update to version 2.3.12:
brings considerable improvements for b/w rasterizing of hinted
TrueType fonts at small sizes, see NEWS for more details
-------------------------------------------------------------------
Mon Jul 27 15:05:32 CEST 2009 - tiwai@suse.de

View File

@ -23,10 +23,8 @@ BuildRequires: xorg-x11-devel
License: GPLv2+
Group: Productivity/Publishing/Other
AutoReqProv: on
%if %suse_version > 1000
Supplements: fonts-config
%endif
Version: 2.3.9
Version: 2.3.12
Release: 3
%define freetype_version %{version}
Url: http://www.freetype.org
@ -41,16 +39,9 @@ Source0: http://savannah.nongnu.org/download/freetype/freetype-%{version}
Source1: http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
# pregenerated to avoid build-dependence on python:
Source2: freetype-doc-reference.tar.bz2
Patch3: freetype2-bitmap-foundry.patch
Patch4: ft2-stream-compat.diff
Patch5: revert-fix-bytecode.patch
Patch8: bugzilla-159166-reduce-embolden-distance.patch
Patch9: fix-build.patch
Patch308961: bugzilla-308961-cmex-workaround.patch
Patch11: bnc485889-overflow1.patch
Patch12: bnc485889-overflow2.patch
Patch13: bnc485889-overflow3.patch
Patch14: bnc485889-overflow4.patch
Patch50: ft2demos-build-testname.patch
Patch100: freetype2-bc.patch
Patch101: ft2demos-bc.patch
@ -61,14 +52,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Freetype2 utilities and demo programs.
Authors:
--------
David Turner <david.turner@freetype.org>
Robert Wilhelm <robert.wilhelm@freetype.org>
Werner Lemberg <werner.lemberg@freetype.org>
%prep
# The byte code interpreter is compiled in by default
# because of the following option.
@ -81,16 +64,11 @@ Authors:
%define enable_bytecode_interpreter 1
%define enable_subpixel_rendering 0%{?opensuse_bs}
%setup -n freetype-%{freetype_version} -b 1
%patch3 -p 1 -b .bitmap-foundry
%patch4 -p 1 -b .ft2-stream-compat
#%patch5 -p 1
#%patch8 -p 1
%patch9 -p 1
%patch308961 -p 1
%patch11 -p 1
%patch12 -p 1
%patch13 -p 1
%patch14 -p 1
pushd ../ft2demos-%{version}
%patch50 -p 1
popd
@ -112,9 +90,6 @@ find . -name ".cvsignore" | xargs rm -f
cp /usr/share/automake*/config.{guess,sub} builds/unix
%build
%if %suse_version > 1110
sh ./autogen.sh
%endif
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing "
ln -s /usr/bin/libtool ./builds/unix/libtool
make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib"
@ -136,7 +111,7 @@ popd
#make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
pushd ../ft2demos-%{version}/bin/.libs
install -m 755 ft* testname $RPM_BUILD_ROOT%{_bindir}
install -m 755 ft* $RPM_BUILD_ROOT%{_bindir}
popd
%clean
@ -144,6 +119,5 @@ popd
%files
%defattr(-,root,root)
%{_bindir}/ft*
%{_bindir}/testname
%changelog