Name: libsablotron Version: 1.0.3 Release: 1mamba Summary: A fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0 Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gingerall.org/sablotron.html Source: http://download-1.gingerall.cz/download/sablot/Sablot-%{version}.tar.gz License: GPL BuildRequires: libexpat-devel >= 1.95.6 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project; other users and developers are encouraged to use it or to help us testing or improving it. The goal of this project is to create a lightweight, reliable and fast XML library processor conforming to the W3C specification, which is available for public and can be used as a base for multi-platform XML applications. %package devel Summary: Devel package for libsablotron Group: Development/Languages Requires: libsablotron == %{version} %description devel Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project; other users and developers are encouraged to use it or to help us testing or improving it. The goal of this project is to create a lightweight, reliable and fast XML library processor conforming to the W3C specification, which is available for public and can be used as a base for multi-platform XML applications. This is the devel package. %prep [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %setup -q -n Sablot-%{version} %build %configure %make %install %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/sabcmd %{_libdir}/libsablot.so.* %{_mandir}/man1/sabcmd.1.gz %files devel %defattr(-,root,root) %{_bindir}/sablot-config %{_libdir}/libsablot.a %{_libdir}/libsablot.la %{_libdir}/libsablot.so %{_includedir}/*.h %{_docdir}/html/jsdom-ref/* %{_docdir}/html/sablot/apidocs/* %{_docdir}/html/sablot/*.html %{_docdir}/html/sxp/* %changelog * Tue May 29 2007 Silvan Calarco 1.0.3-1mamba - update to 1.0.3 * Thu Dec 18 2003 Silvan Calarco 1.0.1-1qilnx - fist build