diff --git a/change-this-to-the-package-name.spec b/change-this-to-the-package-name.spec deleted file mode 100644 index 5a26159..0000000 --- a/change-this-to-the-package-name.spec +++ /dev/null @@ -1,55 +0,0 @@ -%define name smeserver-roundcube -%define version 1.0 -%define release 1 -Summary: This is what smeserver-roundcube does. -Name: %{name} -Version: %{version} -Release: %{release}%{?dist} -Source: %{name}-%{version}.tar.gz -License: GNU GPL version 2 -Group: SMEserver/addon -BuildRoot: %{_tmppath}/%{name}-buildroot -Prefix: %{_prefix} -BuildArchitectures: noarch -BuildRequires: e-smith-devtools -Requires: e-smith-release >= 10.0 -AutoReqProv: no - -%description -smeserver rpm to setup the roundcube IMAP mail client. - -%changelog -* Day MMMM DD YYYY 1.0-1.sme -- Initial code - create RPM [SME:99999] - -%prep - -%setup -q - -%build -perl createlinks - -%install -rm -rf $RPM_BUILD_ROOT -(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) -rm -f %{name}-%{version}-filelist -/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ -> %{name}-%{version}-filelist -#echo "%doc COPYING" >> %{name}-%{version}-filelist -#--dir 'attr(755,user,grp)' \ -#--file 'attr(755,root,root)' \ - -%clean -cd .. -rm -rf %{name}-%{version} - -%pre - -%preun - -%post - -%postun -#uninstall -%files -f %{name}-%{version}-filelist -%defattr(-,root,root) diff --git a/smeserver-roundcube.spec b/smeserver-roundcube.spec index cb4f698..c8bbd9d 100644 --- a/smeserver-roundcube.spec +++ b/smeserver-roundcube.spec @@ -24,8 +24,17 @@ Requires: git #Requires: smeserver-dovecot-extras Requires: jq Requires: php-kolab-net-ldap3 -#Requires: roundcubemail_plugins -Obsoletes: roundcube +Requires: roundcube-plugin-thunderbird_labels +Requires: roundcube-plugin-message_highlight +Requires: roundcube-plugin-html5_notifier +Requires: roundcube-plugin-keyboard-shortcuts +Requires: roundcube-plugin-fail2ban +Requires: roundcube-plugin-dovecot_impersonate +Requires: roundcube-skin-larry +Requires: roundcube-skin-classic +Requires: roundcube-plugin-nextcloud_attachments +Requires: roundcube-plugin-globaladdressbook +Requires: roundcube-plugin-contextmenu AutoReqProv: no %description @@ -72,6 +81,7 @@ fi %changelog * Sun Sep 01 2024 Jean-Philippe Pialasse 1.6-1.sme - initial version for SME11 [SME: ] +- build and require rpm for plugins and skins * Mon Mar 25 2024 Jean-Philippe Pialasse 1.2-24.sme - fix temp event not ending because of interactive install of plugin [SME: 12530]