|
|
@ -1,8 +1,8 @@
|
|
|
|
#global prerel rc
|
|
|
|
#global prerel rc
|
|
|
|
|
|
|
|
|
|
|
|
Name: pugixml
|
|
|
|
Name: pugixml
|
|
|
|
Version: 1.9
|
|
|
|
Version: 1.10
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A light-weight C++ XML processing library
|
|
|
|
Summary: A light-weight C++ XML processing library
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://pugixml.org
|
|
|
|
URL: http://pugixml.org
|
|
|
@ -53,22 +53,19 @@ pushd build
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
# Install optional items.
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
|
|
|
|
|
|
|
|
install -p -m 0644 contrib/* %{buildroot}%{_datadir}/%{name}/contrib/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc readme.txt
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%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
|
|
|
@ -76,6 +73,9 @@ install -p -m 0644 contrib/* %{buildroot}%{_datadir}/%{name}/contrib/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|