|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libcmis
|
|
|
|
|
Version: 0.5.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: A C++ client library for CM interfaces
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -21,6 +21,8 @@ BuildRequires: xmlto
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-fix-boost-configuration-with-gcc-5.patch
|
|
|
|
|
Patch1: 0001-avoid-use-after-delete.patch
|
|
|
|
|
# https://sourceforge.net/p/libcmis/tickets/13/
|
|
|
|
|
Patch2: 0005-Remove-invalid-comments-from-test-JSON-file.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
LibCMIS is a C++ client library for working with CM (content management)
|
|
|
|
@ -92,6 +94,9 @@ make check
|
|
|
|
|
%{_mandir}/man1/cmis-client.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 02 2015 Jonathan Wakely <jwakely@redhat.com> 0.5.0-9
|
|
|
|
|
- Patched and rebuilt for Boost 1.59
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
|
|
|
|
|
|