automatic version update by autodist [release 0.5.2-1mamba;Wed Jan 09 2019]
This commit is contained in:
parent
39489bba83
commit
58e7e428f2
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libcmis
|
Name: libcmis
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -91,7 +91,7 @@ autoreconf -f -i
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libcmis-%{majver}
|
%dir %{_includedir}/libcmis-%{majver}
|
||||||
%dir %{_includedir}/libcmis-%{majver}/libcmis
|
%dir %{_includedir}/libcmis-%{majver}/libcmis
|
||||||
%{_includedir}/libcmis-%{majver}/libcmis/*.hxx
|
%{_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}.a
|
||||||
@ -107,9 +107,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}/manx/cmis-client.xml*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
|
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
|
||||||
- update to 0.5.1
|
- update to 0.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user