update to 0.5.1 [release 0.5.1-1mamba;Fri May 20 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 04:00:53 +01:00
parent b3f09f6469
commit 39489bba83

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libcmis
Version: 0.5.0
Release: 2mamba
Version: 0.5.1
Release: 1mamba
Summary: Allows C++ applications to connect to any ECM behaving as a CMIS server
Group: System/Libraries
Vendor: openmamba
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
Source: https://github.com/tdf/libcmis.git/v%{version}/libcmis-%{version}.tar.bz2
Patch0: libcmis-0.5.0-libboost.patch
License: GPL, LGPL, MPL 1.1
## AUTOBUILDREQ-BEGIN
@ -57,7 +57,10 @@ This package contains utility applications for %{name}.
%prep
%setup -q
%patch0 -p1
#%patch0 -p1
touch README
touch ChangeLog
%build
autoreconf -f -i
@ -107,6 +110,9 @@ autoreconf -f -i
%{_mandir}/manx/cmis-client.xml*
%changelog
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
- update to 0.5.1
* Sat Jan 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-2mamba
- rebuil with gcc 5.3