Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561744
en ru br
ALT Linux repos
S:1.13-alt1

Group :: Development/C++
RPM: rapidxml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: rapidxml
Version: 1.13
Release: alt1
Summary: Attempt to create the fastest XML parser
License: MIT
Group: Development/C++
Url: http://rapidxml.sourceforge.net/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: %name-%version.tar

BuildPreReq: gcc-c++ doxygen graphviz
BuildArch: noarch

%description
RapidXml is an attempt to create the fastest XML parser possible, while
retaining useability, portability and reasonable W3C compatibility. It
is an in-situ parser with parsing speed approaching speed of strlen
function executed on the same data.

%package docs
Summary: Documentation for RapidXml
Group: Development/Documentation

%description docs
RapidXml is an attempt to create the fastest XML parser possible, while
retaining useability, portability and reasonable W3C compatibility. It
is an in-situ parser with parsing speed approaching speed of strlen
function executed on the same data.

This package contains documentation for RapidXml.

%prep
%setup

%build
pushd doc/documentation
doxygen
popd

%install
install -d %buildroot%_includedir/%name
install -p -m644 *.hpp %buildroot%_includedir/%name/

%files
%doc *.txt *.html
%_includedir/*

%files docs
%doc doc/documentation/htmlq/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin