rebuilt [release 0.5.2-2mamba;Sun Sep 19 2021]
This commit is contained in:
parent
58e7e428f2
commit
99295d6955
46
libcmis.spec
46
libcmis.spec
@ -1,40 +1,45 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libcmis
|
Name: libcmis
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libcmis/
|
URL: https://sourceforge.net/projects/libcmis/
|
||||||
Source: https://github.com/tdf/libcmis.git/v%{version}/libcmis-%{version}.tar.bz2
|
Source: https://github.com/tdf/libcmis.git/v%{version}/libcmis-%{version}.tar.bz2
|
||||||
Patch0: libcmis-0.5.0-libboost.patch
|
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
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libcares-devel
|
BuildRequires: libcares-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgsasl-devel
|
||||||
BuildRequires: libgpg-error-devel
|
|
||||||
BuildRequires: libgss-devel
|
BuildRequires: libgss-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
|
BuildRequires: libidn2-devel
|
||||||
|
BuildRequires: libkrb5-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: libnghttp2-devel
|
||||||
|
BuildRequires: libntlm-devel
|
||||||
BuildRequires: libopenldap-devel
|
BuildRequires: libopenldap-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libpsl-devel
|
||||||
BuildRequires: librtmp-devel
|
BuildRequires: librtmp-devel
|
||||||
BuildRequires: libsasl-devel
|
BuildRequires: libsasl2-devel
|
||||||
BuildRequires: libssh2-devel
|
BuildRequires: libssh2-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: docbook-utils
|
BuildRequires: docbook-utils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any ECM behaving as a CMIS server like Alfresco, Nuxeo for the open source ones.
|
LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any ECM behaving as a CMIS server like Alfresco, Nuxeo for the open source ones.
|
||||||
@ -55,19 +60,27 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
touch README
|
touch README
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
|
|
||||||
%build
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure \
|
|
||||||
--without-man
|
|
||||||
|
|
||||||
# --without-man: or it requires docbook2x which is obsolete
|
%build
|
||||||
|
%configure \
|
||||||
|
--disable-silent-rules \
|
||||||
|
--disable-static \
|
||||||
|
--disable-werror \
|
||||||
|
DOCBOOK2MAN='xmlto man'
|
||||||
|
|
||||||
|
sed -i \
|
||||||
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||||
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||||
|
libtool
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -94,10 +107,8 @@ autoreconf -f -i
|
|||||||
%{_includedir}/libcmis-%{majver}/libcmis/*
|
%{_includedir}/libcmis-%{majver}/libcmis/*
|
||||||
%dir %{_includedir}/libcmis-c-%{majver}/libcmis-c
|
%dir %{_includedir}/libcmis-c-%{majver}/libcmis-c
|
||||||
%{_includedir}/libcmis-c-%{majver}/libcmis-c/*.h
|
%{_includedir}/libcmis-c-%{majver}/libcmis-c/*.h
|
||||||
%{_libdir}/libcmis-%{majver}.a
|
|
||||||
%{_libdir}/libcmis-%{majver}.la
|
%{_libdir}/libcmis-%{majver}.la
|
||||||
%{_libdir}/libcmis-%{majver}.so
|
%{_libdir}/libcmis-%{majver}.so
|
||||||
%{_libdir}/libcmis-c-%{majver}.a
|
|
||||||
%{_libdir}/libcmis-c-%{majver}.la
|
%{_libdir}/libcmis-c-%{majver}.la
|
||||||
%{_libdir}/libcmis-c-%{majver}.so
|
%{_libdir}/libcmis-c-%{majver}.so
|
||||||
%{_libdir}/pkgconfig/libcmis-%{majver}.pc
|
%{_libdir}/pkgconfig/libcmis-%{majver}.pc
|
||||||
@ -107,9 +118,12 @@ autoreconf -f -i
|
|||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cmis-client
|
%{_bindir}/cmis-client
|
||||||
#%{_mandir}/manx/cmis-client.xml*
|
%{_mandir}/man1/cmis-client.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.2-2mamba
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user