commit 5d38072f7cd9b0d752dfa0e337fcdfa78edf9d2b Author: zhuchunyi Date: Wed Nov 6 19:44:12 2019 +0800 update code diff --git a/notification-daemon-3.20.0.tar.xz b/notification-daemon-3.20.0.tar.xz new file mode 100644 index 0000000..b0daf67 Binary files /dev/null and b/notification-daemon-3.20.0.tar.xz differ diff --git a/notification-daemon.spec b/notification-daemon.spec new file mode 100644 index 0000000..0062ffd --- /dev/null +++ b/notification-daemon.spec @@ -0,0 +1,47 @@ +Name: notification-daemon +Version: 3.20.0 +Release: 7 +Summary: The server implementation of the freedesktop.org desktop notification specification + +License: GPLv2+ +URL: https://wiki.gnome.org/Projects/NotificationDaemon +Source0: https://download.gnome.org/sources/notification-daemon/3.20/%{name}-%{version}.tar.xz + +BuildRequires: gcc libcanberra-devel intltool gtk3-devel >= 3.15.2 +Provides: notify-daemon notification-daemon-engine-slider= %{version}-%{release} +Provides: desktop-notification-daemon +Obsoletes: notify-daemon notification-daemon-engine-slider < 0.2.0-3 + +%package_help + +%description +The notification daemon is required for showing messages from applications +that are currently running and what to notify the user. Messages will appear +at the top right of the screen and if missed they can be accessed from the +notification area. This module was previously part of GNOME put has been +deprecated because its features are now part of GNOME Shell. + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%configure +%make_build + +%install +%make_install + +%find_lang notification-daemon + +%files -f %{name}.lang +%doc AUTHORS +%license COPYING +%{_libexecdir}/%{name} +%{_datadir}/applications/%{name}.desktop + +%files help +%doc NEWS + +%changelog +* Sat Oct 12 2019 openEuler Buildteam - 3.20.0-7 +- Package Init