rebuil with gcc 5.3 [release 0.5.0-2mamba;Sat Jan 23 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 04:00:53 +01:00
parent 9a21ed711b
commit b3f09f6469
2 changed files with 1272 additions and 1 deletions

1265
libcmis-0.5.0-libboost.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libcmis
Version: 0.5.0
Release: 1mamba
Release: 2mamba
Summary: Allows C++ applications to connect to any ECM behaving as a CMIS server
Group: System/Libraries
Vendor: openmamba
@ -9,6 +9,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/libcmis/
Source: http://downloads.sourceforge.net/project/libcmis/libcmis-%{version}.tar.gz
Patch0: libcmis-0.5.0-libboost.patch
License: GPL, LGPL, MPL 1.1
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -56,8 +57,10 @@ This package contains utility applications for %{name}.
%prep
%setup -q
%patch0 -p1
%build
autoreconf -f -i
%configure \
--without-man
@ -104,6 +107,9 @@ This package contains utility applications for %{name}.
%{_mandir}/manx/cmis-client.xml*
%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
- automatic update by autodist