From bc6e8c897a87084590b352df546eb4364f040597 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Wed, 11 Sep 2024 22:24:56 -0400 Subject: [PATCH] * Wed Sep 11 2024 Jean-Philippe Pialasse 0.6.4-1.sme - initial release for SME 11 --- README.md | 6 +++--- roundcube-plugin-html5_notifier.spec | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cb59724..d94376d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# roundcube-plugin-keyboard-shortcuts +# roundcube-plugin-html5_notifier -SMEServer Koozali local git repo for roundcube-plugin-keyboard-shortcuts +SMEServer Koozali local git repo for roundcube-plugin-html5_notifier ## Source https://github.com/stremlau/html5_notifier ## Bugzilla -Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=roundcube-plugin-keyboard-shortcuts&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) +Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=roundcube-plugin-html5_notifier&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) ## Description diff --git a/roundcube-plugin-html5_notifier.spec b/roundcube-plugin-html5_notifier.spec index 6df8340..e1278ce 100644 --- a/roundcube-plugin-html5_notifier.spec +++ b/roundcube-plugin-html5_notifier.spec @@ -1,12 +1,12 @@ -%define name roundcube-plugin-keyboard-shortcuts +%define name roundcube-plugin-html5_notifier %define version 0.6.4 %define release 1 Summary: Provides context Menu to Roundcube. Name: %{name} Version: %{version} Release: %{release}%{?dist} -#https://github.com/corbosman/keyboard-shortcuts -Source: roundcube-keyboard-shortcuts-%{version}.tar.gz +#https://github.com/corbosman/html5_notifier +Source: roundcube-html5_notifier-%{version}.tar.gz License: GNU General Public License Version 3+ Group: SMEserver/addon BuildRoot: %{_tmppath}/%{name}-buildroot @@ -33,15 +33,15 @@ It just works in modern browsers like Google Chrome, SRWare Iron or Firefox, bec %prep -%setup -q -n roundcube_keyboard-shortcuts-%{version} +%setup -q -n html5_notifier-%{version} %build #perl createlinks %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/usr/share/roundcubemail/plugins/keyboard-shortcuts/ -( find . -depth -print | cpio -dump $RPM_BUILD_ROOT/usr/share/roundcubemail/plugins/keyboard-shortcuts/) +mkdir -p $RPM_BUILD_ROOT/usr/share/roundcubemail/plugins/html5_notifier/ +( find . -depth -print | cpio -dump $RPM_BUILD_ROOT/usr/share/roundcubemail/plugins/html5_notifier/) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ > %{name}-%{version}-filelist @@ -51,7 +51,7 @@ rm -f %{name}-%{version}-filelist %clean cd .. -rm -rf roundcube-keyboard-shortcuts-%{version} +rm -rf roundcube-html5_notifier-%{version} %pre