This commit is contained in:
Jean-Philippe Pialasse 2024-11-13 23:06:15 -05:00
parent 10a004538a
commit 57d9ab5d82
4 changed files with 37 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.rpm

View File

@ -6,11 +6,36 @@ SMEServer Koozali local git repo for s6-portable-utils
<br />https://metacpan.org/pod/s6-portable-utils <br />https://metacpan.org/pod/s6-portable-utils
## Bugzilla ## Bugzilla
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=s6-portable-utils)
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=s6-portable-utils&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=s6-portable-utils&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description ## Description
local build of https://github.com/skarnet/s6-portable-utils mainly for seekablepipe local build of https://github.com/skarnet/s6-portable-utils mainly for seekablepipe
s6-portable-utils - tiny general Unix utilities
-----------------------------------------------
s6-portable-utils is a set of tiny general Unix utilities,
some performing well-known tasks such as cut and grep,
others being nonstandard but useful in a variety of
scripting situations; they have been optimized for simplicity
and small size. They were designed for embedded systems and
other constrained environments, but they work everywhere.
See https://skarnet.org/software/s6-portable-utils/ for details.
* Installation
------------
See the INSTALL file.
* Contact information
-------------------
Laurent Bercot <ska-skaware at skarnet.org>
Please use the <skaware at list.skarnet.org> mailing-list for
questions about s6-portable-utils.

BIN
s6-portable-utils-2.3.0.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
%define name s6-portable-utils %define name s6-portable-utils
%define version 1.0 %define version 2.3.0.4
%define release 1 %define release 1
Summary: This is what s6-portable-utils does. Summary: This is what s6-portable-utils does.
Name: %{name} Name: %{name}
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix} Prefix: %{_prefix}
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: e-smith-devtools
BuildRequires: skalibs
Requires: e-smith-release >= 10.0 Requires: e-smith-release >= 10.0
AutoReqProv: no AutoReqProv: no
@ -19,15 +20,16 @@ AutoReqProv: no
local build of https://github.com/skarnet/s6-portable-utils mainly for seekablepipe local build of https://github.com/skarnet/s6-portable-utils mainly for seekablepipe
%changelog %changelog
* Day MMMM DD YYYY <brianr@koozali.org> 1.0-1.sme * Wed Nov 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.3.0.4-1.sme
- Initial code - create RPM [SME:99999] - Initial code - create RPM
%prep %prep
%setup -q %setup -q
%build %build
perl createlinks ./configure
make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT