|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: libcmis
|
|
|
|
Name: libcmis
|
|
|
|
Version: 0.3.1
|
|
|
|
Version: 0.3.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: A C++ client library for the CMIS interface
|
|
|
|
Summary: A C++ client library for the CMIS interface
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -13,6 +13,8 @@ BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: xmlto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-libcmis-c-handle-possible-bad-allocations.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
LibCMIS is a C++ client library for the CMIS interface. This allows C++
|
|
|
|
LibCMIS is a C++ client library for the CMIS interface. This allows C++
|
|
|
|
applications to connect to any ECM behaving as a CMIS server like
|
|
|
|
applications to connect to any ECM behaving as a CMIS server like
|
|
|
@ -38,6 +40,7 @@ command line.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -81,6 +84,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 08 2013 David Tardon <dtardon@redhat.com> - 0.3.1-4
|
|
|
|
|
|
|
|
- Resolves: rhbz#918044 memory leaks on exception path in C wrapper
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.1-3
|
|
|
|
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.1-3
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
|
|
|
|
|
|
|
|