|
|
@ -1,8 +1,8 @@
|
|
|
|
#global prerel rc
|
|
|
|
#global prerel rc
|
|
|
|
|
|
|
|
|
|
|
|
Name: pugixml
|
|
|
|
Name: pugixml
|
|
|
|
Version: 1.7
|
|
|
|
Version: 1.8
|
|
|
|
Release: 2%{?prerel:.%{prerel}}%{?dist}
|
|
|
|
Release: 1%{?prerel:.%{prerel}}%{?dist}
|
|
|
|
Summary: A light-weight C++ XML processing library
|
|
|
|
Summary: A light-weight C++ XML processing library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -10,7 +10,7 @@ URL: http://pugixml.org
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake gcc-c++
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
pugixml is a light-weight C++ XML processing library.
|
|
|
|
pugixml is a light-weight C++ XML processing library.
|
|
|
@ -44,7 +44,8 @@ Documentation for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
rm -rf build && mkdir build && pushd build
|
|
|
|
rm -rf build && mkdir build && pushd build
|
|
|
|
%cmake ../scripts
|
|
|
|
export CXXFLAGS='%{optflags} -std=c++11'
|
|
|
|
|
|
|
|
%cmake ../
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -78,6 +79,12 @@ install -p -m 0644 contrib/* %{buildroot}%{_datadir}/%{name}/contrib/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 24 2016 Richard Shaw <hobbes1069@gmail.com> - 1.8-1
|
|
|
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 27 2016 Richard Shaw <hobbes1069@gmail.com> - 1.7-3
|
|
|
|
|
|
|
|
- Add build flags for c++11 for mkvtoolnix.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|