From c7c94759a821bfb1c928c7253f44f625bca2a7da Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Sep 16 2019 23:46:54 +0000 Subject: Update to 1.10. --- diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..7cd2f3d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,24 @@ +MIT License + +Copyright (c) 2006-2019 Arseny Kapoulkine + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/pugixml.spec b/pugixml.spec index 5def39c..5e53e00 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -8,6 +8,7 @@ License: MIT URL: http://pugixml.org Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source1: https://raw.githubusercontent.com/zeux/pugixml/master/LICENSE.md BuildRequires: cmake gcc-c++ @@ -53,12 +54,15 @@ pushd build %make_install popd +# Removed upstream but should make it back next release. +cp %{SOURCE1} . + %ldconfig_scriptlets %files -%doc README.md +%doc readme.txt %license LICENSE.md %{_libdir}/*.so.*