SHA256
1
0
forked from pool/cmis-client

Accepting request 206579 from home:jengelh:branches:devel:libraries:c_c++

- Set RPM groups of shlib packages to what we normally use
- Make a note in the description about what "CMIS" is
- Require boost-1.42 (first one to have the mandatory uuid.hpp)

OBS-URL: https://build.opensuse.org/request/show/206579
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2013-11-12 09:12:55 +00:00
committed by Git OBS Bridge
parent a6ed6bee13
commit c9d96e9b67
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 12 04:58:21 UTC 2013 - jengelh@inai.de
- Set RPM groups of shlib packages to what we normally use
- Make a note in the description about what "CMIS" is
- Require boost-1.42 (first one to have the mandatory uuid.hpp)
-------------------------------------------------------------------
Wed Aug 7 15:25:18 UTC 2013 - cbosdonnat@suse.com

View File

@@ -28,7 +28,7 @@ License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
Group: Development/Libraries/C and C++
Url: http://sourceforge.net/projects/libcmis/
Source0: %{_name}-%{version}.tar.gz
BuildRequires: boost-devel
BuildRequires: boost-devel >= 1.42
BuildRequires: docbook2X
BuildRequires: gcc-c++
BuildRequires: intltool
@@ -45,10 +45,12 @@ Sample client to access CMIS-enabled repositories using libcmis.
%package -n %{_name}-%{soname}
Summary: Library for accessing CMIS-enabled servers
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n %{_name}-%{soname}
LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any CMIS-enabled repositories.
LibCMIS is a C++ client library for the CMIS (Content Management
Interoperability Services) interface. This allows C++ applications to
connect to any CMIS-enabled repositories.
%package -n %{_name}-devel
Summary: Libcmis development files
@@ -61,7 +63,7 @@ This allows C++ applications to connect to any CMIS-enabled repositories.
%package -n %{_name}-c-%{soname}
Summary: C Wrapper for libcmis, a library for accessing CMIS-enabled servers
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n %{_name}-c-%{soname}
libcmis-c is a C client library for the CMIS interface. This allows C applications to connect to any CMIS-enabled repositories.