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)
|
||||
Name: libcmis
|
||||
Version: 0.5.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
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/
|
||||
URL: https://sourceforge.net/projects/libcmis/
|
||||
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
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libcares-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgsasl-devel
|
||||
BuildRequires: libgss-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: libntlm-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpsl-devel
|
||||
BuildRequires: librtmp-devel
|
||||
BuildRequires: libsasl-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: docbook-utils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
|
||||
%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.
|
||||
@ -55,19 +60,27 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description tools
|
||||
This package contains utility applications for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
touch README
|
||||
touch ChangeLog
|
||||
|
||||
%build
|
||||
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
|
||||
|
||||
@ -94,10 +107,8 @@ autoreconf -f -i
|
||||
%{_includedir}/libcmis-%{majver}/libcmis/*
|
||||
%dir %{_includedir}/libcmis-c-%{majver}/libcmis-c
|
||||
%{_includedir}/libcmis-c-%{majver}/libcmis-c/*.h
|
||||
%{_libdir}/libcmis-%{majver}.a
|
||||
%{_libdir}/libcmis-%{majver}.la
|
||||
%{_libdir}/libcmis-%{majver}.so
|
||||
%{_libdir}/libcmis-c-%{majver}.a
|
||||
%{_libdir}/libcmis-c-%{majver}.la
|
||||
%{_libdir}/libcmis-c-%{majver}.so
|
||||
%{_libdir}/pkgconfig/libcmis-%{majver}.pc
|
||||
@ -107,9 +118,12 @@ autoreconf -f -i
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cmis-client
|
||||
#%{_mandir}/manx/cmis-client.xml*
|
||||
%{_mandir}/man1/cmis-client.1*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user