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
|
|
|
#
|
2011-04-20 13:56:32 +02:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2008-03-13 21:21:54 +01:00
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
Name: telepathy-glib
|
2011-06-27 11:13:44 +02:00
|
|
|
Version: 0.15.2
|
2010-07-21 17:43:02 +02:00
|
|
|
Release: 1
|
2010-04-08 12:38:07 +02:00
|
|
|
License: LGPLv2.1
|
2007-12-10 04:51:13 +01:00
|
|
|
Summary: Libraries for adding telepathy support to applications that use glib
|
2009-09-04 02:08:28 +02:00
|
|
|
Url: http://telepathy.freedesktop.org/
|
2007-12-10 04:51:13 +01:00
|
|
|
Group: Development/Languages/C and C++
|
|
|
|
Source: telepathy-glib-%{version}.tar.bz2
|
2009-09-04 02:08:28 +02:00
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: python-xml
|
2010-08-24 15:26:05 +02:00
|
|
|
BuildRequires: vala-devel
|
2010-07-22 23:44:15 +02:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
2010-09-24 00:22:25 +02:00
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
2010-07-22 23:44:15 +02:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
2009-09-04 02:08:28 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the libraries that make it easier to use some
|
|
|
|
telepathy functionality from applications that use glib.
|
|
|
|
|
|
|
|
%package -n libtelepathy-glib0
|
2010-01-22 20:35:02 +01:00
|
|
|
License: LGPLv2.1
|
2007-12-10 04:51:13 +01:00
|
|
|
Summary: Libraries for adding telepathy support to applications that use glib
|
|
|
|
Group: Development/Languages/C and C++
|
|
|
|
|
|
|
|
%description -n libtelepathy-glib0
|
|
|
|
This package contains the libraries that make it easier to use some
|
|
|
|
telepathy functionality from applications that use glib.
|
|
|
|
|
|
|
|
%package devel
|
2010-01-22 20:35:02 +01:00
|
|
|
License: LGPLv2.1
|
2007-12-10 04:51:13 +01:00
|
|
|
Summary: Libraries for adding telepathy support to applications that use glib
|
|
|
|
Group: Development/Languages/C and C++
|
2009-09-04 02:08:28 +02:00
|
|
|
Requires: glibc-devel
|
|
|
|
Requires: libtelepathy-glib0 = %{version}
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the libraries that make it easier to use some
|
|
|
|
telepathy functionality from applications that use glib.
|
|
|
|
|
2008-02-01 01:24:37 +01:00
|
|
|
%package doc
|
2010-01-22 20:35:02 +01:00
|
|
|
License: LGPLv2.1+
|
2008-02-01 01:24:37 +01:00
|
|
|
Summary: Libraries for adding telepathy support to applications that use glib
|
|
|
|
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
|
|
|
|
This package contains the libraries that make it easier to use some
|
|
|
|
telepathy functionality from applications that use glib.
|
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
%prep
|
2009-09-04 02:08:28 +02:00
|
|
|
%setup -q
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%build
|
2010-08-07 03:30:01 +02:00
|
|
|
%configure --disable-static \
|
|
|
|
--enable-vala-bindings
|
2007-12-10 04:51:13 +01:00
|
|
|
%__make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
2009-09-04 02:08:28 +02:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%post -n libtelepathy-glib0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libtelepathy-glib0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%clean
|
2009-09-04 02:08:28 +02:00
|
|
|
rm -rf %{buildroot}
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%files -n libtelepathy-glib0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libtelepathy-glib*.so.0*
|
2010-07-22 23:44:15 +02:00
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
2007-12-10 04:51:13 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%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
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/gtk-doc/html/telepathy-glib
|
|
|
|
|
2007-12-10 04:51:13 +01:00
|
|
|
%changelog
|