diff --git a/0001-add-translations-file.patch b/0001-add-translations-file.patch new file mode 100644 index 0000000..0707afa Binary files /dev/null and b/0001-add-translations-file.patch differ diff --git a/ukui-notification-daemon-1.0.4.tar.gz b/ukui-notification-daemon-1.0.4.tar.gz deleted file mode 100644 index 4015a42..0000000 Binary files a/ukui-notification-daemon-1.0.4.tar.gz and /dev/null differ diff --git a/ukui-notification-daemon-3.3.1.tar.gz b/ukui-notification-daemon-3.3.1.tar.gz new file mode 100644 index 0000000..21ccca1 Binary files /dev/null and b/ukui-notification-daemon-3.3.1.tar.gz differ diff --git a/ukui-notification-daemon.spec b/ukui-notification-daemon.spec index 49b200f..671fd4e 100644 --- a/ukui-notification-daemon.spec +++ b/ukui-notification-daemon.spec @@ -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 - 3.3.1-4 +- add Provides: desktop-notification-daemon + +* Tue Feb 07 2023 tanyulong - 3.3.1-3 +- Enable debuginfo for fix strip + +* Fri Dec 30 2022 lvfei - 3.3.1-2 +- add patch :0001-add-translations-file.patch + +* Thu Nov 10 2022 douyan - 3.3.1-1 +- update to upstream version 3.3.1.0225.1 + * Wed Mar 02 2022 tanyulong - 1.0.4-1 - update to uptream version 1.0.4 diff --git a/ukui-notification-daemon.yaml b/ukui-notification-daemon.yaml new file mode 100644 index 0000000..f18ee50 --- /dev/null +++ b/ukui-notification-daemon.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/ukui/ukui-notification-daemon.git +tag_prefix: "v" +separator: "." \ No newline at end of file