diff --git a/libnotify.changes b/libnotify.changes index 2d431b3..2c195ae 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 8 13:11:58 UTC 2011 - dimstar@opensuse.org + +- Split out typelib files in subpackage typelib-1_0-Notify-0_7. + ------------------------------------------------------------------- Fri Sep 16 17:13:27 UTC 2011 - jengelh@medozas.de diff --git a/libnotify.spec b/libnotify.spec index d7618f2..b95c075 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -30,7 +30,7 @@ Version: 0.7.4 Release: 1 Url: http://www.galago-project.org/ Group: System/Libraries -License: GPLv2+ ; LGPLv2.1+ +License: GPL-2.0+ ; LGPL-2.1+ Summary: Notifications Library Source: http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.bz2 Source99: baselibs.conf @@ -40,7 +40,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build D-BUS notifications library. %package -n libnotify4 -License: GPLv2+ ; LGPLv2.1+ +License: GPL-2.0+ ; LGPL-2.1+ Group: System/Libraries Summary: Notifications Library Recommends: notification-daemon @@ -48,8 +48,15 @@ Recommends: notification-daemon %description -n libnotify4 D-BUS notifications library. +%package -n typelib-1_0-Notify-0_7 +Group: System/Libraries +Summary: Notifications Library + +%description -n typelib-1_0-Notify-0_7 +D-BUS notifications library. + %package tools -License: LGPLv2.1+ +License: LGPL-2.1+ Group: System/Libraries Summary: Notifications Library -- Tools Provides: libnotify = %{version} @@ -61,10 +68,11 @@ D-BUS notifications library. This package contains the notify-send tool to create notifications. %package devel -License: LGPLv2.1+ +License: LGPL-2.1+ Group: Development/Libraries/X11 Summary: Notifications Library Requires: libnotify4 = %{version} +Requires: typelib-1_0-Notify-0_7 = %{version} Provides: libnotify-doc = %{version} Obsoletes: libnotify-doc < %{version} @@ -98,6 +106,9 @@ make %{?_smp_mflags} # README is empty %doc AUTHORS COPYING ChangeLog NEWS %{_libdir}/*.so.* + +%files -n typelib-1_0-Notify-0_7 +%defattr(-,root,root) %{_libdir}/girepository-1.0/Notify-0.7.typelib %files tools