update to 3.8.8 [release 3.8.8-1mamba;Tue Dec 03 2024]
This commit is contained in:
parent
fd87c5d3ac
commit
4c0db93230
23
gnutls.spec
23
gnutls.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define maj3ver %(echo %version | cut -d. -f1-3)
|
||||
Name: gnutls
|
||||
Version: 3.8.6
|
||||
Version: 3.8.8
|
||||
Release: 1mamba
|
||||
Summary: A library which provides a secure layer, over a reliable transport layer
|
||||
Group: System/Libraries
|
||||
@ -9,12 +9,11 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/gnutls/
|
||||
Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/v%{majver}/gnutls-%{version}.tar.xz
|
||||
Source0: https://www.gnupg.org/ftp/gcrypt/gnutls/v%{majver}/gnutls-%{version}.tar.xz
|
||||
Source1: libgnutls-config
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libidn2-devel
|
||||
@ -24,17 +23,7 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libunbound-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: liblzo-devel
|
||||
BuildRequires: libcfg+-devel >= 0.6.2-6mamba
|
||||
BuildRequires: libnettle-devel >= 2.4
|
||||
BuildRequires: libunbound-devel
|
||||
BuildRequires: autogen
|
||||
BuildRequires: trousers-devel
|
||||
BuildRequires: libp11-kit-devel >= 0.20.7
|
||||
BuildRequires: libffi-devel >= 3.3
|
||||
|
||||
%description
|
||||
GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer.
|
||||
@ -126,8 +115,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n libgnutls -p /sbin/ldconfig
|
||||
%postun -n libgnutls -p /sbin/ldconfig
|
||||
|
||||
%post
|
||||
%install_info gnutls.info
|
||||
@ -146,7 +133,6 @@ exit 0
|
||||
%{_bindir}/ocsptool
|
||||
%{_bindir}/p11tool
|
||||
%{_bindir}/psktool
|
||||
#%{_bindir}/srptool
|
||||
%{_bindir}/tpmtool
|
||||
%{_mandir}/man1/certtool.*
|
||||
%{_mandir}/man1/danetool.1*
|
||||
@ -156,7 +142,6 @@ exit 0
|
||||
%{_mandir}/man1/ocsptool.1.gz
|
||||
%{_mandir}/man1/p11tool.*
|
||||
%{_mandir}/man1/psktool.*
|
||||
#%{_mandir}/man1/srptool.*
|
||||
%{_mandir}/man1/tpmtool.1.gz
|
||||
%{_infodir}/pkcs11-vision.png.gz
|
||||
%{_infodir}/gnutls.*
|
||||
@ -168,7 +153,6 @@ exit 0
|
||||
%{_libdir}/libgnutlsxx.so.*
|
||||
%{_libdir}/libgnutls-dane.so.*
|
||||
%{_libdir}/libgnutls-openssl.so.*
|
||||
#%{_libdir}/libgnutls-xssl.so.*
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
#%if "%{_host}" == "%{_build}"
|
||||
@ -198,6 +182,9 @@ exit 0
|
||||
#%doc ChangeLog NEWS README THANKS
|
||||
|
||||
%changelog
|
||||
* Tue Dec 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.8-1mamba
|
||||
- update to 3.8.8
|
||||
|
||||
* Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 3.8.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user