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

Группа :: Система/Библиотеки
Пакет: libgnutls-guile

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

Name: libgnutls-guile
Version: 4.0.0
Release: alt1

Summary: Guile bindings for the GnuTLS library
License: LGPLv2.1+ and GPLv3+
Group: System/Libraries
Url: https://gitlab.com/gnutls/guile
Vcs: https://gitlab.com/gnutls/guile.git
Source: guile-gnutls-%version.tar

BuildRequires: libgnutls-devel >= 3.8.0
BuildRequires: makeinfo
# Unfortunately we have different version
# on e2k and don't have guile-devel.
# See https://bugzilla.altlinux.org/34496
%ifarch %e2k
BuildRequires: guile20-devel
BuildRequires: libguile20-devel
%else
BuildRequires: guile22-devel
%endif
Obsoletes: libgnutls-new-guile < %version

%description
Guile-GnuTLS provides Guile bindings for the GnuTLS library.

%prep
%setup -n guile-gnutls-%version

%build
%autoreconf
%configure \
--disable-rpath \
--disable-static
%make_build

%install
%makeinstall_std

%set_verify_elf_method strict
%define _unpackaged_files_terminate_build 1

%files
%doc AUTHORS NEWS README.md
%_libdir/guile/*/extensions/guile*.so*
%_libdir/guile/*/site-ccache/*
%_datadir/guile/site/*/*
%doc %_infodir/*
%exclude %_libdir/guile/*/extensions/*.la

%changelog

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

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