From 40e3eae5323e78068107f52badb3fee6e69e491f39d669a9381ba9126bcae9fe Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 4 Oct 2007 22:35:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=5 --- libnotify.changes | 6 ++++++ libnotify.spec | 42 +++++++++++++++++++++++++++++++----------- 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/libnotify.changes b/libnotify.changes index 6a45690..da55298 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 4 17:18:40 CEST 2007 - maw@suse.de + +- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun +- Split out a libnotify1 subpackage. + ------------------------------------------------------------------- Tue Mar 6 16:51:49 CET 2007 - sbrabec@suse.cz diff --git a/libnotify.spec b/libnotify.spec index 128be40..7414e54 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -18,14 +18,14 @@ BuildRequires: dbus-1-glib-devel BuildRequires: dbus-1-devel dbus-1-glib %endif Version: 0.4.4 -Release: 1 -URL: http://www.galago-project.org/ +Release: 60 +Url: http://www.galago-project.org/ Group: System/Libraries -License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) +License: GPL v2 or later; LGPL v2 or later Summary: Notifications Library Source: %{name}-%{version}.tar.bz2 -Autoreqprov: on -Requires: notification-daemon dbus-1-x11 +AutoReqProv: on +Requires: notification-daemon dbus-1-x11 libnotify1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -33,6 +33,21 @@ D-BUS notifications library. +Authors: +-------- + Christian Hammond + Mike Hearn + +%package -n libnotify1 +Group: System/Libraries +Summary: Notifications Library +Requires: %{name} >= %{version} + +%description -n libnotify1 +D-BUS notifications library. + + + Authors: -------- Christian Hammond @@ -86,19 +101,22 @@ make %{?jobs:-j%jobs} %clean rm -rf $RPM_BUILD_ROOT -%post -%run_ldconfig +%post -n libnotify1 +/sbin/ldconfig -%postun -%run_ldconfig +%postun -n libnotify1 +/sbin/ldconfig %files %defattr (-, root, root) # README is empty %doc AUTHORS COPYING ChangeLog NEWS -%{_libdir}/*.so.* %{_bindir}/* +%files -n libnotify1 +%defattr (-, root, root) +%{_libdir}/*.so.* + %files devel %defattr (-, root, root) %{_libdir}/*.so @@ -109,8 +127,10 @@ rm -rf $RPM_BUILD_ROOT %files doc %defattr (-, root, root) %{_datadir}/gtk-doc/html/libnotify - %changelog +* Thu Oct 04 2007 - maw@suse.de +- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun +- Split out a libnotify1 subpackage. * Tue Mar 06 2007 - sbrabec@suse.cz - Updated to version version 0.4.4: * Bug fixes.