Summary: Notification Daemon Name: notification-daemon Version: 0.2.4 Release: 1%{?dist} License: GPL Group: Applications/System Source: http://www.galago-project.org/files/releases/source/%{name}/%{name}-%{version}.tar.gz URL: http://www.galago-project.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Dependencies: # dbus-devel contains the dbus-glib development files. # The fact that we link against dbus-glib will pull in dbus-glib # which in turn pulls in the main dbus package. BuildRequires: dbus-devel >= 0.20 BuildRequires: libsexy-devel BuildRequires: gtk2-devel %description A daemon that displays passive pop-up notifications as per the Desktop Notifications spec (http://www.galago-project.org/specs/notification/index.php). %prep %setup -q %build %configure \ --prefix=%{buildroot} \ --with-dbus-sys=%{buildroot}/etc/dbus-1/system.d \ --with-dbus-services=%{buildroot}/usr/share/dbus-1/services make %{?_smp_mflags} %install rm -rf %{buildroot} export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README %{_libexecdir}/* %{_datadir}/dbus-1/services/* %config %{_sysconfdir}/dbus-1/system.d/notification-daemon.conf %changelog * Thu Nov 18 2005 Linus Walleij 0.2.4-1 - Stole Matthews RPM and adopted it for the Fedora Extras. * Fri Sep 02 2005 Matthew Hall 0.2.1-1 - 0.2.1 Release