Summary: DOM level2 library for accessing XML files. Name: gdome2 Version: 0.8.1 Release: 4%{?dist} License: LGPL Group: Development/Libraries URL: http://gdome2.cs.unibo.it/ Source: http://gdome2.cs.unibo.it/tarball/%{name}-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-root BuildRequires: libxml2-devel >= 2.4.26, glib2-devel >= 2.2.0 %description gdome2 is a fast, light and complete DOM level2 implementation based on libxml2. Although it has been written for the GNOME project, it can be used stand-alone. A DOM implementation (also called a host implementation) is what makes a parsed XML or HTML document available for processing via the DOM interface. gdome2 currently supports the "Core", "XML", "Events" and "MutationEvents" modules from the DOM2 Recommendation (see http://www.w3.org/TR/DOM-Level-2-Core/ and http://www.w3.org/TR/DOM-L evel-2-Events/), and is supposed to become a full implementation of all the DOM Level2 standard. Now gdome2 also partially supports the XPath module from the DOM level 3 drafts. %package devel Summary: Development files for gdome2. Group: Development/Libraries Requires: gdome2 = %{version}, glib2-devel >= 2.2.0, libxml2-devel >= 2.4.26 %description devel This package contains the header files and static libraries for developing with gdome2. %prep %setup -q %build if [ ! -f configure ]; then ./autogen.sh --prefix=%{_prefix} --localstatedir=/var/lib fi %configure --localstatedir=/var/lib make %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS MAINTAINERS ChangeLog INSTALL NEWS README COPYING COPYING.LIB %{_libdir}/*.so.* %{_mandir}/man1/gdome-config.1* %{_datadir}/gtk-doc/html/gdome2-%{version} %files devel %defattr(-,root,root,-) %doc gtk-doc/html/*.html %{_bindir}/gdome-config %{_includedir}/* %{_libdir}/*.so %{_libdir}/*a %{_libdir}/*.sh %{_datadir}/aclocal/gdome2.m4 %{_libdir}/pkgconfig/gdome2.pc %changelog * Wed Feb 11 2004 Axel Thimm - Updated to 0.8.1. * Sun Dec 29 2002 Paolo Casarini patch provided by Oron Peled - %defattr(-,root,root) wasn't set for documents in the devel package. This cause wrong ownership of docs in non-root builds. - Update URL: and Source: locations - s/Copyright:/License:/ * Sun Mar 31 2002 Paolo Casarini - updated descriptions and summaries * Sat Dec 15 2001 Paolo Casarini - updated descriptions and summaries * Tue Oct 23 2001 Paolo Casarini - added the gdome-config.1 man page * Mon Aug 6 2001 Paolo Casarini - Merge of the Andrew release with mine * Thu Aug 2 2001 Andrew Chatham - Spec file created * Tue Jul 3 2001 Paolo Casarini - Initial release