Accepting request 97430 from home:vuntz:branches:GNOME:Factory

tweak

OBS-URL: https://build.opensuse.org/request/show/97430
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=32
This commit is contained in:
Vincent Untz 2011-12-21 04:15:30 +00:00 committed by Git OBS Bridge
parent 9984a5da8e
commit 7d29c41d01
2 changed files with 12 additions and 10 deletions

View File

@ -1,7 +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.
- Split typelib file into typelib-1_0-Notify-0_7 subpackage.
- Add typelib-1_0-Notify-0_7 Requires to devel subpackage.
-------------------------------------------------------------------
Fri Sep 16 17:13:27 UTC 2011 - jengelh@medozas.de

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libnotify
BuildRequires: gobject-introspection-devel
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
@ -27,11 +25,11 @@ BuildRequires: gnome-common
BuildRequires: gtk-doc
%endif
Version: 0.7.4
Release: 1
Release: 0
Url: http://www.galago-project.org/
Group: System/Libraries
License: GPL-2.0+ ; LGPL-2.1+
Summary: Notifications Library
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Libraries
Source: http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -40,25 +38,28 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
D-BUS notifications library.
%package -n libnotify4
Summary: Notifications Library
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Libraries
Summary: Notifications Library
Recommends: notification-daemon
%description -n libnotify4
D-BUS notifications library.
%package -n typelib-1_0-Notify-0_7
Summary: Notifications Library -- Introspection bindings
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Libraries
Summary: Notifications Library
%description -n typelib-1_0-Notify-0_7
D-BUS notifications library.
This package provides the GObject Introspection bindings for libnotify.
%package tools
Summary: Notifications Library -- Tools
License: LGPL-2.1+
Group: System/Libraries
Summary: Notifications Library -- Tools
Provides: libnotify = %{version}
Obsoletes: libnotify < %{version}
@ -68,9 +69,9 @@ D-BUS notifications library.
This package contains the notify-send tool to create notifications.
%package devel
Summary: Notifications Library
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}