notification-daemon/notification-daemon.spec
2019-11-06 19:44:12 +08:00

48 lines
1.4 KiB
RPMSpec

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 <buildteam@openeuler.org> - 3.20.0-7
- Package Init