generated from smedev/Template-for-SMEServer-Core-Perl
init
This commit is contained in:
parent
10a004538a
commit
57d9ab5d82
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.rpm
|
29
README.md
29
README.md
@ -6,11 +6,36 @@ SMEServer Koozali local git repo for s6-portable-utils
|
||||
<br />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 <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
BIN
s6-portable-utils-2.3.0.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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 <brianr@koozali.org> 1.0-1.sme
|
||||
- Initial code - create RPM [SME:99999]
|
||||
* Wed Nov 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.3.0.4-1.sme
|
||||
- Initial code - create RPM
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
perl createlinks
|
||||
./configure
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
Loading…
Reference in New Issue
Block a user