|
|
@ -10,12 +10,17 @@ License: GPLv2+ or LGPLv2+ or MPLv1.1
|
|
|
|
URL: http://sourceforge.net/projects/libcmis/
|
|
|
|
URL: http://sourceforge.net/projects/libcmis/
|
|
|
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
BuildRequires: pkgconfig(libcurl)
|
|
|
|
BuildRequires: pkgconfig(libcurl)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: xmlto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-fix-boost-configuration-with-gcc-5.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
LibCMIS is a C++ client library for working with CM (content management)
|
|
|
|
LibCMIS is a C++ client library for working with CM (content management)
|
|
|
|
interfaces. The primary supported interface (which gave the library its
|
|
|
|
interfaces. The primary supported interface (which gave the library its
|
|
|
@ -45,6 +50,7 @@ command line.
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror \
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror \
|
|
|
|
--disable-long-tests DOCBOOK2MAN='xmlto man'
|
|
|
|
--disable-long-tests DOCBOOK2MAN='xmlto man'
|
|
|
|
sed -i \
|
|
|
|
sed -i \
|
|
|
|