libxml2-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. Summary: Library providing XML and HTML support
  2. Summary(ja): XML や HTML サポートを提供するライブラリ
  3. Name: libxml2
  4. Version: 2.9.2
  5. Release: 2%{_dist_release}
  6. License: MIT
  7. Group: System Environment/Libraries
  8. Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
  9. Patch0: libxml2-multilib.patch
  10. Patch1: libxml2-2.9.0-do-not-check-crc.patch
  11. Patch2: libxml2-2.9.2-catalog-revert.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: python
  14. BuildRequires: python-devel
  15. BuildRequires: zlib-devel
  16. BuildRequires: pkgconfig
  17. URL: http://xmlsoft.org/
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi
  21. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  22. %description
  23. This library allows to manipulate XML files. It includes support
  24. to read, modify and write XML and HTML files. There is DTDs support
  25. this includes parsing and validation even with complex DtDs, either
  26. at parse time or later once the document has been modified. The output
  27. can be a simple SAX stream or and in-memory DOM like representations.
  28. In this case one can use the built-in XPath and XPointer implementation
  29. to select subnodes or ranges. A flexible Input/Output mechanism is
  30. available, with existing HTTP and FTP modules and combined to an
  31. URI library.
  32. %description -l ja
  33. このライブラリはXMLファイルを扱う事ができます。XMLやHTMLファイルを読み込み、
  34. 修正、書き込みをサポートしています。DTDに対応しており、パース時や一度
  35. ドキュメントが修正された後でも複雑なDTDであってもパースと確認が出来ます。
  36. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  37. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  38. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  39. %package -n compat32-%{name}
  40. Summary: Library providing XML and HTML support
  41. Summary(ja): XML や HTML サポートを提供するライブラリ
  42. Group: System Environment/Libraries
  43. Requires: %{name} = %{version}-%{release}
  44. %description -n compat32-%{name}
  45. This library allows to manipulate XML files. It includes support
  46. to read, modify and write XML and HTML files. There is DTDs support
  47. this includes parsing and validation even with complex DtDs, either
  48. at parse time or later once the document has been modified. The output
  49. can be a simple SAX stream or and in-memory DOM like representations.
  50. In this case one can use the built-in XPath and XPointer implementation
  51. to select subnodes or ranges. A flexible Input/Output mechanism is
  52. available, with existing HTTP and FTP modules and combined to an
  53. URI library.
  54. %description -n compat32-%{name} -l ja
  55. このライブラリはXMLファイルを扱う事ができます。XMLやHTMLファイルを読み込み、
  56. 修正、書き込みをサポートしています。DTDに対応しており、パース時や一度
  57. ドキュメントが修正された後でも複雑なDTDであってもパースと確認が出来ます。
  58. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  59. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  60. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  61. %package devel
  62. Summary: Libraries, includes, etc. to develop XML and HTML applications
  63. Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
  64. Group: Development/Libraries
  65. Requires: %{name} = %{version}-%{release}
  66. Requires: zlib-devel
  67. Requires: pkgconfig
  68. %description devel
  69. Libraries, include files, etc you can use to develop XML applications.
  70. This library allows to manipulate XML files. It includes support
  71. to read, modify and write XML and HTML files. There is DTDs support
  72. this includes parsing and validation even with complex DtDs, either
  73. at parse time or later once the document has been modified. The output
  74. can be a simple SAX stream or and in-memory DOM like representations.
  75. In this case one can use the built-in XPath and XPointer implementation
  76. to select subnodes or ranges. A flexible Input/Output mechanism is
  77. available, with existing HTTP and FTP modules and combined to an
  78. URI library.
  79. %description devel -l ja
  80. XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
  81. このライブラリはXMLファイルを扱う事ができます。
  82. XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
  83. DTDに対応しており、パース時や一度ドキュメントが修正された後でも
  84. 複雑なDTDであってもパースと確認が出来ます。
  85. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  86. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  87. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  88. %package -n compat32-%{name}-devel
  89. Summary: Libraries, includes, etc. to develop XML and HTML applications
  90. Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
  91. Group: Development/Libraries
  92. Requires: compat32-%{name} = %{version}-%{release}
  93. Requires: %{name}-devel = %{version}-%{release}
  94. Requires: compat32-zlib-devel
  95. %description -n compat32-%{name}-devel
  96. Libraries, include files, etc you can use to develop XML applications.
  97. This library allows to manipulate XML files. It includes support
  98. to read, modify and write XML and HTML files. There is DTDs support
  99. this includes parsing and validation even with complex DtDs, either
  100. at parse time or later once the document has been modified. The output
  101. can be a simple SAX stream or and in-memory DOM like representations.
  102. In this case one can use the built-in XPath and XPointer implementation
  103. to select subnodes or ranges. A flexible Input/Output mechanism is
  104. available, with existing HTTP and FTP modules and combined to an
  105. URI library.
  106. %description -n compat32-%{name}-devel -l ja
  107. XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
  108. このライブラリはXMLファイルを扱う事ができます。
  109. XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
  110. DTDに対応しており、パース時や一度ドキュメントが修正された後でも
  111. 複雑なDTDであってもパースと確認が出来ます。
  112. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  113. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  114. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  115. %package static
  116. Summary: Static library for libxml2
  117. Summary(ja): libxml2 のスタティックライブラリ
  118. Group: Development/Libraries
  119. Requires: libxml2 = %{version}-%{release}
  120. %description static
  121. Static library for libxml2 provided for specific uses or shaving a few
  122. microseconds when parsing, do not link to them for generic purpose packages.
  123. %package python
  124. Summary: Python bindings for the libxml2 library
  125. Summary(ja): libxml2 ライブラリ用の python バインディング
  126. Group: Development/Libraries
  127. Requires: %{name} = %{version}-%{release}
  128. Requires: python >= 2.2
  129. %description python
  130. The libxml2-python package contains a module that permits applications
  131. written in the Python programming language to use the interface
  132. supplied by the libxml2 library to manipulate XML files.
  133. This library allows to manipulate XML files. It includes support
  134. to read, modify and write XML and HTML files. There is DTDs support
  135. this includes parsing and validation even with complex DTDs, either
  136. at parse time or later once the document has been modified.
  137. %description python -l ja
  138. libxml2-pythonはXMLファイルを扱うlibxml2ライブラリによって提供される
  139. インターフェースを使用するためにpythonプログラム言語で書かれた
  140. アプリケーションを許可するモジュール類を含んでいます。
  141. このライブラリはXMLファイルを扱う事ができます。
  142. XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
  143. DTDに対応しており、パース時や一度ドキュメントが修正された後でも複雑な
  144. DTDであってもパースと確認が出来ます。
  145. %prep
  146. %setup -q
  147. %patch0 -p1
  148. %patch1 -p1 -b .do-not-check-crc
  149. %patch2 -p1 -b .catalog-revert
  150. %build
  151. %configure
  152. make %{?_smp_mflags}
  153. gzip -9 ChangeLog
  154. %install
  155. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  156. make install DESTDIR=$RPM_BUILD_ROOT
  157. gzip -9 doc/libxml2-api.xml
  158. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  159. rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.{a,la}
  160. # multiarch crazyness on timestamp differences or Makefile/binaries for examples
  161. touch -m --reference=$RPM_BUILD_ROOT/%{_includedir}/libxml2/libxml/parser.h $RPM_BUILD_ROOT/%{_bindir}/xml2-config
  162. (cd doc/examples ; make clean ; rm -rf .deps Makefile)
  163. %clean
  164. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  165. %post -p /sbin/ldconfig
  166. %postun -p /sbin/ldconfig
  167. %post -n compat32-%{name} -p /sbin/ldconfig
  168. %postun -n compat32-%{name} -p /sbin/ldconfig
  169. %files
  170. %defattr(-, root, root)
  171. %doc AUTHORS ChangeLog.gz NEWS README COPYING Copyright TODO
  172. %{_bindir}/xmlcatalog
  173. %{_bindir}/xmllint
  174. %{_libdir}/lib*.so.*
  175. %{_mandir}/man1/xmllint.1*
  176. %{_mandir}/man1/xmlcatalog.1*
  177. %{_mandir}/man3/libxml.3*
  178. %files devel
  179. %defattr(-, root, root)
  180. %doc doc/*.html doc/html doc/*.gif doc/*.png
  181. %doc doc/tutorial doc/libxml2-api.xml.gz
  182. %{_bindir}/xml2-config
  183. %{_datadir}/aclocal/libxml.m4
  184. %{_includedir}/*
  185. %{_libdir}/lib*.so
  186. %{_libdir}/lib*.a
  187. %{_libdir}/*.sh
  188. %{_libdir}/cmake/libxml2/libxml2-config.cmake
  189. %{_libdir}/pkgconfig/libxml-2.0.pc
  190. %{_mandir}/man1/xml2-config.1*
  191. %{_datadir}/gtk-doc/html/libxml2
  192. %files static
  193. %defattr(-, root, root)
  194. %{_libdir}/lib*.a
  195. %files python
  196. %defattr(-, root, root)
  197. %doc AUTHORS ChangeLog.gz NEWS README Copyright
  198. %doc python/TODO
  199. %doc python/libxml2class.txt
  200. %doc python/tests/*.py
  201. %doc doc/*.py
  202. %doc doc/python.html
  203. %{_libdir}/python*/site-packages/*
  204. %if %{build_compat32}
  205. %files -n compat32-%{name}
  206. %defattr(-, root, root)
  207. %{_libdir}/lib*.so.*
  208. %files -n compat32-%{name}-devel
  209. %defattr(-, root, root)
  210. %{_libdir}/lib*.so
  211. %{_libdir}/lib*.a
  212. %{_libdir}/*.sh
  213. %endif
  214. %changelog
  215. * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.2-2
  216. - add Patch1 (libxml2-2.9.0-do-not-check-crc.patch) from fedora
  217. - add Patch2 (libxml2-2.9.2-catalog-revert.patch) from fedora
  218. * Sat Nov 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.2-1
  219. - update to 2.9.2
  220. (including security fix for CVE-2014-0191,3660)
  221. * Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.1-1
  222. - update to 2.9.1
  223. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.0-2
  224. - rebuild with VineSeed environment
  225. * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.0-1
  226. - new upstream release
  227. * Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
  228. - new upstream release
  229. - remove Patch1 (libxml2-2.7.8-reactivate-versionning-script.patch)
  230. -remove Patch10 (libxml2-2.7.8-CVE-2010-4494.patch)
  231. - remove Patch11 (libxml2-2.7.8-xpath.patch)
  232. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-3
  233. - rebuild with python-2.7.2
  234. * Wed Jun 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-2
  235. - add Patch11 (libxml2-2.7.8-xpath.patch)
  236. * Mon Apr 25 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-1
  237. - new upstream release with security fix (CVE-2010-4008)
  238. - add patch1 from fc16
  239. - add patch10 for fix CVE-2010-4494 (xpath)
  240. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.7.7-2
  241. - build with rpm-4.8.1-1 for pkg-config file
  242. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-1
  243. - new upstream release
  244. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-6
  245. - rebuilt with gcc-4.4.3-3 on ppc
  246. * Sat Feb 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.7.6-5
  247. - removed %%{_libdir}/python*/site-packages/*.{a,la}
  248. * Fri Feb 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-4
  249. - rebuilt with rpm-4.8.0-3 (on ppc)
  250. * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.7.6-3
  251. - rebuild with python-2.6
  252. * Tue Feb 2 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-2
  253. - rebuilt with new toolchain
  254. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.7.6-1
  255. - new upstream release
  256. * Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.32-4
  257. - use smp flag in make section
  258. * Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.32-3
  259. - add patch100 for fix CVE-2009-2414/2416
  260. * Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.6.32-2
  261. - rebuilt with python-2.5.2
  262. * Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.32-1
  263. - new upstream release
  264. - removed *.la files from devel package
  265. * Fri Feb 29 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.31-0vl1
  266. - new upstream release with security fix (CVE-2007-6284)
  267. * Wed Oct 3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.30-0vl1
  268. - new upstream release
  269. * Sun Feb 4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.27-0vl1
  270. - new upstream release
  271. * Fri Jul 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.26-0vl1
  272. - new upstream release
  273. - fixed typo
  274. * Sun May 21 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.23-0vl3
  275. - added "libdir" options
  276. - added compat32- packages for x86_64 architecture support
  277. * Wed Jan 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.6.23-0vl2
  278. - fix typo
  279. * Tue Jan 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.6.23-0vl1
  280. - new upstream release
  281. - add Requires: zlib-devel for libxml2-devel
  282. - add gtk-doc/html/libxml2 to libxml2-devel
  283. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.22-0vl1
  284. - new upstream release
  285. * Mon Jul 18 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.20-0vl1
  286. - new upstream release (libxml2-2.6.20)
  287. * Mon Apr 04 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.19-0vl1
  288. - new upstream version (libxml2-2.6.19)
  289. * Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 2.6.17-0vl3
  290. - rebuild with python-2.4.1-0vl1
  291. * Sun Feb 06 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.17-0vl2
  292. - fixed japanesedescription
  293. * Sun Feb 06 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.17-0vl1
  294. - new upstream version (libxml2-2.6.17)
  295. - added japanese description
  296. * Tue Dec 21 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.16-0vl1
  297. - new upstream version (libxml2-2.6.16)
  298. * Wed Nov 03 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.15-0vl1
  299. - new upstream version (libxml2-2.6.15)
  300. -- some security fixes.(See http://secunia.com/advisories/13000/)
  301. * Sun Oct 17 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.14-0vl1
  302. - new upstream version (libxml2-2.6.14)
  303. * Tue Sep 07 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.13-0vl1
  304. - new upstream version (libxml2-2.6.13)
  305. * Tue Apr 27 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.6.9-0vl1
  306. - source upgrade
  307. * Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.6.8-0vl2
  308. - rebuild with python-2.3.3-0vl1
  309. * Sun Apr 11 2004 Shu KONNO <owa@bg.wakwak.com> 2.6.8-0vl1.1
  310. - rebuild with python-2.3.3-0vl0.3 (for TestPkg)
  311. * Thu Mar 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.8-0vl1
  312. - new upstream release
  313. * Wed Jan 28 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.5-0vl1
  314. - new upstream release
  315. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.11-0vl1
  316. - new upstream release
  317. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.10-0vl1
  318. - new upstream release
  319. * Sun Jul 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.8-0vl1
  320. - source upgrade
  321. * Sat May 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.7-0vl1
  322. - source upgrade
  323. * Tue Feb 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.3-0vl1
  324. - source upgrade
  325. * Tue Jan 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.1-0vl2
  326. - rebuild with python-2.2.2-9vl0
  327. - add BuildPrereq: automake14
  328. * Fri Jan 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.1-0vl1
  329. - source upgrade
  330. - update and cleanup %files section
  331. * Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.30-0vl1
  332. - source upgrade
  333. - build with new toolchains
  334. * Tue Oct 29 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.26-0vl1
  335. - source update to 2.4.26
  336. * Sun May 26 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.21-1vl1
  337. - merged with 2.4.21-1
  338. -- Fri Feb 1 2002 Daniel Veillard <veillard@redhat.com>
  339. - Added the python package
  340. - clean up spec
  341. * Mon Mar 18 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.13-0vl2
  342. - changed License to MIT (not LGPL)
  343. - add BuildPrereq: zlib-devel >= 1.1.4
  344. * Sat Feb 23 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.13-0vl1
  345. - source update
  346. - cleaned up specfile
  347. * Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.12-0vl1
  348. - source update
  349. * Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.6-1vl1
  350. - Build for VineSeed
  351. * Thu Apr 26 2001 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
  352. [2.3.7]
  353. - Added libxml.m4 to the distribution file list
  354. - Moved the man pages from /usr/man to /usr/share/man to conform to FHS2.0
  355. - Moved programmer documentation into the devel package
  356. * Thu Sep 23 1999 Daniel Veillard <daniel@veillard.com>
  357. - corrected the spec file alpha stuff
  358. - switched to version 1.7.1
  359. - Added validation, XPath, nanohttp, removed memory leaks
  360. - Renamed CHAR to xmlChar
  361. * Wed Jun 2 1999 Daniel Veillard <daniel@veillard.com>
  362. - Switched to version 1.1: SAX extensions, better entities support, lots of
  363. bug fixes.
  364. * Sun Oct 4 1998 Daniel Veillard <daniel@veillard.com>
  365. - Added xml-config to the package
  366. * Thu Sep 24 1998 Michael Fulbright <msf@redhat.com>
  367. - Built release 0.30