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