rebuil with gcc 5.3 [release 0.5.0-2mamba;Sat Jan 23 2016]
This commit is contained in:
parent
9a21ed711b
commit
b3f09f6469
1265
libcmis-0.5.0-libboost.patch
Normal file
1265
libcmis-0.5.0-libboost.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libcmis
|
Name: libcmis
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Allows C++ applications to connect to any ECM behaving as a CMIS server
|
Summary: Allows C++ applications to connect to any ECM behaving as a CMIS server
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,6 +9,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libcmis/
|
URL: http://sourceforge.net/projects/libcmis/
|
||||||
Source: http://downloads.sourceforge.net/project/libcmis/libcmis-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/libcmis/libcmis-%{version}.tar.gz
|
||||||
|
Patch0: libcmis-0.5.0-libboost.patch
|
||||||
License: GPL, LGPL, MPL 1.1
|
License: GPL, LGPL, MPL 1.1
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -56,8 +57,10 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -f -i
|
||||||
%configure \
|
%configure \
|
||||||
--without-man
|
--without-man
|
||||||
|
|
||||||
@ -104,6 +107,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_mandir}/manx/cmis-client.xml*
|
%{_mandir}/manx/cmis-client.xml*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-2mamba
|
||||||
|
- rebuil with gcc 5.3
|
||||||
|
|
||||||
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user