File rapidxml.spec of Package rapidxml
#
# spec file for package rapidxml
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: rapidxml
Version: 2.0.5
Release: 0
Summary: RapidXml is an attempt to create the fastest XML parser possible
License: BSL-1.0
Group: System/Base
Url: https://sourceforge.net/projects/rapidxml/
# https://github.com/viriuwu/rapidxml
Source: %{name}-%{version}.tar.xz
BuildRequires: xz
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.
%prep
%autosetup -p1
%build
ls -alt
%install
mkdir -p %{buildroot}%{_includedir}/%{name}
cp -avit %{buildroot}%{_includedir}/%{name} rapidxml.hpp
%files
%{_includedir}/*
%changelog