!23 update new version 3.3.1
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
4b3037e29c
BIN
0001-add-translations-file.patch
Normal file
BIN
0001-add-translations-file.patch
Normal file
Binary file not shown.
Binary file not shown.
BIN
ukui-notification-daemon-3.3.1.tar.gz
Normal file
BIN
ukui-notification-daemon-3.3.1.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,11 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: ukui-notification-daemon
|
||||
Version: 1.0.4
|
||||
Release: 1
|
||||
Version: 3.3.1
|
||||
Release: 4
|
||||
Summary: daemon to display passive popup notifications
|
||||
License: GPL-3+
|
||||
URL: https://github.com/ukui/ukui-notification-daemon
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch01: 0001-add-translations-file.patch
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtsvg-devel
|
||||
@ -22,6 +21,8 @@ Requires: gsettings-qt
|
||||
Requires: libX11
|
||||
Requires: dconf
|
||||
|
||||
Provides: desktop-notification-daemon
|
||||
|
||||
%description
|
||||
daemon to display passive popup notifications
|
||||
ukui-notification-daemon displays passive popup notifications, as per
|
||||
@ -36,6 +37,7 @@ Desktop Notifications spec.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch01 -p1
|
||||
|
||||
%build
|
||||
export PATH=%{_qt5_bindir}:$PATH
|
||||
@ -48,7 +50,7 @@ popd
|
||||
%install
|
||||
pushd qmake-build
|
||||
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||
popd
|
||||
popd
|
||||
|
||||
|
||||
%files
|
||||
@ -58,7 +60,21 @@ popd
|
||||
%{_datadir}/dbus-1/services/org.ukui.freedesktop.Notification.service
|
||||
%{_datadir}/glib-2.0/schemas/org.ukui.notification.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.ukui.log4qt.ukui-notification.gschema.xml
|
||||
%{_datadir}/ukui-notification-daemon/ukui-notification-daemon_zh_CN.qm
|
||||
|
||||
%changelog
|
||||
* Tue Mar 14 2023 douyan <douyan@kylinos.cn> - 3.3.1-4
|
||||
- add Provides: desktop-notification-daemon
|
||||
|
||||
* Tue Feb 07 2023 tanyulong <tanyulong@kylinos.cn> - 3.3.1-3
|
||||
- Enable debuginfo for fix strip
|
||||
|
||||
* Fri Dec 30 2022 lvfei <lvfei@kylinos.cn> - 3.3.1-2
|
||||
- add patch :0001-add-translations-file.patch
|
||||
|
||||
* Thu Nov 10 2022 douyan <douyan@kylinos.cn> - 3.3.1-1
|
||||
- update to upstream version 3.3.1.0225.1
|
||||
|
||||
* Wed Mar 02 2022 tanyulong <tanyulong@kylinos.cn> - 1.0.4-1
|
||||
- update to uptream version 1.0.4
|
||||
|
||||
|
||||
4
ukui-notification-daemon.yaml
Normal file
4
ukui-notification-daemon.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: https://github.com/ukui/ukui-notification-daemon.git
|
||||
tag_prefix: "v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user