This commit is contained in:
parent
64cf40c785
commit
40e3eae532
@ -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
|
Tue Mar 6 16:51:49 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@ BuildRequires: dbus-1-glib-devel
|
|||||||
BuildRequires: dbus-1-devel dbus-1-glib
|
BuildRequires: dbus-1-devel dbus-1-glib
|
||||||
%endif
|
%endif
|
||||||
Version: 0.4.4
|
Version: 0.4.4
|
||||||
Release: 1
|
Release: 60
|
||||||
URL: http://www.galago-project.org/
|
Url: http://www.galago-project.org/
|
||||||
Group: System/Libraries
|
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
|
Summary: Notifications Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Requires: notification-daemon dbus-1-x11
|
Requires: notification-daemon dbus-1-x11 libnotify1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%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:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Christian Hammond <chipx86@chipx86.com>
|
Christian Hammond <chipx86@chipx86.com>
|
||||||
@ -86,19 +101,22 @@ make %{?jobs:-j%jobs}
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post -n libnotify1
|
||||||
%run_ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun
|
%postun -n libnotify1
|
||||||
%run_ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
# README is empty
|
# README is empty
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS
|
%doc AUTHORS COPYING ChangeLog NEWS
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
|
%files -n libnotify1
|
||||||
|
%defattr (-, root, root)
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -109,8 +127,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files doc
|
%files doc
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_datadir}/gtk-doc/html/libnotify
|
%{_datadir}/gtk-doc/html/libnotify
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 06 2007 - sbrabec@suse.cz
|
||||||
- Updated to version version 0.4.4:
|
- Updated to version version 0.4.4:
|
||||||
* Bug fixes.
|
* Bug fixes.
|
||||||
|
Loading…
Reference in New Issue
Block a user