Update to 1.11.

epel8
Richard Shaw 4 years ago
commit 4d59750bfe

9
.gitignore vendored

@ -0,0 +1,9 @@
/pugixml-1.0.tar.gz
/pugixml-1.4.tar.gz
/pugixml-1.5.tar.gz
/pugixml-1.6.tar.gz
/pugixml-1.7.tar.gz
/pugixml-1.8.tar.gz
/pugixml-1.9.tar.gz
/pugixml-1.10.tar.gz
/pugixml-1.11.tar.gz

@ -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.

@ -1,10 +1,9 @@
#global prerel rc #global prerel rc
Name: pugixml Name: pugixml
Version: 1.9 Version: 1.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: A light-weight C++ XML processing library Summary: A light-weight C++ XML processing library
Group: Development/Libraries
License: MIT License: MIT
URL: http://pugixml.org URL: http://pugixml.org
@ -43,35 +42,26 @@ Documentation for %{name}
%build %build
rm -rf build && mkdir build && pushd build %cmake
export CXXFLAGS='%{optflags} -std=c++11' %cmake_build
%cmake ../
make %{?_smp_mflags}
%install %install
pushd build %cmake_install
%make_install
popd
# Install optional items.
mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
install -p -m 0644 contrib/* %{buildroot}%{_datadir}/%{name}/contrib/
%ldconfig_scriptlets
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%doc readme.txt %doc readme.txt
%license LICENSE.md
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/cmake/pugixml/ %{_libdir}/cmake/pugixml/
%{_datadir}/%{name} %{_libdir}/pkgconfig/pugixml.pc
%{_includedir}/*.hpp %{_includedir}/*.hpp
%files doc %files doc
@ -79,6 +69,34 @@ install -p -m 0644 contrib/* %{buildroot}%{_datadir}/%{name}/contrib/
%changelog %changelog
* Thu Nov 26 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11-1
- Update to 1.11.
* Wed Aug 26 2020 Jeff Law <lwa@redhat.com> - 1.10-5
- No longer force C++11 mode
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Sep 15 2019 Richard Shaw <hobbes1069@gmail.com> - 1.10-1
- Update to 1.10.
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Apr 06 2018 Richard Shaw <hobbes1069@gmail.com> - 1.9-1 * Fri Apr 06 2018 Richard Shaw <hobbes1069@gmail.com> - 1.9-1
- Update to 1.9. - Update to 1.9.

@ -1 +1 @@
SHA512 (pugixml-1.9.tar.gz) = 853a9d985aae537391c6524d5413ef4de237d99d96cc58ea7fe7152f786df1e408cdacd2e4387697e23c3e67cdc1d42b29de554501309eae16d86edd0e24785f SHA512 (pugixml-1.11.tar.gz) = a559be72910dc6d9d74c32f1b5389b173bc92858f627e61007a5f2284da251d8511e08571b870e7c6ce6e18cf42ef42fdb10f8b30b608067b452ccb9105d5ade

Loading…
Cancel
Save