fixing bug #81112 Daniel

* libxml.spec.in: fixing bug #81112
Daniel
This commit is contained in:
Daniel Veillard 2002-05-24 11:10:23 +00:00
parent ead1ea69da
commit 32260e278b
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxml.spec.in: fixing bug #81112
Wed Jan 23 23:46:32 CET 2002 Daniel Veillard <daniel@veillard.com>
* configure.in: releasing 1.8.17

View File

@ -57,6 +57,9 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

View File

@ -17,6 +17,7 @@ This library allows you to manipulate XML files.
Summary: Libraries, includes, etc to develop libxml applications
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: zlib-devel
%description devel
Libraries, include files, etc you can use to develop libxml applications.