2007-12-10 04:51:13 +01:00
|
|
|
#
|
2011-04-20 13:56:32 +02:00
|
|
|
# spec file for package telepathy-glib
|
2007-12-10 04:51:13 +01:00
|
|
|
#
|
2024-03-05 15:21:16 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2007-12-10 04:51:13 +01:00
|
|
|
#
|
2008-08-22 22:27:10 +02:00
|
|
|
# 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.
|
|
|
|
|
2020-12-05 14:50:43 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-12-10 04:51:13 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: telepathy-glib
|
2021-02-10 13:49:00 +01:00
|
|
|
Version: 0.24.2
|
2011-12-21 05:17:18 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: GObject-based library for the Telepathy D-Bus API
|
2018-03-01 12:12:11 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2007-12-10 04:51:13 +01:00
|
|
|
Group: Development/Languages/C and C++
|
2020-12-05 14:50:43 +01:00
|
|
|
URL: http://telepathy.freedesktop.org/
|
2011-07-09 21:28:20 +02:00
|
|
|
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz
|
2024-06-05 08:37:14 +02:00
|
|
|
# PATCH-FIX-UPSTREAM telepathy-glib-function-type-cast.patch boo#1221707 mgorse@suse.com -- fix an invalid cast.
|
|
|
|
Patch0: telepathy-glib-function-type-cast.patch
|
2021-02-10 13:49:00 +01:00
|
|
|
|
2011-08-18 16:00:55 +02:00
|
|
|
BuildRequires: gtk-doc >= 1.17
|
2009-09-04 02:08:28 +02:00
|
|
|
BuildRequires: libxslt-devel
|
2018-03-01 12:12:11 +01:00
|
|
|
BuildRequires: pkgconfig
|
2012-09-07 19:35:14 +02:00
|
|
|
BuildRequires: vala >= 0.16.0
|
2012-03-21 09:44:58 +01:00
|
|
|
BuildRequires: pkgconfig(dbus-1) >= 0.95
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1) >= 0.90
|
2012-09-07 19:35:14 +02:00
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
2010-07-22 23:44:15 +02:00
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
2014-04-03 23:13:42 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
|
2012-09-07 19:35:14 +02:00
|
|
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0
|
2011-11-16 11:18:42 +01:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%description
|
2011-12-21 05:17:18 +01:00
|
|
|
The telepathy-glib library is a GObject-based C binding for the
|
|
|
|
Telepathy D-Bus API.
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%package -n libtelepathy-glib0
|
2011-12-21 05:17:18 +01:00
|
|
|
Summary: GObject-based library for the Telepathy D-Bus API
|
2007-12-10 04:51:13 +01:00
|
|
|
Group: Development/Languages/C and C++
|
|
|
|
|
|
|
|
%description -n libtelepathy-glib0
|
2011-12-21 05:17:18 +01:00
|
|
|
The telepathy-glib library is a GObject-based C binding for the
|
|
|
|
Telepathy D-Bus API.
|
2007-12-10 04:51:13 +01:00
|
|
|
|
2011-12-12 17:01:59 +01:00
|
|
|
%package -n typelib-1_0-TelepathyGlib-0_12
|
2011-12-21 05:17:18 +01:00
|
|
|
Summary: GObject-based library for the Telepathy D-Bus API -- Introspection bindings
|
2011-12-12 17:01:59 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-TelepathyGlib-0_12
|
2011-12-21 05:17:18 +01:00
|
|
|
The telepathy-glib library is a GObject-based C binding for the
|
|
|
|
Telepathy D-Bus API.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for the
|
|
|
|
telepathy-glib library.
|
2011-12-12 17:01:59 +01:00
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
%package devel
|
2011-12-21 05:17:18 +01:00
|
|
|
Summary: GObject-based library for the Telepathy D-Bus API -- Development Files
|
2007-12-10 04:51:13 +01:00
|
|
|
Group: Development/Languages/C and C++
|
2009-09-04 02:08:28 +02:00
|
|
|
Requires: glibc-devel
|
|
|
|
Requires: libtelepathy-glib0 = %{version}
|
2011-12-12 17:01:59 +01:00
|
|
|
Requires: typelib-1_0-TelepathyGlib-0_12 = %{version}
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%description devel
|
2011-12-21 05:17:18 +01:00
|
|
|
The telepathy-glib library is a GObject-based C binding for the
|
|
|
|
Telepathy D-Bus API.
|
2007-12-10 04:51:13 +01:00
|
|
|
|
2008-02-01 01:24:37 +01:00
|
|
|
%package doc
|
2011-12-21 05:17:18 +01:00
|
|
|
Summary: GObject-based library for the Telepathy D-Bus API -- Developer documentation
|
2008-02-01 01:24:37 +01:00
|
|
|
Group: Development/Languages/C and C++
|
2009-09-04 02:08:28 +02:00
|
|
|
Requires: libtelepathy-glib0 = %{version}
|
2008-02-01 01:24:37 +01:00
|
|
|
|
|
|
|
%description doc
|
2011-12-21 05:17:18 +01:00
|
|
|
The telepathy-glib library is a GObject-based C binding for the
|
|
|
|
Telepathy D-Bus API.
|
2008-02-01 01:24:37 +01:00
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
%prep
|
2021-02-10 13:49:00 +01:00
|
|
|
%autosetup -p1
|
2013-03-13 23:43:41 +01:00
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
%build
|
2021-02-10 13:49:00 +01:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--enable-vala-bindings \
|
|
|
|
%{nil}
|
|
|
|
%make_build
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%install
|
2018-03-01 12:12:11 +01:00
|
|
|
%make_install
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%post -n libtelepathy-glib0 -p /sbin/ldconfig
|
|
|
|
%postun -n libtelepathy-glib0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libtelepathy-glib0
|
2018-03-01 12:12:11 +01:00
|
|
|
%license COPYING
|
2007-12-10 04:51:13 +01:00
|
|
|
%{_libdir}/libtelepathy-glib*.so.0*
|
2011-12-12 17:01:59 +01:00
|
|
|
|
|
|
|
%files -n typelib-1_0-TelepathyGlib-0_12
|
|
|
|
%{_libdir}/girepository-1.0/TelepathyGLib-0.12.typelib
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%dir %{_includedir}/telepathy-1.0
|
2009-09-04 02:08:28 +02:00
|
|
|
%{_includedir}/telepathy-1.0/telepathy-glib/
|
2007-12-10 04:51:13 +01:00
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2010-07-22 23:44:15 +02:00
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2010-08-07 03:30:01 +02:00
|
|
|
%dir %{_datadir}/vala
|
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
%{_datadir}/vala/vapi/telepathy-glib.*
|
2007-12-10 04:51:13 +01:00
|
|
|
|
2008-02-01 01:24:37 +01:00
|
|
|
%files doc
|
|
|
|
%{_datadir}/gtk-doc/html/telepathy-glib
|
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
%changelog
|