Группа :: Архивирование/Сжатие
Пакет: makeself
Главная Изменения Спек Патчи Загрузить Bugs and FR
%def_with M24
%if_with M24
%define _release alt0.M24.1
%else
%define _release alt1
%endif
Name: makeself
Version: 2.1.4
Release: %_release
Packager: Alexander Plikus <plik at altlinux.ru>
Summary: It's a small shell script that generates a self-extractable tar.gz archive from a directory
Summary(ru_RU.KOI8-R): Скрипт для создания самораспаковывающихся архивов tar.gz
License: GPL
Group: Archiving/Compression
Url: http://www.megastep.org/makeself
Source: http://www.megastep.org/makeself/%name-%version.tar.bz2
%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).
%prep
%setup -q
%install
%__install -D -m0755 makeself.sh %buildroot%_bindir/makeself.sh
%__install -D -m0755 makeself-header.sh %buildroot%_bindir/makeself-header.sh
%files
%doc README TODO
%_bindir/*
%changelog
…
Полный changelog можно просмотреть здесь
%if_with M24
%define _release alt0.M24.1
%else
%define _release alt1
%endif
Name: makeself
Version: 2.1.4
Release: %_release
Packager: Alexander Plikus <plik at altlinux.ru>
Summary: It's a small shell script that generates a self-extractable tar.gz archive from a directory
Summary(ru_RU.KOI8-R): Скрипт для создания самораспаковывающихся архивов tar.gz
License: GPL
Group: Archiving/Compression
Url: http://www.megastep.org/makeself
Source: http://www.megastep.org/makeself/%name-%version.tar.bz2
%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).
%prep
%setup -q
%install
%__install -D -m0755 makeself.sh %buildroot%_bindir/makeself.sh
%__install -D -m0755 makeself-header.sh %buildroot%_bindir/makeself-header.sh
%files
%doc README TODO
%_bindir/*
%changelog
…
Полный changelog можно просмотреть здесь