|
@@ -1,10 +1,12 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
-%define freetype_version 2.4.11
|
|
|
|
|
|
+%define _unpackaged_files_terminate_build 1
|
|
|
|
+
|
|
|
|
+%define freetype_version 2.8.1
|
|
|
|
|
|
Summary: Font configuration and customization library
|
|
Summary: Font configuration and customization library
|
|
Summary(ja): フォント設定/カスタマイズライブラリ
|
|
Summary(ja): フォント設定/カスタマイズライブラリ
|
|
Name: fontconfig
|
|
Name: fontconfig
|
|
-Version: 2.11.1
|
|
|
|
|
|
+Version: 2.12.6
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -28,6 +30,9 @@ BuildRequires: gawk
|
|
BuildRequires: expat-devel
|
|
BuildRequires: expat-devel
|
|
BuildRequires: freetype2-devel >= %{freetype_version}
|
|
BuildRequires: freetype2-devel >= %{freetype_version}
|
|
BuildRequires: perl
|
|
BuildRequires: perl
|
|
|
|
+#BuildRequires: itstool
|
|
|
|
+#BuildRequires: libuuid-devel
|
|
|
|
+BuildRequires: gperf
|
|
|
|
|
|
Requires(pre): freetype2 >= %{freetype_version}, coreutils
|
|
Requires(pre): freetype2 >= %{freetype_version}, coreutils
|
|
Conflicts: XOrg-libs <= 6.9.0
|
|
Conflicts: XOrg-libs <= 6.9.0
|
|
@@ -166,6 +171,7 @@ HOME=/root /usr/bin/fc-cache -f -s >& /dev/null
|
|
%doc %{_sysconfdir}/fonts/conf.d/README
|
|
%doc %{_sysconfdir}/fonts/conf.d/README
|
|
%{_libdir}/libfontconfig.so.*
|
|
%{_libdir}/libfontconfig.so.*
|
|
%{_bindir}/fc-cache
|
|
%{_bindir}/fc-cache
|
|
|
|
+#%{_bindir}/fc-conflist
|
|
%{_bindir}/fc-list
|
|
%{_bindir}/fc-list
|
|
%{_bindir}/fc-match
|
|
%{_bindir}/fc-match
|
|
%{_bindir}/fc-cat
|
|
%{_bindir}/fc-cat
|
|
@@ -203,6 +209,10 @@ HOME=/root /usr/bin/fc-cache -f -s >& /dev/null
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.12.6-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- added BR:gperf.
|
|
|
|
+
|
|
* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.1-1
|
|
* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|