Mageia Bugzilla – Attachment 9763 Details for
Bug 20530
Add makeself to repos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Proposal specfile
makeself.spec (text/plain), 1.04 KB, created by
Kristoffer Grundström
on 2017-10-28 01:30:54 CEST
(
hide
)
Description:
Proposal specfile
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2017-10-28 01:30:54 CEST
Size:
1.04 KB
patch
obsolete
>Name: makeself >Version: 2.3.1 >Release: %mkrel 1 >Summary: It's a small shell script that generates a self-extractable archive from a directory >License: GPLv2+ >Group: Archiving/Compression >URL: http://www.megastep.org/makeself >BuildArch: noarch ># Source-url: https://github.com/megastep/makeself/archive/release-%version.tar.gz >Source: %name-%version.tar > >%description >Makeself.sh is a small shell script that generates >a self-extractable 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). > >%prep >%setup -q > >%install >install -D -m0755 makeself.sh %{buildroot}%{_bindir}/makeself.sh >install -D -m0755 makeself-header.sh %{buildroot}%{_bindir}/makeself-header.sh >install -D -m0644 makeself.1 %{buildroot}%{_datadir}%{_mandir}/makeself.1 > >%files >%doc README.md makeself.lsm >%_bindir/makeself.sh >%_bindir/makeself-header.sh >%_mandir/
Name: makeself Version: 2.3.1 Release: %mkrel 1 Summary: It's a small shell script that generates a self-extractable archive from a directory License: GPLv2+ Group: Archiving/Compression URL: http://www.megastep.org/makeself BuildArch: noarch # Source-url: https://github.com/megastep/makeself/archive/release-%version.tar.gz Source: %name-%version.tar %description Makeself.sh is a small shell script that generates a self-extractable 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). %prep %setup -q %install install -D -m0755 makeself.sh %{buildroot}%{_bindir}/makeself.sh install -D -m0755 makeself-header.sh %{buildroot}%{_bindir}/makeself-header.sh install -D -m0644 makeself.1 %{buildroot}%{_datadir}%{_mandir}/makeself.1 %files %doc README.md makeself.lsm %_bindir/makeself.sh %_bindir/makeself-header.sh %_mandir/
View Attachment As Raw
Actions:
View
Attachments on
bug 20530
: 9763