This commit is contained in:
parent
bd328df8d6
commit
51a06fb329
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 14:35:18 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
- Devhelp documentation moved to the separate package (bnc#248813).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 19:51:34 CET 2007 - jpr@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package telepathy-glib (Version 0.6.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -14,8 +14,8 @@ Name: telepathy-glib
|
||||
Url: http://telepathy.freedesktop.org/
|
||||
BuildRequires: dbus-1 dbus-1-glib-devel gtk-doc libxslt-devel python python-xml
|
||||
Version: 0.6.1
|
||||
Release: 1
|
||||
License: LGPL v2.1 only
|
||||
Release: 16
|
||||
License: LGPL v2.1 or later
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: Development/Languages/C and C++
|
||||
@ -45,7 +45,6 @@ Authors:
|
||||
Requires: %{name} = %{version}
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: Development/Languages/C and C++
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libtelepathy-glib0
|
||||
This package contains the libraries that make it easier to use some
|
||||
@ -71,7 +70,6 @@ Authors:
|
||||
Requires: %{name} = %{version} libtelepathy-glib0 = %{version} glibc-devel dbus-1-glib-devel glib2-devel
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: Development/Languages/C and C++
|
||||
AutoReqProv: on
|
||||
|
||||
%description devel
|
||||
This package contains the libraries that make it easier to use some
|
||||
@ -79,6 +77,31 @@ telepathy functionality from applications that use glib.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ross Burton <ross@burtonini.com>
|
||||
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||
Dafydd Harries <dafydd.harries@collabora.co.uk>
|
||||
Robert McQueen <robert.mcqueen@collabora.co.uk>
|
||||
Simon McVittie <simon.mcvittie@collabora.co.uk>
|
||||
Mads Chr. Olesen <shiyee@shiyee.dk>
|
||||
Senko Rasic <senko.rasic@collabora.co.uk>
|
||||
Ole André Ravnaas <ole.andre.ravnaas@collabora.co.uk>
|
||||
Olli Salli <olli.salli@collabora.co.uk>
|
||||
Sjoerd Simons <sjoerd@luon.net>
|
||||
Rob Taylor <rob.taylor@collabora.co.uk>
|
||||
|
||||
%package doc
|
||||
Requires: libtelepathy-glib0 = %{version}
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description doc
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ross Burton <ross@burtonini.com>
|
||||
@ -110,11 +133,6 @@ Authors:
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/telepathy-glib
|
||||
%{_datadir}/gtk-doc/html/telepathy-glib/*
|
||||
|
||||
%files -n libtelepathy-glib0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtelepathy-glib*.so.0*
|
||||
@ -131,6 +149,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/lib*.*a
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/telepathy-glib
|
||||
|
||||
%changelog
|
||||
* Sat Dec 01 2007 - jpr@suse.de
|
||||
* Thu Jan 31 2008 sbrabec@suse.cz
|
||||
- Devhelp documentation moved to the separate package (bnc#248813).
|
||||
* Sat Dec 01 2007 jpr@suse.de
|
||||
- Initial checkin
|
||||
|
Loading…
Reference in New Issue
Block a user