2 Commits

Author SHA1 Message Date
92d9ee21f1 Update 2024-03-23 12:11:54 +00:00
Trevor Batley
c661eeece0 rename-e-smith-pkg script (#12359) 2024-03-11 10:04:56 +11:00
3 changed files with 19 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-lib-compspec
# Makefile for source rpm: smeserver-lib-compspec
# $Id: Makefile,v 1.1 2016/02/05 22:42:01 stephdl Exp $
NAME := e-smith-lib-compspec
NAME := smeserver-lib-compspec
SPECFILE = $(firstword $(wildcard *.spec))
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-lib-compspec
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-lib-compspec
SMEServer Koozali developed git repo for e-smith-lib-compspec smeserver
SMEServer Koozali developed git repo for smeserver-lib-compspec smeserver
## Wiki
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-lib-compspec&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-lib-compspec&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-lib-compspec) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-lib-compspec&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
@@ -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*
<br />
e-smith-lib-compspec is a software library developed by the e-smith Corporation. It is an open-source library that contains a variety of components used for software development. It can be used to easily create specifications for web applications, databases, scripting and other programming tasks. It allows developers to quickly and easily create specifications for their application by providing a comprehensive set of components with detailed documentation. The library also allows developers to easily and quickly manage and update their specifications as their application evolves. In addition, e-smith-lib-compspec also provides a platform to help developers create and maintain efficient interfaces between their applications and other software components.
smeserver-lib-compspec is a software library developed by the smeserver Corporation. It is an open-source library that contains a variety of components used for software development. It can be used to easily create specifications for web applications, databases, scripting and other programming tasks. It allows developers to quickly and easily create specifications for their application by providing a comprehensive set of components with detailed documentation. The library also allows developers to easily and quickly manage and update their specifications as their application evolves. In addition, smeserver-lib-compspec also provides a platform to help developers create and maintain efficient interfaces between their applications and other software components.

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-lib-compspec.spec,v 1.4 2022/04/06 20:22:27 jpp Exp $
Summary: bash completion specifications for e-smith-lib utilities
%define name e-smith-lib-compspec
Summary: bash completion specifications for smeserver-lib utilities
%define name smeserver-lib-compspec
Name: %{name}
%define version 2.6.0
%define release 5
%define version 11.0.0
%define release 1
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -17,8 +17,9 @@ Requires: e-smith-lib
BuildRequires: e-smith-devtools
AutoReqProv: no
Provides: e-smith-lib-compspec
%description
e-smith module containing bash completion specifications for the
smeserver module containing bash completion specifications for the
e-smith-lib command-line utilities (db, config, expand-template, signal-event).
%prep
@@ -42,6 +43,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
* 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> 2.6.0-6.sme
- Rename to smeserver-lib-compspec [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-5.sme
- Roll up patches and move to git repo [SME: 12338]