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

Группа :: Система/Настройка/Прочее
Пакет: tpm2-tools

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

%define _unpackaged_files_terminate_build 1
%define _localstatedir %_var

Name: tpm2-tools
Version: 5.5
Release: alt1
Summary: A bunch of TPM testing toolS build upon tpm2-tss
Group: System/Configuration/Other

License: BSD
Url: https://github.com/tpm2-software/tpm2-tools
Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires: autoconf-archive
BuildRequires: pandoc
BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(openssl) libssl-devel pkgconfig(libcrypto) >= 1.1.0
BuildRequires: pkgconfig(tss2-mu) >= 3.1.0
BuildRequires: pkgconfig(tss2-sys) >= 3.1.0
BuildRequires: pkgconfig(tss2-esys) >= 3.1.0
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(efivar)

Requires: libtpm2-tss0 >= 3.1.0

%description
tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss.

%prep
%setup
%patch -p1
echo %version > VERSION

%build
./bootstrap
#%%autoreconf
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%doc docs/LICENSE
%doc README.md docs/CHANGELOG.md
%_bindir/*
%_datadir/bash-completion/completions/*
%_man1dir/*

%changelog

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

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