fontconfig-vl.spec 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define freetype_version 2.4.8
  3. Summary: Font configuration and customization library
  4. Summary(ja): フォント設定/カスタマイズライブラリ
  5. Name: fontconfig
  6. Version: 2.8.0
  7. Release: 3%{?_dist_release}
  8. License: MIT
  9. Group: System Environment/Libraries
  10. URL: http://fontconfig.org/
  11. Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
  12. Source10: 70-prefer-ja-font.conf
  13. Source11: 59-morisawa-font-alias.conf
  14. Patch1: fontconfig-2.2.1-AppleRoman-DynaFont.patch
  15. Patch4: fontconfig-2.3.2-subst-ja-font.patch
  16. Patch10: fontconfig-2.6.0-vine.patch
  17. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  18. BuildRequires: gawk
  19. BuildRequires: expat-devel
  20. BuildRequires: freetype2-devel >= %{freetype_version}
  21. BuildRequires: perl
  22. Requires(pre): freetype2 >= %{freetype_version}, coreutils
  23. Conflicts: XOrg-libs <= 6.9.0
  24. Obsoletes: XOrg-libs <= 6.9.0
  25. Conflicts: XOrg-font-utils <= 6.9.0
  26. Obsoletes: XOrg-font-utils <= 6.9.0
  27. %description
  28. Fontconfig is designed to locate fonts within the
  29. system and select them according to requirements specified by
  30. applications.
  31. %description -l ja
  32. Fontconfig は、システム内のフォントを把握し、アプリケーション
  33. が指定した要求に応じてそれらを選択するためのライブラリです。
  34. %package devel
  35. Summary: Development files for %{name}
  36. Summary(ja): Fontconfig の開発ファイル
  37. Group: Development/Libraries
  38. Requires: fontconfig = %{version}-%{release}
  39. Requires: freetype2-devel >= %{freetype_version}
  40. Requires: expat-devel
  41. Requires: pkgconfig
  42. Conflicts: XOrg-devel <= 6.9.0
  43. Obsoletes: XOrg-devel <= 6.9.0
  44. %description devel
  45. The fontconfig-devel package includes the header files,
  46. and developer docs for the fontconfig package.
  47. %description -l ja devel
  48. fontconfig-devel パッケージには fontconfig を使ったソフトウエア
  49. を開発するために必要なヘッダファイルやライブラリ、開発用ドキュメ
  50. ントが含まれています。
  51. # compat32
  52. %package -n compat32-%{name}
  53. Summary: Font configuration and customization library
  54. Summary(ja): フォント設定/カスタマイズライブラリ
  55. Group: System Environment/Libraries
  56. %description -n compat32-%{name}
  57. Fontconfig is designed to locate fonts within the
  58. system and select them according to requirements specified by
  59. applications.
  60. %description -l ja -n compat32-%{name}
  61. Fontconfig は、システム内のフォントを把握し、アプリケーション
  62. が指定した要求に応じてそれらを選択するためのライブラリです。
  63. %package -n compat32-%{name}-devel
  64. Summary: Font configuration and customization library
  65. Group: Development/Libraries
  66. Requires: compat32-%{name} = %{version}-%{release}
  67. Requires: %{name}-devel = %{version}-%{release}
  68. Requires: compat32-freetype2-devel >= %{freetype_version}
  69. Requires: compat32-expat-devel
  70. %description -n compat32-%{name}-devel
  71. The fontconfig-devel package includes the header files,
  72. and developer docs for the fontconfig package.
  73. %description -l ja -n compat32-%{name}-devel
  74. fontconfig-devel パッケージには fontconfig を使ったソフトウエア
  75. を開発するために必要なヘッダファイルやライブラリ、開発用ドキュメ
  76. ントが含まれています。
  77. %prep
  78. %setup -q
  79. %patch1 -p1 -b .fontconfig-AppleRoman-DynaFont
  80. %patch4 -p1 -b .subst-ja-font
  81. %patch10 -p1 -b .vine
  82. %build
  83. # We don't want to rebuild the docs, but we want to install the included ones.
  84. export HASDOCBOOK=no
  85. %configure \
  86. --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
  87. %__make %{?_smp_mflags}
  88. %install
  89. rm -rf $RPM_BUILD_ROOT
  90. %__make install DESTDIR=$RPM_BUILD_ROOT
  91. ln -s ../conf.avail/25-unhint-nonlatin.conf $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
  92. install -m664 %{SOURCE10} %{SOURCE11} $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.avail/
  93. for i in 70-prefer-ja-font.conf 59-morisawa-font-alias.conf
  94. do
  95. ln -sf ../conf.avail/$i $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.d/
  96. done
  97. # move installed doc files back to build directory to package themm
  98. # in the right place
  99. mv $RPM_BUILD_ROOT%{_docdir}/fontconfig/* .
  100. rmdir $RPM_BUILD_ROOT%{_docdir}/fontconfig/
  101. # All font packages depend on this package, so we create
  102. # and own /usr/share/fonts
  103. mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts
  104. # Remove unpackaged files
  105. rm $RPM_BUILD_ROOT%{_libdir}/*.la
  106. rm $RPM_BUILD_ROOT%{_libdir}/*.a
  107. %clean
  108. rm -rf $RPM_BUILD_ROOT
  109. %post
  110. /sbin/ldconfig
  111. umask 0022
  112. # Remove stale caches
  113. rm -f %{_localstatedir}/cache/fontconfig/????????????????????????????????-*.cache-2
  114. HOME=/root /usr/bin/fc-cache -f -s >& /dev/null
  115. %postun -p /sbin/ldconfig
  116. %post -n compat32-%{name} -p /sbin/ldconfig
  117. %postun -n compat32-%{name} -p /sbin/ldconfig
  118. %files
  119. %defattr(-, root, root)
  120. %doc README AUTHORS COPYING
  121. %doc fontconfig-user.txt fontconfig-user.html
  122. %{_libdir}/libfontconfig.so.*
  123. %{_bindir}/fc-cache
  124. %{_bindir}/fc-list
  125. %{_bindir}/fc-match
  126. %{_bindir}/fc-cat
  127. %{_bindir}/fc-query
  128. %{_bindir}/fc-scan
  129. %dir %{_sysconfdir}/fonts/conf.avail
  130. %dir %{_datadir}/fonts
  131. %{_sysconfdir}/fonts/fonts.dtd
  132. %config %{_sysconfdir}/fonts/fonts.conf
  133. %doc %{_sysconfdir}/fonts/conf.d/README
  134. %config %{_sysconfdir}/fonts/conf.avail/*.conf
  135. %config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
  136. %dir %{_localstatedir}/cache/fontconfig
  137. %{_mandir}/man1/*
  138. %{_mandir}/man5/*
  139. %files devel
  140. %defattr(-, root, root)
  141. %doc fontconfig-devel.txt fontconfig-devel
  142. %{_libdir}/libfontconfig.so
  143. %{_libdir}/pkgconfig/*
  144. %{_includedir}/fontconfig
  145. %{_mandir}/man3/*
  146. # compat32
  147. %if %{build_compat32}
  148. %files -n compat32-%{name}
  149. %defattr(-, root, root)
  150. %{_libdir}/libfontconfig.so.*
  151. %files -n compat32-%{name}-devel
  152. %defattr(-, root, root)
  153. %{_libdir}/libfontconfig.so
  154. %{_libdir}/pkgconfig/*
  155. %endif
  156. %changelog
  157. * Sat Dec 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-3
  158. - rebuild with freetype2-2.4.8
  159. - add Requires: expat-devel (-devel package)
  160. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.0-2
  161. - build with rpm-4.8.1-1 for pkg-config file
  162. * Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-1
  163. - new upstream release
  164. - remove static libs
  165. * Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.1-3
  166. - update %%post
  167. * Thu Aug 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.1-2
  168. - add translated summary and description
  169. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.1-1
  170. - new upstream release
  171. * Mon Jul 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.0-2
  172. - add fc-query and fc-scan to %%files
  173. * Mon Jul 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.0-1
  174. - new upstream release
  175. - update 59-morisawa-font-alias.conf
  176. * Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.0-3
  177. - added compat32 package for x86_64 arch support
  178. * Tue Jan 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-2
  179. - update 59-morisawa-font-alias.conf
  180. - add FutoMin, FutoGo, Jun alias
  181. * Thu Jun 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-1
  182. - new upstream release
  183. - rename 10-prefer-ja-font.conf to 70-prefer-ja-font.conf
  184. * Thu May 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-3
  185. - add 10-prefer-ja-font.conf to prefer Japanese fonts.
  186. - add 59-morisawa-font-alias.conf
  187. - bind Ryumin to serif and GothicBBB to sans-serif
  188. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-2
  189. - add legacy font path for compatibility
  190. * Thu Apr 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-1
  191. - add Conflits/Obsoletes: XOrg-font-utils <= 6.9.0
  192. * Mon Dec 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-0vl1
  193. - initial build for Vine Linux
  194. - splitted from XOrg package.
  195. * Thu Nov 13 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.5.0-1
  196. - Update to 2.5.0.
  197. * Thu Nov 06 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.92-1
  198. - Update to 2.4.92.
  199. - Mark /etc/fonts/conf.d/* as config(noreplace).
  200. - Remove most of our conf file, all upstreamed except for
  201. 75-blacklist-fedora.conf that I'm happily dropping. Who has
  202. Hershey fonts these days...
  203. - ln upstream'ed 25-unhint-nonlatin.conf from conf.avail in conf.d
  204. - Add 25-no-bitmap-fedora.conf which is the tiny remaining bit
  205. of conf that didn't end up upstream. Can get rid of it in the
  206. future, but not just yet.
  207. * Thu Oct 25 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.91-1
  208. - Update to 2.4.91.
  209. - Add /usr/local/share/fonts to default config. (#147004)
  210. - Don't rebuild docs, to fix multilib conflicts. (#313011)
  211. - Remove docbook and elinks BuildRequires and stuff as we don't
  212. rebuild docs.
  213. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.4.2-5
  214. - Rebuild for PPC toolchain bug
  215. - Add BuildRequires: gawk
  216. * Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.4.2-4
  217. - /etc/fonts/conf.d is now owned by filesystem
  218. * Fri May 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.4.2-3
  219. - Add Liberation fonts to 30-aliases-fedora.conf
  220. * Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.2-2
  221. - Change /usr/share/X11/fonts/OTF to /usr/share/X11/fonts/TTF
  222. - Resolves: #220809
  223. * Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.4.2-1
  224. - Update to 2.4.2
  225. * Wed Oct 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.4.1-4
  226. - Fix a multilib upgrade problem (#208151)
  227. * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.4.1-3
  228. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  229. * Fri Sep 22 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.1-2
  230. - Update 30-aliases-fedora.conf to correctly alias MS and StarOffice
  231. fonts. (#207460)
  232. * Fri Sep 15 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.1-1
  233. - Update to 2.4.1, a public API was dropped from 2.4.0
  234. - Remove upstreamed patch
  235. * Mon Sep 11 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.0-1
  236. - Update to 2.4.0
  237. - Rename/order our configuration stuff to match the new scheme.
  238. Breaks expected :-(
  239. * Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-3
  240. - Add missing file. Previous update didn't go through
  241. * Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-2
  242. - Add fontconfig-2.3.97-ppc64.patch, for ppc64 arch signature
  243. * Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-1
  244. - update to 2.3.97
  245. - Drop upstreamed patches
  246. - Regenerate defaultconfig patch
  247. - Don't touch stamp as it was not ever needed
  248. * Thu Aug 17 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.95-11
  249. - inclusion of zhong yi font and rearranged font prefer list. (bug# 201300)
  250. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-10
  251. - use "%5x" instead of " %4x" to support 64k instead of
  252. clamping. Idea from Behdad.
  253. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-9
  254. - tweak last patch to give a more reasonable page size
  255. value if 64k page size is in effect.
  256. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-8
  257. - maybe fix buffer overflow (bug 202152).
  258. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-7
  259. - Update configs to provide better openoffice/staroffice
  260. compatibility (bug 200723)
  261. * Thu Jul 27 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.95-6
  262. - Do umask 0022 in post
  263. - Update configs to reflect addition of new Indic fonts (#200381, #200397)
  264. * Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-5
  265. - Plug a small memory leak
  266. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.95-4.1.1
  267. - rebuild
  268. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.95-4.1
  269. - rebuild
  270. * Fri Jun 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-4
  271. - Fix the handling of TTF font collections
  272. * Thu May 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-3
  273. - Apply a patch by David Turner to speed up cache generation
  274. * Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 2.3.95-2
  275. - fix fonts.conf typo
  276. * Wed Apr 26 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-1
  277. - Update to 2.3.95
  278. * Fri Feb 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.94-1
  279. - Update to 2.3.94
  280. * Wed Feb 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060211-1
  281. - Newer cvs snapshot
  282. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.93.cvs20060208-1.1
  283. - bump again for double-long bug on ppc(64)
  284. * Wed Feb 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060208-1
  285. - Newer cvs snapshot
  286. * Tue Feb 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060207-1
  287. - Newer cvs snapshot
  288. - Drop upstreamed patches, pick up some new ones
  289. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3.93.cvs20060131-3.1
  290. - rebuilt for new gcc4.1 snapshot and glibc changes
  291. * Thu Feb 2 2006 Ray Strode <rstrode@redhat.com> - 2.3.93.cvs20060131-3
  292. - Move user cache to a subdirectory (bug 160275)
  293. * Thu Feb 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060131-2
  294. - Accumulated patches
  295. * Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060131-1
  296. - Newer cvs snapshot
  297. * Tue Jan 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060124-1
  298. - Newer cvs snapshot
  299. * Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 2.3.93-4
  300. - apply patch from Tim Mayberry to correct aliasing and disable
  301. hinting for the two Chinese font names AR PL ShanHeiSun Uni
  302. and AR PL Zenkai Uni
  303. * Tue Jan 10 2006 Bill Nottingham <notting@redhat.com> - 2.3.93-3
  304. - prereq coreutils for mkdir/touch in %%post
  305. * Wed Dec 21 2005 Carl Worth <cworth@redhat.com> - 2.3.93-2
  306. - Fix to create /var/cache/fontconfig/stamp in the post install stage.
  307. * Wed Dec 21 2005 Carl Worth <cworth@redhat.com> - 2.3.93-1
  308. - New upstream version.
  309. * Tue Dec 13 2005 Carl Worth <cworth@redhat.com> - 2.3.92.cvs20051129-3
  310. - Disable hinting for Lohit Gujarati
  311. * Fri Dec 9 2005 Carl Worth <cworth@redhat.com> - 2.3.92.cvs20051129-2
  312. - Add two new Chinese font names to the default fonts.conf file:
  313. AR PL ShanHeiSun Uni
  314. AR PL Zenkai Uni
  315. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  316. - rebuilt
  317. * Sat Nov 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92.cvs20051129-1
  318. - Update to a newer cvs snapshot
  319. * Sat Nov 19 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92.cvs20051119-1
  320. - Update to a newer cvs snapshot
  321. * Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 2.3.93-3
  322. - modular X moved fonts from /usr/X11R6/lib/X11/fonts to
  323. /usr/share/X11/fonts, adjust %%configure accordingly and
  324. conflict with older font packages
  325. * Wed Nov 9 2005 Carl Worth <cworth@redhat.com> - 2.3.92-2
  326. - Remove inadvertent rejection of Luxi Mono from 40-blacklist-fonts.conf.
  327. Fixes #172437
  328. * Fri Nov 4 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92-1
  329. - Update to 2.3.92
  330. * Fri Oct 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051031-1
  331. - Update to a newer cvs snapshot
  332. - Add a patch which should help to understand broken cache problems
  333. * Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051017-2
  334. - Add new Chinese fonts
  335. - Fix the 40-blacklist-fonts.conf file to use the documented
  336. fonts.conf syntax, and exclude the Hershey fonts by family
  337. name.
  338. * Fri Oct 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051017-1
  339. - Update to the mmap branch of fontconfig
  340. * Fri Jul 22 2005 Kristian H淡gsberg <krh@redhat.com> - 2.3.2-1
  341. - Update to fontconfig-2.3.2. Drop
  342. fontconfig-2.1-slighthint.patch,
  343. fontconfig-2.2.3-timestamp.patch,
  344. fontconfig-2.2.3-names.patch,
  345. fontconfig-2.2.3-ta-pa-orth.patch, and
  346. fontconfig-2.2.3-timestamp.patch,
  347. as they are now merged upstream.
  348. - Fold fontconfig-2.2.3-add-sazanami.patch into
  349. fontconfig-2.3.2-defaultconfig.patch and split rules to disable CJK
  350. hinting out into /etc/fonts/conf.d/50-no-hint-fonts.conf.
  351. - Drop fontconfig-0.0.1.020826.1330-blacklist.patch and use the new
  352. rejectfont directive to reject those fonts in 40-blacklist-fonts.conf.
  353. - Add fontconfig-2.3.2-only-parse-conf-files.patch to avoid parsing
  354. .rpmsave files.
  355. - Renable s390 documentation now that #97079 has been fixed and add
  356. BuildRequires: for docbook-utils and docbook-utils-pdf.
  357. - Drop code to iconv and custom install man pages, upstream does the
  358. right thing now.
  359. - Add workaround from hell to make elinks cooperate so we can build
  360. txt documentation.
  361. * Tue Apr 19 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-13
  362. - Add another font family name Sazanami Gothic/Mincho (#148748)
  363. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-12
  364. - Rebuild
  365. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-11
  366. - Rebuild
  367. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-10
  368. - Rebuild
  369. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-9
  370. - Disable docs for s390 for now
  371. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-8
  372. - Rebuild
  373. * Wed Dec 1 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-6
  374. - Sleep a second before the exit of fc-cache to fix problems with fast
  375. serial installs of fonts (#140335)
  376. - Turn off hinting for Lohit Hindi/Bengali/Punjabi (#139816)
  377. * Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-5
  378. - Add Lohit fonts for Indic languages (#134492)
  379. - Add Punjabi converage, fix Tamil coverage
  380. * Wed Sep 22 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-4
  381. - Update fonts-hebrew names to include CLM suffix
  382. * Thu Sep 2 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-3
  383. - Backport code from head branch of fontconfig CVS to parse names
  384. for postscript fonts (fixes #127500, J. J. Ramsey)
  385. - Own /usr/share/fonts (#110956, David K. Levine)
  386. - Add KacstQura to serif/sans-serif/monospace aliases (#101182)
  387. * Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-2
  388. - Don't run fc-cache if the binary isn't there (#128072, tracked
  389. down by Jay Turner)
  390. * Tue Aug 3 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-1
  391. - Upgrade to 2.2.3
  392. - Convert man pages to UTF-8 (#108730, Peter van Egdom)
  393. - Renable docs on s390
  394. * Mon Jul 26 2004 Owen Taylor <otaylor@redhat.com> - 2.2.1-12
  395. - Rebuild for RHEL
  396. - Back freetype required version down to 2.1.4
  397. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  398. - rebuilt
  399. * Mon Apr 19 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-10
  400. - Require recent freetype (#109592, Peter Oliver)
  401. - Remove fonts.conf timestamp to fix multiarch conflict (#118182)
  402. - Disable hinting for Mukti Narrow (#120915, Sayamindu Dasgupta)
  403. * Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.1
  404. - Rebuild
  405. * Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.0
  406. - Add Albany/Cumberland/Thorndale as fallbacks for Microsoft core fonts and
  407. as non-preferred alternatives for Sans/Serif/Monospace
  408. - Fix FreeType includes for recent FreeType
  409. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  410. - rebuilt
  411. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  412. - rebuilt
  413. * Mon Sep 22 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-6.0
  414. - Should have been passing --with-add-fonts, not --with-add-dirs to
  415. configure ... caused wrong version of Luxi to be used. (#100862)
  416. * Fri Sep 19 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-5.0
  417. - Tweak fonts.conf to get right hinting for CJK fonts (#97337)
  418. * Tue Jun 17 2003 Bill Nottingham <notting@redhat.com> 2.2.1-3
  419. - handle null config->cache correctly
  420. * Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
  421. - Update default config to include Hebrew fonts (#90501, Dov Grobgeld)
  422. * Tue Jun 10 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
  423. - As a workaround disable doc builds on s390
  424. * Mon Jun 9 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-1
  425. - Version 2.2.1
  426. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  427. - rebuilt
  428. * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
  429. - debuginfo rebuild
  430. * Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.1-8
  431. - Fix segfault in fc-cache from .dircache patch
  432. * Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com>
  433. - Back out patch that wrote fonts.conf entries that crash RH-8.0
  434. gnome-terminal, go with patch from fontconfig CVS instead.
  435. (#84863)
  436. * Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
  437. - Move fontconfig man page to main package, since it contains non-devel
  438. information (#76189)
  439. - Look in the OTF subdirectory of /usr/X11R6/lib/fonts as well
  440. so we find Syriac fonts (#82627)
  441. * Thu Feb 6 2003 Matt Wilson <msw@redhat.com> 2.1-5
  442. - modified fontconfig-0.0.1.020626.1517-fontdir.patch to hard code
  443. /usr/X11R6/lib/X11/fonts instead of using $(X_FONT_DIR). This is
  444. because on lib64 machines, fonts are not in /usr/X11R6/lib64/....
  445. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  446. - rebuilt
  447. * Wed Jan 15 2003 Owen Taylor <otaylor@redhat.com>
  448. - Try a different tack when fixing cache problem
  449. * Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
  450. - Try to fix bug where empty cache entries would be found in
  451. ~/.fonts.cache-1 during scanning (#81335)
  452. * Thu Nov 21 2002 Mike A. Harris <mharris@redhat.com> 2.1-1
  453. - Updated to version 2.1
  454. - Updated slighthint patch to fontconfig-2.1-slighthint.patch
  455. - Updated freetype version required to 2.1.2-7
  456. * Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
  457. - Version 2.0
  458. - Correct capitalization/spacing for ZYSong18030 name (#73272)
  459. * Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
  460. - Blacklist fonts from ghostscript-fonts that don't render correctly
  461. * Mon Aug 26 2002 Owen Taylor <otaylor@redhat.com>
  462. - Upgrade to fcpackage rc3
  463. - Fix bug in comparisons for xx_XX language tags
  464. - Compensate for a minor config file change in rc3
  465. * Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
  466. - Add an explicit PreReq for freetype
  467. - Move fonts we don't ship to the end of the fonts.conf aliases so
  468. installing them doesn't change the look.
  469. * Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
  470. - Memory leak fix when parsing config files
  471. - Set rh_prefer_bitmaps for .ja fonts to key off of in Xft
  472. - Fix some groff warnings for fontconfig.man (#72138)
  473. * Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
  474. - Try once more to get the right default Sans-serif font :-(
  475. - Switch the Sans/Monospace aliases for Korean to Gulim, not Dotum
  476. * Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
  477. - Fix %%post
  478. * Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
  479. - Fix lost Luxi Sans default
  480. * Mon Aug 12 2002 Owen Taylor <otaylor@redhat.com>
  481. - Upgrade to rc2
  482. - Turn off hinting for all CJK fonts
  483. - Fix typo in %%post
  484. - Remove the custom language tag stuff in favor of Keith's standard
  485. solution.
  486. * Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
  487. - Prefer Luxi Sans to Nimbus Sans again
  488. * Fri Jul 12 2002 Owen Taylor <otaylor@redhat.com>
  489. - Add FC_HINT_STYLE to FcBaseObjectTypes
  490. - Switch Chinese fonts to always using Sung-ti / Ming-ti, and never Kai-ti
  491. - Add ZYSong18030 to aliases (#68428)
  492. * Wed Jul 10 2002 Owen Taylor <otaylor@redhat.com>
  493. - Fix a typo in the langtag patch (caught by Erik van der Poel)
  494. * Wed Jul 3 2002 Owen Taylor <otaylor@redhat.com>
  495. - Add FC_HINT_STYLE tag
  496. * Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
  497. - New upstream version, with fix for problems with
  498. ghostscript-fonts (Fonts don't work for Qt+CJK,
  499. etc.)
  500. * Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
  501. - New upstream version, fixing locale problem
  502. * Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
  503. - Add a hack where we set the "language" fontconfig property based on the locale, then
  504. we conditionalize base on that in the fonts.conf file.
  505. * Sun Jun 23 2002 Owen Taylor <otaylor@redhat.com>
  506. - New upstream version
  507. * Tue Jun 18 2002 Owen Taylor <otaylor@redhat.com>
  508. - Fix crash from FcObjectSetAdd
  509. * Tue Jun 11 2002 Owen Taylor <otaylor@redhat.com>
  510. - make fonts.conf %%config, not %%config(noreplace)
  511. - Another try at the CJK aliases
  512. - Add some CJK fonts to the config
  513. - Prefer Luxi Mono to Nimbus Mono
  514. * Mon Jun 10 2002 Owen Taylor <otaylor@redhat.com>
  515. - New upstream version
  516. - Fix matching for bitmap fonts
  517. * Mon Jun 3 2002 Owen Taylor <otaylor@redhat.com>
  518. - New version, new upstream mega-tarball
  519. * Tue May 28 2002 Owen Taylor <otaylor@redhat.com>
  520. - Fix problem with FcConfigSort
  521. * Fri May 24 2002 Owen Taylor <otaylor@redhat.com>
  522. - Initial specfile