4 Commits

Author SHA1 Message Date
c99dfaea82 * Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- move out Provides in scriptlet pre [SME: 12537]
2024-03-26 22:15:55 -04:00
8cc5af5ad7 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
9406aaa2ba Update 2024-03-23 12:11:54 +00:00
Trevor Batley
7c8c0ed0c4 rename-e-smith-pkg script (#12359) 2024-03-11 09:59:09 +11:00
3 changed files with 34 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-email # Makefile for source rpm: smeserver-email
# $Id: Makefile,v 1.1 2016/02/04 23:55:00 vip-ire Exp $ # $Id: Makefile,v 1.1 2016/02/04 23:55:00 vip-ire Exp $
NAME := e-smith-email NAME := smeserver-email
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common define find-makefile-common

View File

@@ -1,12 +1,13 @@
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> e-smith-email # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-email
SMEServer Koozali developed git repo for e-smith-email smeserver SMEServer Koozali developed git repo for smeserver-email smeserver
## Wiki ## Wiki
<br />https://wiki.koozali.org/ <br />https://wiki.koozali.org/
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-email&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-email&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
And a list of outstanding Legacy bugs: (e-smith-email) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-email&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description ## Description
@@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
*Once it has been checked, then this comment will be deleted* *Once it has been checked, then this comment will be deleted*
<br /> <br />
e-smith-email is a powerful email software package that provides a comprehensive set of tools to manage email for corporate and private users. It has a powerful web-based interface for managing users, domains, and aliases. It also supports a wide range of mail protocols such as POP3, SMTP, IMAP, MIME, and SSL. It is also flexible enough to integrate with other email programs, such as Outlook and Thunderbird, making it an ideal choice for those who need a sophisticated email solution. With e-smith-email, users can easily manage, search, and organize emails in a secure and efficient manner. smeserver-email is a powerful email software package that provides a comprehensive set of tools to manage email for corporate and private users. It has a powerful web-based interface for managing users, domains, and aliases. It also supports a wide range of mail protocols such as POP3, SMTP, IMAP, MIME, and SSL. It is also flexible enough to integrate with other email programs, such as Outlook and Thunderbird, making it an ideal choice for those who need a sophisticated email solution. With smeserver-email, users can easily manage, search, and organize emails in a secure and efficient manner.

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-email.spec,v 1.20 2022/08/01 18:04:52 jpp Exp $ # $Id: e-smith-email.spec,v 1.20 2022/08/01 18:04:52 jpp Exp $
Summary: e-smith server and gateway - email module Summary: smeserver server and gateway - email module
%define name e-smith-email %define name smeserver-email
Name: %{name} Name: %{name}
%define version 5.6.0 %define version 11.0.0
%define release 20 %define release 3
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -12,24 +12,25 @@ Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
Requires: e-smith-base >= 4.15.0-39 Provides: e-smith-email = %{version}-%{release}
Requires: e-smith-tinydns >= 1.0.0-5 Requires: smeserver-base >= 4.15.0-39
Requires: e-smith-smtpd Requires: smeserver-tinydns >= 1.0.0-5
Requires: e-smith-mta Requires: smeserver-smtpd
Requires: e-smith-pop3 Requires: smeserver-mta
Requires: e-smith-imap Requires: smeserver-pop3
Requires: e-smith-lib >= 1.15.1-19 Requires: smeserver-imap
Requires: smeserver-lib >= 1.15.1-19
Requires: perl(Net::Server::Fork) Requires: perl(Net::Server::Fork)
Requires: perl(Net::SMTP) Requires: perl(Net::SMTP)
Requires: perl(Net::SMTP::SSL) Requires: perl(Net::SMTP::SSL)
Requires: perl(Authen::SASL) Requires: perl(Authen::SASL)
Requires: perl(Net::Server) >= 0.85 Requires: perl(Net::Server) >= 0.85
Requires: runit Requires: runit
Requires: e-smith-formmagick >= 1.4.0-12 Requires: smeserver-formmagick >= 1.4.0-12
Obsoletes: e-smith-smtp-authentication Obsoletes: e-smith-smtp-authentication
Obsoletes: e-smith-securemail Obsoletes: e-smith-securemail
Conflicts: smeserver-fetchmail < 1.6-24 Conflicts: smeserver-fetchmail < 1.6-24
BuildRequires: e-smith-devtools >= 1.13.0-03 BuildRequires: smeserver-devtools >= 1.13.0-03
BuildArchitectures: noarch BuildArchitectures: noarch
AutoReqProv: no AutoReqProv: no
@@ -74,9 +75,21 @@ if [ $1 -gt 1 ] ; then
fi fi
%description %description
e-smith server and gateway software - email module. smeserver server and gateway software - email module.
%changelog %changelog
* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- move out Provides in scriptlet pre [SME: 12537]
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
- Change Requires: e-smith- to Requires:smeserver-
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 5.6.0-21.sme
- Rename to smeserver-email [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.6.0-20.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.6.0-20.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]