* Mon Sep 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 3.3.1-2.sme

- initial release for SME 11
This commit is contained in:
Jean-Philippe Pialasse 2024-09-02 00:53:52 -04:00
parent 342510d226
commit 4343e8f2a6
3 changed files with 19 additions and 17 deletions

View File

@ -2,12 +2,9 @@
SMEServer Koozali local git repo for roundcube-plugin-contextmenu SMEServer Koozali local git repo for roundcube-plugin-contextmenu
## Documentation ## Source https://github.com/johndoh/roundcube-contextmenu
<br />https://metacpan.org/pod/roundcube-plugin-contextmenu
## Bugzilla ## Bugzilla
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=roundcube-plugin-contextmenu)
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=roundcube-plugin-contextmenu&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-contextmenu&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

BIN
roundcube-contextmenu-3.3.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,18 +1,19 @@
%define name roundcube-plugin-contextmenu %define name roundcube-plugin-contextmenu
%define version 1.0 %define version 3.3.1
%define release 1 %define release 2
Summary: This is what roundcube-plugin-contextmenu does. Summary: Provides context Menu to Roundcube.
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
Source: %{name}-%{version}.tar.gz #https://github.com/johndoh/roundcube-contextmenu
License: GNU GPL version 2 Source: roundcube-contextmenu-%{version}.tar.gz
License: GNU General Public License Version 3+
Group: SMEserver/addon Group: SMEserver/addon
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix} Prefix: %{_prefix}
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: e-smith-release >= 10.0 Requires: smeserver-release >= 11.0
AutoReqProv: no AutoReqProv: no
%description %description
@ -26,19 +27,20 @@ context menus for various parts of Roundcube using commands from the toolbars.
%changelog %changelog
* Day MMMM DD YYYY <brianr@koozali.org> 1.0-1.sme * Mon Sep 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 3.3.1-2.sme
- Initial code - create RPM [SME:99999] - initial release for SME 11
%prep %prep
%setup -q %setup -q -n roundcube-contextmenu-%{version}
%build %build
perl createlinks #perl createlinks
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) mkdir -p $RPM_BUILD_ROOT/usr/share/roundcubemail/plugins/contextmenu/
( find . -depth -print | cpio -dump $RPM_BUILD_ROOT/usr/share/roundcubemail/plugins/contextmenu/)
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
@ -48,7 +50,7 @@ rm -f %{name}-%{version}-filelist
%clean %clean
cd .. cd ..
rm -rf %{name}-%{version} rm -rf roundcube-contextmenu-%{version}
%pre %pre