From 3333eecbd370c904cacf5a49bacff8ad0db4ce946a1669b8778ba2e6cc445278 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sat, 5 Jun 2010 10:50:16 +0000 Subject: [PATCH] Accepting request 41168 from GNOME:Factory Copy from GNOME:Factory/libnotify based on submit request 41168 from user vuntz OBS-URL: https://build.opensuse.org/request/show/41168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=16 --- libnotify.changes | 5 +++++ libnotify.spec | 28 +++++----------------------- 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/libnotify.changes b/libnotify.changes index 0a2c56f..14f7703 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 4 17:55:48 CEST 2010 - vuntz@opensuse.org + +- Make devel package depend on libnotify1, not libnotify. + ------------------------------------------------------------------- Tue Jan 5 17:09:14 CET 2010 - jengelh@medozas.de diff --git a/libnotify.spec b/libnotify.spec index 740a226..0d75466 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -22,7 +22,7 @@ Name: libnotify BuildRequires: dbus-1-glib-devel BuildRequires: gtk2-devel Version: 0.4.5 -Release: 4 +Release: 5 Url: http://www.galago-project.org/ Group: System/Libraries License: GPLv2+ ; LGPLv2.1+ @@ -36,13 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description D-BUS notifications library. - - -Authors: --------- - Christian Hammond - Mike Hearn - %package -n libnotify1 License: GPLv2+ ; LGPLv2.1+ Group: System/Libraries @@ -52,32 +45,21 @@ Requires: %{name} >= %{version} %description -n libnotify1 D-BUS notifications library. - - -Authors: --------- - Christian Hammond - Mike Hearn - %package devel License: LGPLv2.1+ Group: System/Libraries Summary: Notifications Library -Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel +Requires: dbus-1-devel Requires: dbus-1-glib-devel +Requires: glib2-devel +Requires: gtk2-devel +Requires: libnotify1 = %{version} Provides: libnotify-doc = %{version} Obsoletes: libnotify-doc < %{version} %description devel D-BUS notifications library. - - -Authors: --------- - Christian Hammond - Mike Hearn - %prep %setup -q