|
|
|
@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
Name: libcmis
|
|
|
|
|
Version: 0.5.2
|
|
|
|
|
Release: 15%{?dist}
|
|
|
|
|
Release: 16%{?dist}
|
|
|
|
|
Summary: A C/C++ client library for CM interfaces
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
|
|
|
|
License: GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1
|
|
|
|
|
URL: https://github.com/tdf/libcmis
|
|
|
|
|
Source: https://github.com/tdf/libcmis/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
@ -82,6 +82,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_P
|
|
|
|
|
%{_mandir}/man1/cmis-client.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.5.2-16
|
|
|
|
|
- Convert license to SPDX
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|