Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37546524
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: bats

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: bats
Version: 1.10.0
Release: alt1

Summary: Testing framework for Bash
Summary(ru_RU.UTF-8): п²п╟п╠п╬я─ я┌п╣я│я┌п╬п╡ п╫п╟ Bash

License: MIT
Group: Development/Other
Url: https://github.com/bats-core/bats-core

# Source-url: https://github.com/bats-core/bats-core/archive/refs/tags/v%version.tar.gz

Source: %name-%version.tar

BuildArch: noarch

Requires: bash

%description
Bats is a testing framework for Bash.
It provides a simple way to verify that the UNIX programs you write behave as expected.

%description -l ru_RU.UTF-8
Bats - п╡я│п©п╬п╪п╬пЁп╟я┌п╣п╩я▄п╫я▀п╧ я└я─п╣п╧п╪п╡п╬я─п╨ п╢п╩я▐ Bash'п╟.
п╜я┌п╬ п©я─п╬я│я┌п╬п╧ я│п©п╬я│п╬п╠ я┐п╠п╣п╢п╦я┌я▄я│я▐, я┤я┌п╬ п©я─п╬пЁя─п╟п╪п╪п╟, п╫п╟п©п╦я│п╟п╫п╫п╟я▐ п©п╬п╢ Unix, п╠я┐п╢п╣я┌ я─п╟п╠п╬я┌п╟я┌я▄, п╨п╟п╨ п╬п╤п╦п╢п╟п╣я┌я│я▐.

%prep
%setup
# use /usr/share instead of /usr/lib
find -type f -print0 | xargs -0 subst 's|lib/bats-core|share/bats-core|g'
mv -v lib share

%install
./install.sh %buildroot%prefix share

%files
%doc LICENSE.md README.md AUTHORS
%_man1dir/*
%_man7dir/*
%_bindir/bats
%_datadir/bats-core/
%_prefix/libexec/bats-core/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin