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:
parent
cd6f8aa6b5
commit
b92583e61b
@ -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
|
Sat Dec 27 16:31:25 UTC 2014 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cmis-client
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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+
|
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://sourceforge.net/projects/libcmis/
|
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: boost-devel >= 1.42
|
||||||
BuildRequires: docbook2X
|
BuildRequires: docbook2X
|
||||||
@ -34,6 +35,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libcppunit-devel
|
BuildRequires: libcppunit-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -80,6 +82,8 @@ This allows C applications to connect to any CMIS-enabled repositories. It is on
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
|
export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
|
||||||
|
3037
fix-boost-with-gcc5.patch
Normal file
3037
fix-boost-with-gcc5.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user