Accepting request 37095 from M17N
checked in (request 37095) OBS-URL: https://build.opensuse.org/request/show/37095 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=17
This commit is contained in:
parent
0bc4a64a3a
commit
c68918e415
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
Thu Feb 11 09:38:44 UTC 2010 - mxwu@novell.com
|
||||||
|
|
||||||
|
@ -76,6 +76,12 @@ contains two essential modules: the configuration module, which builds
|
|||||||
an internal configuration from XML files, and the matching module,
|
an internal configuration from XML files, and the matching module,
|
||||||
which accepts font patterns and returns the nearest matching font.
|
which accepts font patterns and returns the nearest matching font.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Requires: %{name} = %version
|
Requires: %{name} = %version
|
||||||
@ -101,6 +107,12 @@ contains two essential modules, the configuration module which builds
|
|||||||
an internal configuration from XML files and the matching module which
|
an internal configuration from XML files and the matching module which
|
||||||
accepts font patterns and returns the nearest matching font.
|
accepts font patterns and returns the nearest matching font.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if %{build_docs} < 1
|
%if %{build_docs} < 1
|
||||||
@ -108,10 +120,7 @@ accepts font patterns and returns the nearest matching font.
|
|||||||
%endif
|
%endif
|
||||||
%patch5 -p0 -b .dynafont
|
%patch5 -p0 -b .dynafont
|
||||||
%patch10 -p1 -b .fonts.conf
|
%patch10 -p1 -b .fonts.conf
|
||||||
#This patch 'fixes' the test suite after freetype2 patch
|
%patch16 -p1
|
||||||
#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
|
#%patch30 -p1
|
||||||
%patch31 -p1
|
%patch31 -p1
|
||||||
%patch32 -p1
|
%patch32 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user