SHA256
1
0
forked from pool/cmis-client

Accepting request 305618 from home:coolo:branches:openSUSE:Factory

- fix-boost-with-gcc5.patch: upsream patch to support gcc5

- use upstream source url

OBS-URL: https://build.opensuse.org/request/show/305618
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal 2015-05-06 16:36:39 +00:00 committed by Git OBS Bridge
parent cd6f8aa6b5
commit b92583e61b
3 changed files with 3053 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 6 15:05:04 UTC 2015 - coolo@suse.com
- fix-boost-with-gcc5.patch: upsream patch to support gcc5
-------------------------------------------------------------------
Wed May 6 14:56:37 UTC 2015 - coolo@suse.com
- use upstream source url
-------------------------------------------------------------------
Sat Dec 27 16:31:25 UTC 2014 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cmis-client
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,8 @@ Summary: Sample CMIS client
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
Group: Development/Libraries/C and C++
Url: http://sourceforge.net/projects/libcmis/
Source0: %{_name}-%{version}.tar.gz
Source0: http://downloads.sourceforge.net/project/libcmis/%{_name}-%{version}.tar.gz
Patch0: fix-boost-with-gcc5.patch
BuildRequires: boost-devel >= 1.42
BuildRequires: docbook2X
@ -34,6 +35,7 @@ BuildRequires: gcc-c++
BuildRequires: intltool
BuildRequires: libcppunit-devel
BuildRequires: libcurl-devel
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: libxslt
BuildRequires: pkg-config
@ -80,6 +82,8 @@ This allows C applications to connect to any CMIS-enabled repositories. It is on
%prep
%setup -q -n %{_name}-%{version}
%patch0 -p1
autoreconf -f -i
%build
export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"

3037
fix-boost-with-gcc5.patch Normal file

File diff suppressed because it is too large Load Diff