* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-1.sme
- initial version for SME11 [SME: ] - build and require rpm for plugins and skins
This commit is contained in:
parent
c0a6540f34
commit
a503b95af0
@ -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 <brianr@koozali.org> 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 <dir> 'attr(755,user,grp)' \
|
|
||||||
#--file <file> 'attr(755,root,root)' \
|
|
||||||
|
|
||||||
%clean
|
|
||||||
cd ..
|
|
||||||
rm -rf %{name}-%{version}
|
|
||||||
|
|
||||||
%pre
|
|
||||||
|
|
||||||
%preun
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
#uninstall
|
|
||||||
%files -f %{name}-%{version}-filelist
|
|
||||||
%defattr(-,root,root)
|
|
@ -24,8 +24,17 @@ Requires: git
|
|||||||
#Requires: smeserver-dovecot-extras
|
#Requires: smeserver-dovecot-extras
|
||||||
Requires: jq
|
Requires: jq
|
||||||
Requires: php-kolab-net-ldap3
|
Requires: php-kolab-net-ldap3
|
||||||
#Requires: roundcubemail_plugins
|
Requires: roundcube-plugin-thunderbird_labels
|
||||||
Obsoletes: roundcube
|
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
|
AutoReqProv: no
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -72,6 +81,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-1.sme
|
* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-1.sme
|
||||||
- initial version for SME11 [SME: ]
|
- initial version for SME11 [SME: ]
|
||||||
|
- build and require rpm for plugins and skins
|
||||||
|
|
||||||
* Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.2-24.sme
|
* Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.2-24.sme
|
||||||
- fix temp event not ending because of interactive install of plugin [SME: 12530]
|
- fix temp event not ending because of interactive install of plugin [SME: 12530]
|
||||||
|
Loading…
Reference in New Issue
Block a user