- disable patch that 'fixes' make check for a patched freetype2
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=16
This commit is contained in:
parent
caa97697b3
commit
0bc4a64a3a
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 14:33:12 UTC 2010 - coolo@novell.com
|
||||
|
||||
- disable patch that 'fixes' make check for a patched freetype2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 09:38:44 UTC 2010 - mxwu@novell.com
|
||||
|
||||
- Add support for WenQuanYi Bitmap Song.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 20:22:32 CET 2009 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fontconfig (Version 2.8.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -35,7 +35,7 @@ Obsoletes: fontconfig-64bit
|
||||
%endif
|
||||
Requires: bash
|
||||
Version: 2.8.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Library for Font Configuration
|
||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||
@ -76,12 +76,6 @@ contains two essential modules: the configuration module, which builds
|
||||
an internal configuration from XML files, and the matching module,
|
||||
which accepts font patterns and returns the nearest matching font.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Keith Packard <keithp@keithp.com>
|
||||
|
||||
%package devel
|
||||
License: MIT License (or similar)
|
||||
Requires: %{name} = %version
|
||||
@ -107,12 +101,6 @@ contains two essential modules, the configuration module which builds
|
||||
an internal configuration from XML files and the matching module which
|
||||
accepts font patterns and returns the nearest matching font.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Keith Packard <keithp@keithp.com>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if %{build_docs} < 1
|
||||
@ -120,7 +108,10 @@ Authors:
|
||||
%endif
|
||||
%patch5 -p0 -b .dynafont
|
||||
%patch10 -p1 -b .fonts.conf
|
||||
%patch16 -p1
|
||||
#This patch 'fixes' the test suite after freetype2 patch
|
||||
#As I disabled the freetype2 patch, we need to leave this out
|
||||
#too for now. Let's see if we need to have it back
|
||||
##%patch16 -p1
|
||||
#%patch30 -p1
|
||||
%patch31 -p1
|
||||
%patch32 -p1
|
||||
|
@ -40,6 +40,7 @@
|
||||
<family>Kochi Mincho</family>
|
||||
<family>CMEXSong</family>
|
||||
<family>FZSongTi</family>
|
||||
<family>WenQuanYi WenQuanYi Bitmap Song</family>
|
||||
<family>WenQuanYi Zen Hei</family>
|
||||
<family>AR PL ShanHeiSun Uni</family>
|
||||
<family>FZMingTiB</family>
|
||||
@ -89,6 +90,7 @@
|
||||
<family>Kochi Gothic</family>
|
||||
<family>CMEXSong</family>
|
||||
<family>FZSongTi</family>
|
||||
<family>WenQuanYi WenQuanYi Bitmap Song</family>
|
||||
<family>WenQuanYi Zen Hei</family>
|
||||
<family>AR PL ShanHeiSun Uni</family>
|
||||
<family>FZMingTiB</family>
|
||||
@ -131,6 +133,7 @@
|
||||
<family>Kochi Gothic</family>
|
||||
<family>CMEXSong</family>
|
||||
<family>FZSongTi</family>
|
||||
<family>WenQuanYi WenQuanYi Bitmap Song</family>
|
||||
<family>WenQuanYi Zen Hei Mono</family>
|
||||
<family>AR PL ShanHeiSun Uni</family>
|
||||
<family>FZMingTiB</family>
|
||||
|
Loading…
Reference in New Issue
Block a user