source: projects/specs/trunk/lib/libx/libxml2/libxml2-vl.spec @ 12086

Revision 12086, 20.1 KB checked in by tomop, 5 years ago (diff)

libxml2-2.9.9-1

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