SHA256
1
0
forked from pool/cmis-client
Cédric Bosdonnat 2012-05-29 14:45:10 +00:00 committed by Git OBS Bridge
parent b029ac1dad
commit 4e46adf5a4
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 29 14:46:46 UTC 2012 - cbosdonnat@suse.com
- Fixed licenses
-------------------------------------------------------------------
Tue Oct 4 10:39:03 UTC 2011 - cbosdonnat@suse.com

View File

@ -22,7 +22,7 @@
Name: cmis-client
Version: 0.1.0
Release: 0
License: LGPLv2+,MPLv1.1,GPLv2+
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
Summary: Sample CMIS client
Url: http://people.freedesktop.org/~cbosdo/libcmis/libcmis-%{version}.tar.gz
Group: Development/Libraries/C and C++
@ -42,7 +42,7 @@ Requires: %{_name}-%{soname} = %{version}
Sample client to access CMIS-enabled repositories using libcmis.
%package -n %{_name}-%{soname}
License: LGPLv2+
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
Summary: Library for accessing CMIS-enabled servers
Group: Development/Libraries/C and C++
@ -50,7 +50,7 @@ Group: Development/Libraries/C and C++
LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any CMIS-enabled repositories.
%package -n %{_name}-devel
License: LGPLv2+
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
Summary: Libcmis development files
Group: Development/Libraries/C and C++
Requires: %{_name}-%{soname} = %{version}