rename-e-smith-pkg script (#12359)

master 2.6.0-25
Trevor Batley 2 months ago
parent 9a57a15f5f
commit 47208d46e8

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

@ -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-apache
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-apache
SMEServer Koozali developed git repo for e-smith-apache smeserver
SMEServer Koozali developed git repo for smeserver-apache smeserver
## Wiki
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-apache&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-apache&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-apache) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-apache&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

@ -1,10 +1,10 @@
# $Id: e-smith-apache.spec,v 1.27 2022/10/07 09:04:44 terryfage Exp $
Summary: e-smith server and gateway - apache module
%define name e-smith-apache
Summary: smeserver server and gateway - apache module
%define name smeserver-apache
Name: %{name}
%define version 2.6.0
%define release 24
%define release 25
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@ -31,8 +31,9 @@ Conflicts: e-smith-manager < 2.8.0-36
AutoReqProv: no
BuildRequires: e-smith-devtools >= 1.11.0-12
Provides: e-smith-apache
%description
e-smith server and gateway software - apache module.
smeserver server and gateway software - apache module.
%prep
%setup
@ -69,6 +70,9 @@ if [ $1 -gt 1 ] ; then
fi
%changelog
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-25.sme
- Rename to smeserver-apache [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-24.sme
- Roll up patches and move to git repo [SME: 12338]
Loading…
Cancel
Save