Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2012-09-15 11:52:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkgapi (Old)
 and      /work/SRC/openSUSE:Factory/.libkgapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkgapi", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2012-09-15 
11:52:53.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Tue Sep 11 13:36:31 UTC 2012 - cgiboude...@gmx.com
+
+- Add libkgapi. A Library to access some Google data.
+It is a build requirement for kdepim-runtime > 4.9
+

New:
----
  libkgapi-0.4.2.tar.bz2
  libkgapi.changes
  libkgapi.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libkgapi.spec ++++++
#
# spec file for package libkgapi
#
# 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/
#

Name:           libkgapi
Version:        0.4.2
Release:        0
License:        GPL-2.0+
Summary:        Extension for accessing your Google data
Url:            http://www.progdan.cz/
Group:          System/GUI/KDE
Source0:        
http://download.kde.org/stable/libkgapi/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libkde4-devel
BuildRequires:  libkdepimlibs4-devel
BuildRequires:  libqjson-devel
BuildRequires:  libxslt-devel
Provides:       akonadi-googledata = 1.2.0
Obsoletes:      akonadi-googledata <= 1.2.0
Provides:       libkgoogle = 0.4.0
Obsoletes:      libkgoogle < 0.4.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%kde4_akonadi_requires
%kde4_runtime_requires
%kde4_pimlibs_requires

%description
An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks

%package -n libkgapi0
Summary:        Akonadi resource to access your Google data
Group:          Development/Libraries/KDE

%description -n libkgapi0
An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks

%package devel
Summary:        Akonadi resource to access your Google data
Group:          Development/Libraries/KDE
Requires:       libkde4-devel
Requires:       libkgapi0 = %{version}
Requires:       libqjson-devel
Requires:       libxslt-devel
Obsoletes:      akonadi-google-devel <= %{version}
Provides:       akonadi-google-devel = %{version}

%description devel
An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks

%lang_package
%prep
%setup -q -n %{name}-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %make_install
  %kde_post_install
  cd ..
  %fdupes -s %{buildroot}

%post -n libkgapi0 -p /sbin/ldconfig

%postun -n libkgapi0 -p /sbin/ldconfig

%files -n libkgapi0
%defattr(-,root,root)
%doc LICENSE README CHANGELOG
%{_kde4_libdir}/libkgapi.so.*

%files devel
%defattr(-,root,root)
%doc LICENSE README
%{_kde4_libdir}/libkgapi.so
%{_kde4_libdir}/pkgconfig/libkgapi.pc
%{_kde4_includedir}/libkgapi/
%{_libdir}/cmake/LibKGAPI/

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to