Accepting request 96167 from home:dimstar:branches:GNOME:Factory

Push typelib change branch

OBS-URL: https://build.opensuse.org/request/show/96167
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=31
This commit is contained in:
Vincent Untz 2011-12-12 16:00:26 +00:00 committed by Git OBS Bridge
parent 10418d260b
commit 9984a5da8e
2 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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