freetype2-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %bcond_without subpixel_rendering
  3. Summary: FreeType 2 library
  4. Summary(ja): FreeType 2 ライブラリ
  5. Name: freetype2
  6. Version: 2.13.0
  7. Release: 1%{?_dist_release}
  8. Group: system
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. License: GPL/FTL dual license
  12. URL: https://www.freetype.org/
  13. Source: https://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.xz
  14. Source1: https://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.xz
  15. Source2: https://download.savannah.gnu.org/releases/freetype/ft2demos-%{version}.tar.xz
  16. # Enable subpixel rendering (ClearType)
  17. Patch0: freetype-2.3.0-enable-spr.patch
  18. # Enable otvalid and gxvalid modules
  19. Patch1: freetype-2.2.1-enable-valid.patch
  20. # Enable additional demos
  21. Patch2: freetype-2.5.2-more-demos.patch
  22. Patch3: freetype-2.6.5-libtool.patch
  23. Patch5: freetype-2.10.0-internal-outline.patch
  24. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  25. BuildRequires: zlib-devel
  26. BuildRequires: bzip2-devel
  27. BuildRequires: libX11-devel
  28. BuildRequires: libpng-devel
  29. %description
  30. The FreeType project is a team of volunteers who develop free,
  31. portable and high-quality software solutions for digital typography.
  32. They specifically target embedded systems and focus on bringing small,
  33. efficient and ubiquitous products.
  34. The FreeType 2 library is their new software font engine. It has been
  35. designed to provide the following important features:
  36. * A universal and simple API to manage font files
  37. * Support for several font formats through loadable modules
  38. * High-quality anti-aliasing
  39. * High portability & performance
  40. Supported font formats include:
  41. * TrueType files (.ttf) and collections (.ttc)
  42. * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
  43. * Type 1 Multiple Master fonts. The FreeType 2 API also provides
  44. routines to manage design instances easily
  45. * Type 1 CID-keyed fonts
  46. * OpenType/CFF (.otf) fonts
  47. * CFF/Type 2 fonts
  48. * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
  49. the Adobe SVG viewer plugin.
  50. * Windows FNT/FON bitmap fonts
  51. This package contains the files needed to run programs that use the
  52. FreeType 2 library.
  53. %package demos
  54. Summary: A collection of FreeType demos
  55. Group: programming
  56. Requires: %{name} = %{version}-%{release}
  57. Obsoletes: freetype-utils < 2.0
  58. Provides: freetype-utils = %{version}
  59. %description demos
  60. A collection of FreeType demos.
  61. %package -n compat32-%{name}
  62. Summary: FreeType 2 library
  63. Summary(ja): FreeType 2 ライブラリ
  64. Group: system
  65. Requires: %{name} = %{version}-%{release}
  66. %description -n compat32-%{name}
  67. The FreeType project is a team of volunteers who develop free,
  68. portable and high-quality software solutions for digital typography.
  69. They specifically target embedded systems and focus on bringing small,
  70. efficient and ubiquitous products.
  71. The FreeType 2 library is their new software font engine. It has been
  72. designed to provide the following important features:
  73. * A universal and simple API to manage font files
  74. * Support for several font formats through loadable modules
  75. * High-quality anti-aliasing
  76. * High portability & performance
  77. Supported font formats include:
  78. * TrueType files (.ttf) and collections (.ttc)
  79. * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
  80. * Type 1 Multiple Master fonts. The FreeType 2 API also provides
  81. routines to manage design instances easily
  82. * Type 1 CID-keyed fonts
  83. * OpenType/CFF (.otf) fonts
  84. * CFF/Type 2 fonts
  85. * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
  86. the Adobe SVG viewer plugin.
  87. * Windows FNT/FON bitmap fonts
  88. This package contains the files needed to run programs that use the
  89. FreeType 2 library.
  90. %package devel
  91. Summary: Development files for FreeType 2 library
  92. Summary(ja): FreeType 2 ライブラリの開発ファイル
  93. Group: programming
  94. Requires: %{name} = %{version}-%{release}
  95. Requires: zlib-devel
  96. Requires: bzip2-devel
  97. Requires: libpng-devel
  98. %description devel
  99. The FreeType project is a team of volunteers who develop free,
  100. portable and high-quality software solutions for digital typography.
  101. They specifically target embedded systems and focus on bringing small,
  102. efficient and ubiquitous products.
  103. The FreeType 2 library is their new software font engine. It has been
  104. designed to provide the following important features:
  105. * A universal and simple API to manage font files
  106. * Support for several font formats through loadable modules
  107. * High-quality anti-aliasing
  108. * High portability & performance
  109. Supported font formats include:
  110. * TrueType files (.ttf) and collections (.ttc)
  111. * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
  112. * Type 1 Multiple Master fonts. The FreeType 2 API also provides
  113. routines to manage design instances easily
  114. * Type 1 CID-keyed fonts
  115. * OpenType/CFF (.otf) fonts
  116. * CFF/Type 2 fonts
  117. * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
  118. the Adobe SVG viewer plugin.
  119. * Windows FNT/FON bitmap fonts
  120. This package contains all supplementary files (static library, headers
  121. and documentation) you need to develop your own programs using the
  122. FreeType 2 library.
  123. %package -n compat32-%{name}-devel
  124. Summary: FreeType 2 library
  125. Summary(ja): FreeType 2 ライブラリ
  126. Group: programming
  127. Requires: compat32-%{name} = %{version}-%{release}
  128. Requires: %{name}-devel = %{version}-%{release}
  129. Requires: compat32-zlib-devel
  130. Requires: compat32-bzip2-devel
  131. %description -n compat32-%{name}-devel
  132. The FreeType project is a team of volunteers who develop free,
  133. portable and high-quality software solutions for digital typography.
  134. They specifically target embedded systems and focus on bringing small,
  135. efficient and ubiquitous products.
  136. The FreeType 2 library is their new software font engine. It has been
  137. designed to provide the following important features:
  138. * A universal and simple API to manage font files
  139. * Support for several font formats through loadable modules
  140. * High-quality anti-aliasing
  141. * High portability & performance
  142. Supported font formats include:
  143. * TrueType files (.ttf) and collections (.ttc)
  144. * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
  145. * Type 1 Multiple Master fonts. The FreeType 2 API also provides
  146. routines to manage design instances easily
  147. * Type 1 CID-keyed fonts
  148. * OpenType/CFF (.otf) fonts
  149. * CFF/Type 2 fonts
  150. * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
  151. the Adobe SVG viewer plugin.
  152. * Windows FNT/FON bitmap fonts
  153. This package contains all supplementary files (static library, headers
  154. and documentation) you need to develop your own programs using the
  155. FreeType 2 library.
  156. %package static
  157. Summary: Static ilbrary for FreeType 2
  158. Summary(ja): FreeType 2 のスタティックライブラリ
  159. Group: programming
  160. Requires: %{name}-devel = %{version}-%{release}
  161. %description static
  162. This package contains the static library for %{name}
  163. %debug_package
  164. %prep
  165. %setup -q -n freetype-%{version} -b 1 -a 2
  166. %if %{with subpixel_rendering}
  167. %patch0 -p1 -b .enable-spr
  168. %endif
  169. %patch1 -p1 -b .enable-valid
  170. pushd ft2demos-%{version}
  171. %patch2 -p1 -b .more-demos
  172. popd
  173. %patch3 -p1 -b .libtool
  174. %patch5 -p1 -b .internal-outline
  175. %build
  176. %configure
  177. %configure \
  178. --with-zlib=yes \
  179. --with-bzip2=yes \
  180. --with-png=yes \
  181. --enable-freetype-config \
  182. --with-harfbuzz=no
  183. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' builds/unix/libtool
  184. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' builds/unix/libtool
  185. make %{?_smp_mflags}
  186. # Build demos
  187. pushd ft2demos-%{version}
  188. make TOP_DIR=".."
  189. popd
  190. # Convert FTL.txt and example3.cpp to UTF-8
  191. pushd docs
  192. iconv -f latin1 -t utf-8 < FTL.TXT > FTL.TXT.tmp && \
  193. touch -r FTL.TXT FTL.TXT.tmp && \
  194. mv FTL.TXT.tmp FTL.TXT
  195. iconv -f iso-8859-1 -t utf-8 < "tutorial/example3.cpp" > "tutorial/example3.cpp.utf8"
  196. touch -r tutorial/example3.cpp tutorial/example3.cpp.utf8 && \
  197. mv tutorial/example3.cpp.utf8 tutorial/example3.cpp
  198. popd
  199. %install
  200. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  201. mkdir -p %{buildroot}/bin
  202. mkdir -p %{buildroot}%{_bindir}
  203. %makeinstall gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
  204. for ftdemo in ftbench ftdump ftlint ftvalid ftdiff ftgamma ftgrid ftmulti ftstring ftview
  205. do
  206. builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
  207. done
  208. ## remove unuse files
  209. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  210. %clean
  211. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  212. %post -p /sbin/ldconfig
  213. %postun -p /sbin/ldconfig
  214. %post -n compat32-%{name} -p /sbin/ldconfig
  215. %postun -n compat32-%{name} -p /sbin/ldconfig
  216. %files
  217. %defattr(-, root, root)
  218. %{_libdir}/*.so*
  219. %license LICENSE.TXT
  220. %doc docs
  221. %files devel
  222. %defattr(-, root, root)
  223. %{_bindir}/freetype-config
  224. %{_libdir}/*.so
  225. %{_libdir}/pkgconfig/*.pc
  226. %{_includedir}/%{name}
  227. %{_datadir}/aclocal/freetype2.m4
  228. %{_mandir}/man1/*
  229. %files static
  230. %defattr(-, root, root)
  231. %{_libdir}/*.a
  232. %files demos
  233. %defattr(-,root,root)
  234. %{_bindir}/ftbench
  235. %{_bindir}/ftdump
  236. %{_bindir}/ftlint
  237. %{_bindir}/ftvalid
  238. %{_bindir}/ftdiff
  239. %{_bindir}/ftgamma
  240. %{_bindir}/ftgrid
  241. %{_bindir}/ftmulti
  242. %{_bindir}/ftstring
  243. %{_bindir}/ftview
  244. %if %{build_compat32}
  245. %files -n compat32-%{name}
  246. %defattr(-, root, root)
  247. %{_libdir}/*.so*
  248. %files -n compat32-%{name}-devel
  249. %defattr(-, root, root)
  250. %{_libdir}/*.so
  251. %endif
  252. %changelog
  253. * Mon Feb 13 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.13.0-1
  254. - new upstream release.
  255. * Fri May 06 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.12.1-1
  256. - new upstream release.
  257. * Thu Feb 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.4-1
  258. - new upstream release.
  259. * Mon May 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.2-1
  260. - new upstream release.
  261. * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.1-1
  262. - new upstream release.
  263. - dropped all patches.
  264. - imported patches from rawhide.
  265. * Fri Jan 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.1-1
  266. - new upstream release.
  267. - updated Patch46.
  268. - dropped Patch88.
  269. * Sun Jul 17 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1
  270. - new upstream release
  271. * Thu Mar 31 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1
  272. - new upstream release
  273. * Sat Dec 05 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.2-1
  274. - new upstream release
  275. - remade Patch88
  276. - deleted Pacth90
  277. - did not apply Patch201
  278. - but included src.rpm
  279. * Fri Jan 16 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.5-1
  280. - new upstream release
  281. * Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.4-1
  282. - new upstream release
  283. - remade Patch90
  284. * Fri Jun 27 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.3-2
  285. - rebuilt with libpng-1.6.
  286. * Sun Apr 20 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.3-1
  287. - new upstream release
  288. - remade Patch90
  289. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.2-5
  290. - add Requires: libpng-devel in %%{name}-devel
  291. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.2-4
  292. - fix Patch90
  293. - fix %%files -n compat32-%%{name}-devel (remove pkgconfig files)
  294. * Tue Dec 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-3
  295. - re-fixed invalid infomation in freetype-config
  296. * Mon Dec 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-2
  297. - fixed invalid infomation in freetype-config (BTS:2711)
  298. * Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-1
  299. - new upstream release
  300. * Mon Aug 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.0.1-1
  301. - new upstream release
  302. - added BuildRequires: libpng-devel
  303. * Sun Jul 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.12-2
  304. - fixed Patch88
  305. - added Pacth90 to fix BTS:2631
  306. * Sun May 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.12-1
  307. - new upstream release
  308. - refreshed Patch88, 201
  309. * Sat Dec 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.11-1
  310. - new upstream release
  311. * Sun Sep 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.10-1
  312. - new upstream release
  313. - updated Patch201
  314. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.8-1
  315. - new upstream release
  316. - add BuildRequires: bzip2-devel
  317. - add Requires: bzip2-devel (-devel package)
  318. * Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-1
  319. - new upstream release
  320. * Fri Dec 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-1
  321. - new upstream release
  322. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.4.2-2
  323. - build with rpm-4.8.1-1 for pkg-config file
  324. * Mon Aug 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-1
  325. - new upstream release
  326. * Tue Jul 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-1
  327. - new upstream release
  328. * Thu Jul 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-1
  329. - new upstream release
  330. * Sun May 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-2
  331. - enable bytecode interpreter, the patent is now expired.
  332. * Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-1
  333. - new upstream release
  334. * Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.11-1
  335. - new upstream release
  336. - update patch201
  337. * Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-6
  338. - rebuild with gpg signing
  339. * Wed Jul 29 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9-5
  340. - fixed "Invalid Outline" error on x86_64.
  341. * Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.9-4
  342. - removed %%if !%%{build_compat32} case condition
  343. - removed CC='gcc -m32' before make setup
  344. * Sun Apr 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-3
  345. - enable Patch200 again
  346. * Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-2
  347. - split static library to freetype2-static
  348. - needed by tuxonice-userui
  349. - disable Patch200
  350. * Sat Mar 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-1
  351. - new upstream release
  352. * Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-1
  353. - new upstream release
  354. * Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.3.7-2
  355. - removed *.la
  356. * Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-1
  357. - new upstream release
  358. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.6-1
  359. - new upstream release
  360. * Sun May 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-3
  361. - add Provides: freetype-utils = %%{version} to freetype2-demos
  362. * Thu Apr 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-2
  363. - remove %%{_bindir}/* from -devel
  364. * Fri Mar 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-1
  365. - new upstream release
  366. - add freetype2-demos
  367. - Obsoletes: freetype-utils
  368. * Wed May 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.4-0vl2
  369. - add Patch201 (CVE-2007-2754)
  370. * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.4-0vl1
  371. - new upstream release
  372. * Thu Aug 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.10-0vl8
  373. - add Requires: zlib-devel (devel package)
  374. - compat32
  375. - add BuildRequires: compat32-zlib-devel
  376. - add Requires: compat32-zlib-devel (devel package)
  377. * Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl7
  378. - add Patch200 to adjust synthetic-embold font weight.
  379. - default value is too heavy...
  380. * Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl6
  381. - add Patch100 for autofit-cjk
  382. * Fri Feb 24 2006 Shu KONNO <owa@bg.wakwak.com> 2.1.10-0vl5
  383. - added --libdir=%%{_libdir} to make setup
  384. - added CC='gcc -m32' before make setup if compat32
  385. * Sun Feb 12 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 2.1.10-0vl4
  386. - added compat32-* packages for x86_64 architecture support
  387. * Thu Oct 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl3
  388. - add upstream patches (from MDK)
  389. - add Patch13 to fix memleak
  390. - add Patch14 to put back internal API, used by XOrg
  391. - add Patch15 to fix bad anti-aliasing
  392. * Sat Oct 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl2
  393. - add upstream patches (from MDK)
  394. - add Patch10 to add fixes from CVS
  395. - add Patch11 to fix autofit render setup
  396. - add Patch12 to fix kerning
  397. - add Patch20 (enable bytecode interpreter), but not applied by default
  398. * Tue Sep 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.10-0vl1
  399. - new upstream release
  400. - drop Patch1 (auto-hinter has been replaced with a new module)
  401. - drop Patch2 (included in freetype-2.1.8)
  402. - add pkgconfig file
  403. * Fri Apr 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl4
  404. - add xtt2-1.2a related patch which is merged in CVS.
  405. (http://x-tt.sourceforge.jp/index_nippon.html)
  406. * Thu Apr 01 2004 Tomoya TAKA <taka@vinelinux.org> 2.1.7-0vl3
  407. - add a fix from Fedora freetype-2.1.7-3
  408. * Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 2.1.7-3
  409. - Added -fno-strict-aliasing to CFLAGS and CXXFLAGS to try to fix SEGV and
  410. SIGILL crashes in mkfontscale which have been traced into freetype and seem
  411. to be caused by aliasing issues in freetype macros
  412. * Wed Dec 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.7-0vl2
  413. - update patch1
  414. * Sun Nov 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
  415. - new upstream release
  416. * Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl2
  417. - rebuild for VineSeed
  418. * Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl1
  419. - source upgrade
  420. - add Patch1 from http://www.kde.gr.jp/~akito/
  421. - remove Source1
  422. - remove Patch0 (no need to 2.1.5)
  423. * Wed Aug 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
  424. - correct License tag from GPL to GPL/FTL dual license
  425. - FTL: The FreeType Project License
  426. * Wed Apr 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.4-0vl1
  427. - source upgrade
  428. * Sat Dec 7 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.3-0vl1
  429. - source and patch upgrade
  430. * Thu Dec 5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl3
  431. - rebuild with new toolchain
  432. * Wed Aug 21 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl2
  433. - add Patch0 to fix problem to Dyna-Font
  434. * Tue Jul 23 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl1
  435. - source upgrade
  436. - add %{_datadir}/aclocal/freetype2.m4 to -devel
  437. * Mon Jan 28 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.6-0vl2
  438. - modified %%build section
  439. * Wed Jan 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.0.6-0vl1
  440. - source update
  441. - add ftdocs
  442. * Fri Nov 23 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.1-0vl5
  443. - small build fix
  444. * Wed May 9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl4
  445. - Added Requires for -devel
  446. - Fixed config path
  447. * Mon Apr 23 2001 Kazuhisa TAKEI <takei@vinelinux.org> 2.0.1-0vl3
  448. - add %{_bindir} in devel package's %file section.
  449. * Tue Jan 9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl2
  450. - Added %defattr.
  451. * Sun Dec 17 2000 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl1
  452. - Initial revision.