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