update to 2.4.4 [release 2.4.4-1mamba;Sat Jun 19 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 06:53:45 +01:00
parent ff7eea2d7a
commit 676b7d8713

View File

@ -1,12 +1,12 @@
Name: makeself Name: makeself
Version: 2.4.3 Version: 2.4.4
Release: 1mamba Release: 1mamba
Summary: A small shell script that generates a self-extractable tar.gz archive from a directory Summary: A small shell script that generates a self-extractable tar.gz archive from a directory
Group: Applications/Archiving Group: Applications/Archiving
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://megastep.org/makeself/ URL: https://makeself.io/
Source: https://github.com/megastep/makeself.git/release-%{version}/makeself-%{version}.tar.bz2 Source: https://github.com/megastep/makeself.git/release-%{version}/makeself-%{version}.tar.bz2
License: GPL License: GPL
BuildArch: noarch BuildArch: noarch
@ -15,7 +15,6 @@ BuildArch: noarch
Requires: bzip2 Requires: bzip2
Requires: gzip Requires: gzip
Requires: gnupg Requires: gnupg
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive will then uncompress itself to a temporary directory and an optional arbitrary command will be executed (for example an installation script). makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive will then uncompress itself to a temporary directory and an optional arbitrary command will be executed (for example an installation script).
@ -43,6 +42,9 @@ install -D -m0644 makeself.1 %{buildroot}%{_mandir}/man1/makeself.1
%doc COPYING %doc COPYING
%changelog %changelog
* Sat Jun 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.4-1mamba
- update to 2.4.4
* Wed Feb 10 2021 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba * Wed Feb 10 2021 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
- automatic version update by autodist - automatic version update by autodist