OBS User unknown 2007-10-04 22:35:46 +00:00 committed by Git OBS Bridge
parent 64cf40c785
commit 40e3eae532
2 changed files with 37 additions and 11 deletions

View File

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

View File

@ -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 <chipx86@chipx86.com>
Mike Hearn <mike@navi.cx>
%package -n libnotify1
Group: System/Libraries
Summary: Notifications Library
Requires: %{name} >= %{version}
%description -n libnotify1
D-BUS notifications library.
Authors:
--------
Christian Hammond <chipx86@chipx86.com>
@ -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.