3 Commits

Author SHA1 Message Date
9f318db9ed Alter requires for e-smith to smeserver 2024-03-23 16:28:24 +00:00
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 24 additions and 13 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 $ # $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)) 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-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 ## 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-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 ## 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-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 $ # $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 Summary: bash completion specifications for smeserver-lib utilities
%define name e-smith-lib-compspec %define name smeserver-lib-compspec
Name: %{name} Name: %{name}
%define version 2.6.0 %define version 11.0.0
%define release 5 %define release 2
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -13,12 +13,13 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/e-smith-buildroot BuildRoot: /var/tmp/e-smith-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-lib Requires: smeserver-lib
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
AutoReqProv: no AutoReqProv: no
Provides: e-smith-lib-compspec
%description %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). e-smith-lib command-line utilities (db, config, expand-template, signal-event).
%prep %prep
@@ -42,6 +43,15 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* 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> 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 * 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] - Roll up patches and move to git repo [SME: 12338]