File xfce4-notifyd.spec of Package xfce4-notifyd
#
# spec file for package xfce4-notifyd
#
# Copyright (c) 2018 SUSE LINUX 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/
#
Name: xfce4-notifyd
Version: @SERVICE@
Release: 0
Summary: Simple Notification Daemon for Xfce
License: GPL-2.0
Group: System/Daemons
URL: http://spurint.org/projects/xfce4-notify-daemon/
Source: %{name}-%{version}.tar.bz2
Source1: %{name}.xml
Source100: %{name}-rpmlintrc
BuildRequires: automake
BuildRequires: exo-tools
BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: xfce4-dev-tools
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gio-2.0) >= 2.42.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.42.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14
BuildRequires: pkgconfig(libnotify) >= 0.7.0
BuildRequires: pkgconfig(libxfce4panel-2.0) >= 4.12.0
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.12.0
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.12.0
BuildRequires: pkgconfig(libxfconf-0) >= 4.10.0
Requires: libnotify-tools
Requires: %{name}-branding = %{version}
Recommends: %{name}-lang = %{version}
Provides: notification-daemon-xfce = %{version}
Obsoletes: notification-daemon-xfce < %{version}
%description
Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce that
implements the Freedesktop.org Desktop Notifications Specification.
%package branding-upstream
Summary: Upstream Branding of xfce4-notifyd
# BRAND: xfce4-notifyd.xml: Controls the appearance of notifications.
Group: System/GUI/XFCE
Supplements: packageand(%{name}:branding-upstream)
Conflicts: otherproviders(%{name}-branding)
Provides: %{name}-branding = %{version}
BuildArch: noarch
%description branding-upstream
This package provides the upstream look and feel for the Xfce Notification Daemon.
%lang_package
%prep
%setup -q
%build
NOCONFIGURE=1 ./autogen.sh
%configure \
--enable-maintainer-mode \
--with-helper-path-prefix=%{_libexecdir}
make %{?_smp_mflags} V=1
%install
%make_install
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/%{name}.xml
%suse_update_desktop_file -i %{name}-config
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name} %{?no_lang_C}
%if 0%{?suse_version} < 1500
%post
%desktop_database_post
%icon_theme_cache_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/%{name}-config
%{_datadir}/applications/%{name}-config.desktop
%{_datadir}/dbus-1/services/org.xfce.%{name}.Notifications.service
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/icons/hicolor/scalable/status/notification-*symbolic.svg
%dir %{_datadir}/themes/*
%dir %{_datadir}/themes/*/xfce-notify-4.0
%{_datadir}/themes/*/xfce-notify-4.0/gtk.css
%dir %{_libexecdir}/xfce4
%dir %{_libexecdir}/xfce4/notifyd
%{_libexecdir}/xfce4/notifyd/%{name}
%{_libdir}/xfce4/panel/plugins/libnotification-plugin.so
%{_datadir}/xfce4/panel/plugins/notification-plugin.desktop
%{_mandir}/man?/%{name}-config.?%{ext_man}
# Leap 42.1 does not know _userunitdir...
%{!?_userunitdir:%{_prefix}/systemd/user}%{?_userunitdir}/%{name}.service
%files lang -f %{name}.lang
%files branding-upstream
%dir %{_sysconfdir}/xdg/xfce4
%dir %{_sysconfdir}/xdg/xfce4/xfconf
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
%config %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/%{name}.xml
%changelog