2022-12-01 18:02:28 +01:00
|
|
|
#
|
|
|
|
# spec file for package guile-gnutls
|
|
|
|
#
|
2023-06-18 22:49:32 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2022-12-01 18:02:28 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: guile-gnutls
|
2023-10-20 14:32:51 +02:00
|
|
|
Version: 4.0.0
|
2022-12-01 18:02:28 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Guile bindings to GnuTLS
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
URL: https://gitlab.com/gnutls/guile
|
2022-12-13 23:40:13 +01:00
|
|
|
Source0: https://ftp.gnu.org/gnu/gnutls/guile-gnutls-%{version}.tar.gz
|
|
|
|
Source1: https://ftp.gnu.org/gnu/gnutls/guile-gnutls-%{version}.tar.gz.sig
|
|
|
|
# curl 'https://josefsson.org/key-20190320.txt' | gpg --import - | gpg --export -a "51722B08FE4745A2" > guile-gnutls.keyring
|
|
|
|
Source2: guile-gnutls.keyring
|
2022-12-01 18:02:28 +01:00
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: guile-devel
|
|
|
|
BuildRequires: libgnutls-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: makeinfo
|
2023-01-01 16:17:23 +01:00
|
|
|
Provides: gnutls-guile
|
|
|
|
Obsoletes: gnutls-guile
|
2022-12-01 18:02:28 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
GnuTLS wrappers for GNU Guile, a dialect of Scheme.
|
|
|
|
|
|
|
|
%prep
|
2022-12-13 23:40:13 +01:00
|
|
|
%setup -q
|
2022-12-01 18:02:28 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
2022-12-13 23:40:13 +01:00
|
|
|
%doc README
|
|
|
|
%license COPYING
|
2022-12-01 18:02:28 +01:00
|
|
|
%{_datadir}/guile/site/*
|
|
|
|
%{_infodir}/gnutls-guile.info.gz
|
|
|
|
%{_libdir}/guile/*
|
|
|
|
|
|
|
|
%changelog
|