Summary: DOM level2 library for accessing XML files Summary(pl): Biblioteka dostępu do plików XML, DOM poziom 2 Name: gdome2 Version: 0.7.1 Release: 1 License: LGPL Group: Libraries URL: http://phd.cs.unibo.it/gdome2/ Source0: http://phd.cs.unibo.it/gdome2/tarball/%{name}-%{version}.tar.gz Patch0: %{name}-ac.patch BuildRequires: libxml2-devel >= 2.4.19 BuildRequires: glib-devel >= 1.2.10 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool Requires: glib >= 1.2.10 Requires: libxml2 >= 2.4.19 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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-Level-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. %description -l pl gdome2 jest szybką, lekką i kompletną implementacją DOM poziom 2 opartą o libxml2. Pomimo, że gdome2 zostało napisane z myślą o projekcie GNOME może być używane samodzielnie. Implementacja DOM (zwana również implementacją hosta) udostępnia przeparsowany dokument XML lub HTML dla dalszego przetwarzania poprzez interfejs DOM. gdome2 w chwili obecnej wspiera następujące moduły rekomendacji DOM2: "Core", "XML", "Events" oraz "MutationEvents" (więcej informacji można uzyskać pod adresem http://www.w3.org/TR/DOM-Level-2-Core/ oraz http://www.w3.org/TR/DOM-Level-2-Events/), a w przyszłości ma zostać pełną implementacją standardu DOM Poziom 2. gdome2 wspiera również częściowo DOM Poziom 3, konkretnie XPath. %package devel Summary: Development files for gdome2 Summary(pl): Pliki nagłówkowe gdome2 Group: Development/Libraries Requires: %{name} = %{version} Requires: glib-devel >= 1.2.10 Requires: libxml2-devel >= 2.4.19 %description devel This package contains the header files and configuration scripts for developing with gdome2. 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-Level-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. %description -l pl Pakiet ten zawiera pliki nagłówkowe oraz skrypty konfiguracyjne potrzebne do rozwiajania oprogramowania opartego o gdome2. gdome2 jest szybką, lekką i kompletną implementacją DOM poziom 2 opartą o libxml2. Pomimo, że gdome2 zostało napisane z myślą o projekcie GNOME może być używane samodzielnie. Implementacja DOM (zwana również implementacją hosta) udostępnia przeparsowany dokument XML lub HTML dla dalszego przetwarzania poprzez interfejs DOM. gdome2 w chwili obecnej wspiera następujące moduły rekomendacji DOM2: "Core", "XML", "Events" oraz "MutationEvents" (więcej informacji można uzyskać pod adresem http://www.w3.org/TR/DOM-Level-2-Core/ oraz http://www.w3.org/TR/DOM-Level-2-Events/), a w przyszłości ma zostać pełną implementacją standardu DOM Poziom 2. gdome2 wspiera również częściowo DOM Poziom 3, konkretnie XPath. %package static Summary: Static libraries for gdome2 Summary(pl): Biblioteki statyczne dla gdome2 Group: Development/Libraries Requires: %{name} = %{version} Requires: glib-devel >= 1.2.10 Requires: libxml2-devel >= 2.4.19 %description static This package contains static libraries for developing with gdome2. %description static -l pl Pakiet ten zawiera statyczne biblioteki potrzebne do rozwiajania oprogramowania opartego o gdome2. %prep %setup -q %patch0 -p1 %build rm -f missing libtoolize --copy --force aclocal autoconf automake -a -c %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so.* %files devel %defattr(644,root,root,755) %doc AUTHORS MAINTAINERS ChangeLog README gtk-doc/html/*.html %attr(755,root,root) %{_bindir}/gdome-config %{_includedir}/* %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_libdir}/*.sh %{_mandir}/man1/gdome-config.1* %files static %defattr(644,root,root,755) %{_libdir}/*.a