File xfce4-notifyd.spec of Package xfce4-notifyd
#
# spec file for package xfce4-notifyd (Version 0.1.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: xfce4-notifyd
Version: 0.1.0
Release: 2
Url: http://www.xfce.org/
License: GPL v2 or later
Group: System/GUI/XFCE
Summary: A simple notification daemon for Xfce
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-glib-devel gtk2-devel intltool libglade2-devel libsexy-devel libxfce4util-devel libxfcegui4-devel libxfconf-devel update-desktop-files
Provides: notification-daemon-xfce
Obsoletes: notification-daemon-xfce
%description
Xfce4-notifyd is a simple, visually-appealing notification daemon for
Xfce that implements the Freedesktop.org Desktop Notifications
Specification.
Authors:
--------
Brian Tarricone <bjt23@cornell.edu>
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%suse_update_desktop_file -i xfce4-notifyd-config
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/xfce4-notifyd-config
%{_libexecdir}/xfce4-notifyd
%{_datadir}/applications/xfce4-notifyd-config.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
%{_datadir}/icons/hicolor/48x48/apps/xfce4-notifyd.png
%dir %{_datadir}/themes/*
%dir %{_datadir}/themes/*/xfce-notify-4.0
%{_datadir}/themes/*/xfce-notify-4.0/gtkrc
%changelog
* Tue Nov 25 2008 prusnak@suse.cz
- created package (v 0.1.0)