%define name notification-daemon %define version 0.3.3 %define release 2%{?dist} %define cflags --prefix=%{buildroot} --with-dbus-sys=%{buildroot}%{_sysconfdir}/dbus-1/system.d --with-dbus-services=%{buildroot}/usr/share/dbus-1/services Summary: Notification Daemon Name: %{name} Version: %{version} Release: %{release} License: GPL Group: Applications/System Source: %{name}-%{version}.tar.bz2 URL: http://galago-project.org/specs/notification/index.php BuildRoot: %{_tmppath}/%{name}-%{version} Requires: dbus >= 0.50, libsexy BuildRequires: dbus-devel >= 0.50, libsexy-devel %description A daemon that displays passive pop-up notifications as per the Desktop Notifications spec (http://galago.info/specs/notification/index.php). %prep %setup -q %build %configure %{cflags} %{__make} %install %{__rm} -rf %{buildroot} export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL %{__rm} -f %{buildroot}%{_libdir}/notification-daemon-1.0/engines/*.la %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README %{_libexecdir}/* %{_datadir}/dbus-1/services/* %{_sysconfdir}/gconf/schemas/notification-daemon.schemas %{_libdir}/notification-daemon-1.0/engines/*.a %{_libdir}/notification-daemon-1.0/engines/*.so %{_libdir}/notification-daemon-1.0/engines/*.so.* %changelog * Fri Feb 03 2006 Matthew Hall 0.3.3-2%{?dist} - Update URL * Mon Jan 30 2006 Matthew Hall 0.3.3-1 - 0.3.3 Release * Fri Sep 02 2005 Matthew Hall 0.2.1-1 - 0.2.1 Release