fontconfig-vl.spec 23 KB

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