|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libcmis
|
|
|
|
|
Version: 0.4.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A C++ client library for CM interfaces
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -61,8 +61,13 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# TODO: Something throws an unexpected libcmis::Exception, causing
|
|
|
|
|
# std::terminate. Investigate later when I have some time (and an arm
|
|
|
|
|
# box)
|
|
|
|
|
%ifnarch armv7hl
|
|
|
|
|
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
|
|
|
|
make check
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS COPYING.* NEWS README
|
|
|
|
@ -83,6 +88,9 @@ make check
|
|
|
|
|
%{_mandir}/man1/cmis-client.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 21 2013 David Tardon <dtardon@redhat.com> - 0.4.1-2
|
|
|
|
|
- disable tests on arm
|
|
|
|
|
|
|
|
|
|
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.4.1-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|