* Wed Sep 11 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.6.4-1.sme
- initial release for SME 11
This commit is contained in:
parent
f41ddfefef
commit
bc6e8c897a
@ -1,12 +1,12 @@
|
|||||||
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> roundcube-plugin-keyboard-shortcuts
|
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> 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
|
## Source
|
||||||
https://github.com/stremlau/html5_notifier
|
https://github.com/stremlau/html5_notifier
|
||||||
|
|
||||||
## Bugzilla
|
## 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
|
## Description
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%define name roundcube-plugin-keyboard-shortcuts
|
%define name roundcube-plugin-html5_notifier
|
||||||
%define version 0.6.4
|
%define version 0.6.4
|
||||||
%define release 1
|
%define release 1
|
||||||
Summary: Provides context Menu to Roundcube.
|
Summary: Provides context Menu to Roundcube.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
#https://github.com/corbosman/keyboard-shortcuts
|
#https://github.com/corbosman/html5_notifier
|
||||||
Source: roundcube-keyboard-shortcuts-%{version}.tar.gz
|
Source: roundcube-html5_notifier-%{version}.tar.gz
|
||||||
License: GNU General Public License Version 3+
|
License: GNU General Public License Version 3+
|
||||||
Group: SMEserver/addon
|
Group: SMEserver/addon
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@ -33,15 +33,15 @@ It just works in modern browsers like Google Chrome, SRWare Iron or Firefox, bec
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n roundcube_keyboard-shortcuts-%{version}
|
%setup -q -n html5_notifier-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#perl createlinks
|
#perl createlinks
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $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/keyboard-shortcuts/)
|
( find . -depth -print | cpio -dump $RPM_BUILD_ROOT/usr/share/roundcubemail/plugins/html5_notifier/)
|
||||||
rm -f %{name}-%{version}-filelist
|
rm -f %{name}-%{version}-filelist
|
||||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
|
||||||
> %{name}-%{version}-filelist
|
> %{name}-%{version}-filelist
|
||||||
@ -51,7 +51,7 @@ rm -f %{name}-%{version}-filelist
|
|||||||
|
|
||||||
%clean
|
%clean
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf roundcube-keyboard-shortcuts-%{version}
|
rm -rf roundcube-html5_notifier-%{version}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user