From 4f468d281890ce542039acc8421ad26eafe0c049 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Oct 18 2017 11:16:49 +0000 Subject: Add xfce4-panel-devel as buildrequires Updates files section --- diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 60b1408..ea63590 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -4,7 +4,7 @@ Name: xfce4-notifyd Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple notification daemon for Xfce Group: User Interface/Desktops @@ -18,6 +18,7 @@ BuildRequires: gtk3-devel >= 3.20.0 BuildRequires: libxfce4ui-devel >= 4.12.0 BuildRequires: libxfce4util-devel >= 4.12.0 BuildRequires: xfconf-devel >= 4.10.0 +BuildRequires: xfce4-panel-devel >= 4.12.0 BuildRequires: glib2-devel >= 2.42.0 BuildRequires: libnotify-devel >= 0.7.0 BuildRequires: desktop-file-utils @@ -56,6 +57,8 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.desktop %find_lang %{name} +# remove libtool archives +find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -76,6 +79,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc AUTHORS ChangeLog NEWS README TODO %{_bindir}/xfce4-notifyd-config %{_libdir}/xfce4/notifyd/ +%{_libdir}/xfce4/panel/plugins/libnotification-plugin.so %{_datadir}/applications/xfce4-notifyd-config.desktop %{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service %{_datadir}/icons/hicolor/48x48/apps/xfce4-notifyd.png @@ -84,10 +88,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/themes/ZOMG-PONIES!/ %{_datadir}/themes/Bright/ %{_datadir}/themes/Retro/ +%{_datadir}/icons/hicolor/*/*/* +%{_datadir}/xfce4/panel/plugins/notification-plugin.desktop %{_mandir}/man1/xfce4-notifyd-config.1.* %{_userunitdir}/xfce4-notifyd.service %changelog +* Wed Oct 18 2017 Mukundan Ragavan - 0.4.0-2 +- Add xfce4-panel-devel as buildrequires +- Updates files section + * Wed Oct 18 2017 Mukundan Ragavan - 0.4.0-1 - Update to 0.4.0