auto-import fontconfig-0.0.1.020811.1151-7 from
fontconfig-0.0.1.020811.1151-7.src.rpm
This commit is contained in:
parent
cbf56a61be
commit
be56048647
@ -6,7 +6,7 @@
|
|||||||
Summary: Font configuration and customization library
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 0.0.1.%{relno}
|
Version: 0.0.1.%{relno}
|
||||||
Release: 6
|
Release: 7
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://keithp.com/fonts/pub/fcpackage.%{fcpackage_version}.tar.gz
|
Source: http://keithp.com/fonts/pub/fcpackage.%{fcpackage_version}.tar.gz
|
||||||
@ -17,6 +17,13 @@ Patch4: fontconfig-0.0.1.020811.1151-slighthint.patch
|
|||||||
# Only look in /usr/X11R6/lib/fonts/Type1, not in
|
# Only look in /usr/X11R6/lib/fonts/Type1, not in
|
||||||
# all of /usr/X11R6/lib/fonts.
|
# all of /usr/X11R6/lib/fonts.
|
||||||
Patch5: fontconfig-0.0.1.020626.1517-fontdir.patch
|
Patch5: fontconfig-0.0.1.020626.1517-fontdir.patch
|
||||||
|
# Use getc_unlocked for big performance boost on startup
|
||||||
|
Patch6: fontconfig-0.0.1.020811.1151-flockfile.patch
|
||||||
|
# Cache FcPatternHash results.
|
||||||
|
Patch7: fontconfig-0.0.1.020811.1151-cachehash.patch
|
||||||
|
# Memory leak fix when parsing config files
|
||||||
|
Patch8: fontconfig-0.0.1.020811.1151-memleak.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -45,9 +52,14 @@ will use fontconfig.
|
|||||||
%patch1 -p1 -b .defaultconfig
|
%patch1 -p1 -b .defaultconfig
|
||||||
%patch4 -p1 -b .slighthint
|
%patch4 -p1 -b .slighthint
|
||||||
%patch5 -p1 -b .fontdir
|
%patch5 -p1 -b .fontdir
|
||||||
|
%patch6 -p1 -b .flockfile
|
||||||
|
%patch7 -p1 -b .cachehash
|
||||||
|
%patch8 -p1 -b .memleak
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
# flockfile patch changes configure.in
|
||||||
|
autoconf
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user