Hello community, here is the log from the commit of package libcmis for openSUSE:Factory checked in at 2012-12-28 15:03:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcmis (Old) and /work/SRC/openSUSE:Factory/.libcmis.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libcmis", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2012-12-21 01:49:00.356010756 +0100 +++ /work/SRC/openSUSE:Factory/.libcmis.new/libcmis.changes 2012-12-28 15:03:53.000000000 +0100 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 9 12:38:53 UTC 2012 - tchvatal@suse.com + +- Fix desc not to contain mention of libexttextcat. + +------------------------------------------------------------------- +Tue Nov 6 13:40:15 UTC 2012 - tchvatal@suse.com + +- Initial commit for 0.3.0 release. + New: ---- libcmis-0.3.0.tar.gz libcmis.changes libcmis.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcmis.spec ++++++ # # spec file for package libcmis # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define libname libcmis-0 Name: libcmis Version: 0.3.0 Release: 0 License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Summary: C++ client library for the CMIS interface Url: http://www.freedesktop.org/wiki/Software/%{name} Group: Productivity/Publishing/Word Source0: %{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: boost-devel BuildRequires: cppunit-devel BuildRequires: docbook2X BuildRequires: libcurl-devel BuildRequires: libxml2-devel BuildRequires: libxslt-tools BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %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. %package -n %{libname} Summary: C++ client library for the CMIS interface Group: System/Libraries %description -n %{libname} 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. %package devel Summary: Files for Developing with %{name} Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: libcurl-devel Requires: libxml2-devel %description devel 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. This package contains the %{name} development files. %package tools Summary: Tool for connecting to CMIS interface Group: Productivity/Text/Convertors %description tools 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. The %{name}-tools package contains the cmis-client proogram that allows you to easily connect to CMIS interfaces. %prep %setup -q %build %configure \ --disable-static \ --disable-werror \ --enable-client \ --enable-tests \ --disable-long-tests \ --docdir=%_docdir/%name make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install rm %{buildroot}%{_libdir}/*.la %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %defattr(-,root,root) %{_libdir}/*.so.3* %files devel %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}*.pc %{_includedir}/%{name}* %files tools %defattr(-,root,root) %doc AUTHORS COPYING.* README %{_bindir}/* %{_mandir}/man1/cmis-client.1* %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org