diff --git a/xfce4-notifyd-0.6.5.tar.bz2 b/xfce4-notifyd-0.6.5.tar.bz2 deleted file mode 100644 index 416c468b069c1aa9b85a8f8367dc163d8fbef122..0000000000000000000000000000000000000000 Binary files a/xfce4-notifyd-0.6.5.tar.bz2 and /dev/null differ diff --git a/xfce4-notifyd-0.9.3.tar.bz2 b/xfce4-notifyd-0.9.3.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..ed96e7703cd5a428995fbfd70a91d72c7c8b7c83 Binary files /dev/null and b/xfce4-notifyd-0.9.3.tar.bz2 differ diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 18011cae221ea8fc34463bb94ace81b97d3a9b97..7783dd3049a557416aa0e52ebcfd3944ed559b3a 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -1,8 +1,8 @@ -%global minorversion 0.6 -%global xfceversion 4.16 +%global minorversion 0.9 +%global xfceversion 4.17 Name: xfce4-notifyd -Version: 0.6.5 +Version: 0.9.3 Release: 1 Summary: Simple, visually-appealing notification daemon for Xfce License: GPLv2 @@ -10,7 +10,7 @@ URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ sqlite-devel BuildRequires: glib2-devel >= 2.42.0 BuildRequires: gtk3-devel >= 3.20.0 BuildRequires: libnotify-devel >= 0.7.0 @@ -53,10 +53,13 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %files -f %{name}.lang %license COPYING -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS NEWS README.md TODO %{_bindir}/xfce4-notifyd-config %{_libdir}/xfce4/notifyd/ %{_libdir}/xfce4/panel/plugins/libnotification-plugin.so +%{_userunitdir}/xfce4-notifyd.service +%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service +%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service %{_datadir}/applications/xfce4-notifyd-config.desktop %{_datadir}/themes/Default/xfce-notify-4.0/ %{_datadir}/themes/Smoke/ @@ -69,6 +72,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Wed Jan 17 2024 konglidong - 0.9.3-1 +- update version to 0.9.3 + * Mon Jan 09 2023 lin zhang - 0.6.5-1 - update to 0.6.5