diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e7a9c13
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.rpm
diff --git a/README.md b/README.md
index 95016ad..09cab47 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,36 @@ SMEServer Koozali local git repo for s6-portable-utils
https://metacpan.org/pod/s6-portable-utils
## 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)
## Description
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
+
+ Please use the mailing-list for
+questions about s6-portable-utils.
+
diff --git a/s6-portable-utils-2.3.0.4.tar.gz b/s6-portable-utils-2.3.0.4.tar.gz
new file mode 100644
index 0000000..c6b1125
--- /dev/null
+++ b/s6-portable-utils-2.3.0.4.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9627ba9327d32f88c531e216ab5cb984e714882c4696fe3676e225b5577c7359
+size 49459
diff --git a/change-this-to-the-package-name.spec b/s6-portable-utils.spec
similarity index 85%
rename from change-this-to-the-package-name.spec
rename to s6-portable-utils.spec
index 2666580..572f7da 100644
--- a/change-this-to-the-package-name.spec
+++ b/s6-portable-utils.spec
@@ -1,5 +1,5 @@
%define name s6-portable-utils
-%define version 1.0
+%define version 2.3.0.4
%define release 1
Summary: This is what s6-portable-utils does.
Name: %{name}
@@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
+BuildRequires: skalibs
Requires: e-smith-release >= 10.0
AutoReqProv: no
@@ -19,15 +20,16 @@ AutoReqProv: no
local build of https://github.com/skarnet/s6-portable-utils mainly for seekablepipe
%changelog
-* Day MMMM DD YYYY 1.0-1.sme
-- Initial code - create RPM [SME:99999]
+* Wed Nov 13 2024 Jean-Philippe Pialasse 2.3.0.4-1.sme
+- Initial code - create RPM
%prep
%setup -q
%build
-perl createlinks
+./configure
+make
%install
rm -rf $RPM_BUILD_ROOT