From d7d95540d543548f6440a410a5a450842517f30c Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 09:54:03 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 7 ++++--- e-smith-LPRng.spec => smeserver-LPRng.spec | 12 ++++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) rename e-smith-LPRng.spec => smeserver-LPRng.spec (98%) diff --git a/Makefile b/Makefile index 0ff78d0..91e985b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-LPRng +# Makefile for source rpm: smeserver-LPRng # $Id: Makefile,v 1.1 2016/02/05 22:40:30 stephdl Exp $ -NAME := e-smith-LPRng +NAME := smeserver-LPRng SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 6470c8e..ce4609c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-LPRng +# smeserver-LPRng -SMEServer Koozali developed git repo for e-smith-LPRng smeserver +SMEServer Koozali developed git repo for smeserver-LPRng smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-LPRng&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-LPRng&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-LPRng) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-LPRng&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 diff --git a/e-smith-LPRng.spec b/smeserver-LPRng.spec similarity index 98% rename from e-smith-LPRng.spec rename to smeserver-LPRng.spec index 06945fb..4f585c6 100644 --- a/e-smith-LPRng.spec +++ b/smeserver-LPRng.spec @@ -1,10 +1,10 @@ # $Id: e-smith-LPRng.spec,v 1.9 2022/07/17 04:45:24 jpp Exp $ -Summary: e-smith server and gateway - LPRng module -%define name e-smith-LPRng +Summary: smeserver server and gateway - LPRng module +%define name smeserver-LPRng Name: %{name} %define version 2.6.0 -%define release 10 +%define release 11 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -19,11 +19,15 @@ BuildRequires: grep BuildArchitectures: noarch AutoReqProv: no +Provides: e-smith-LPRng %description -e-smith server and gateway software - LPRng module. +smeserver server and gateway software - LPRng module. Add printing features, using the LPRng package. %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-11.sme +- Rename to smeserver-LPRng [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-10.sme - Roll up patches and move to git repo [SME: 12338]