3 Commits

Author SHA1 Message Date
7950f95e84 Provides 2024-03-12 17:11:16 -04:00
278ee1aa2e perl(Pod::Tests) 2024-03-11 23:29:02 -04:00
Trevor Batley
8885a70dcf rename-e-smith-pkg script (#12359) 2024-03-11 09:56:10 +11:00
3 changed files with 20 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-devtools
# Makefile for source rpm: smeserver-devtools
# $Id: Makefile,v 1.1 2016/02/04 22:54:13 vip-ire Exp $
NAME := e-smith-devtools
NAME := smeserver-devtools
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-devtools
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-devtools
SMEServer Koozali developed git repo for e-smith-devtools smeserver
SMEServer Koozali developed git repo for smeserver-devtools smeserver
## Wiki
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-devtools&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-devtools&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-devtools) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-devtools&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-devtools is an open source software package that makes it easy to develop web applications and websites. It includes components like a web server, database, programming language, and framework that can be used to develop web applications. With e-smith-devtools, developers can quickly create dynamic web applications and websites with minimal coding. The software also includes many tools such as a source code editor, a debugger, a code profiler, and a web framework. With these tools, developers can quickly develop interactive web applications with complex functionality. e-smith-devtools is easy to use and simplifies the task of web application development.
smeserver-devtools is an open source software package that makes it easy to develop web applications and websites. It includes components like a web server, database, programming language, and framework that can be used to develop web applications. With smeserver-devtools, developers can quickly create dynamic web applications and websites with minimal coding. The software also includes many tools such as a source code editor, a debugger, a code profiler, and a web framework. With these tools, developers can quickly develop interactive web applications with complex functionality. smeserver-devtools is easy to use and simplifies the task of web application development.

View File

@@ -1,22 +1,31 @@
# $Id: e-smith-devtools.spec,v 1.15 2022/07/30 04:30:09 jpp Exp $
Summary: e-smith tools for building RPMs
%define name e-smith-devtools
Summary: smeserver tools for building RPMs
%define name smeserver-devtools
Name: %{name}
%define version 2.6.0
%define release 15
%define release 18
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz
Provides: e-smith-devtools
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser)
Requires: perl(Pod::Tests)
AutoReqProv: no
%changelog
* Mon Mar 11 2024 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-18.sme
- fix missing deps for perl(Pod::Tests) [SME: 12501]
- add Provides: e-smith-devtools
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-16.sme
- Rename to smeserver-devtools [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-15.sme
- Roll up patches and move to git repo [SME: 12338]
@@ -434,7 +443,7 @@ AutoReqProv: no
- initial release
%description
Tools for use in building RPMs for the e-smith serverand gateway.
Tools for use in building RPMs for the smeserver serverand gateway.
Use "genfilelist" to create a filelist file with correct ownerships and
permissions.