automatic version update by autodist [release 3.8.0-1mamba;Sat Feb 18 2023]

This commit is contained in:
Automatic Build System 2024-01-05 23:18:30 +01:00
parent d2d2804de5
commit f26d72347a

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define maj3ver %(echo %version | cut -d. -f1-3) %define maj3ver %(echo %version | cut -d. -f1-3)
Name: gnutls Name: gnutls
Version: 3.7.9 Version: 3.8.0
Release: 1mamba Release: 1mamba
Summary: A library which provides a secure layer, over a reliable transport layer Summary: A library which provides a secure layer, over a reliable transport layer
Group: System/Libraries Group: System/Libraries
@ -15,10 +15,8 @@ License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libbrotli-devel BuildRequires: libbrotli-devel
BuildRequires: libgc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgmp-devel BuildRequires: libgmp-devel
BuildRequires: libguile-devel
BuildRequires: libidn2-devel BuildRequires: libidn2-devel
BuildRequires: libnettle-devel BuildRequires: libnettle-devel
BuildRequires: libp11-kit-devel BuildRequires: libp11-kit-devel
@ -49,6 +47,7 @@ The protocol allows client/server applications to communicate in a way that is d
Group: System/Libraries Group: System/Libraries
Summary: A library which provides a secure layer, over a reliable transport layer Summary: A library which provides a secure layer, over a reliable transport layer
Requires(post):%{__install_info} Requires(post):%{__install_info}
Obsoletes: libgnutls-guile < 3.8.0
%description -n libgnutls %description -n libgnutls
GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer.
@ -61,7 +60,7 @@ The protocol allows client/server applications to communicate in a way that is d
Group: Development/Libraries Group: Development/Libraries
Summary: Static libraries and headers for %{name} Summary: Static libraries and headers for %{name}
Requires: libgnutls = %{?epoch:%epoch:}%{version}-%{release} Requires: libgnutls = %{?epoch:%epoch:}%{version}-%{release}
Requires: libgnutls-guile = %{?epoch:%epoch:}%{version}-%{release} #Requires: libgnutls-guile = %{?epoch:%epoch:}%{version}-%{release}
Requires: gnutls = %{?epoch:%epoch:}%{version}-%{release} Requires: gnutls = %{?epoch:%epoch:}%{version}-%{release}
Requires: libnettle-devel Requires: libnettle-devel
Requires: libtasn1-devel Requires: libtasn1-devel
@ -145,7 +144,7 @@ exit 0
%{_bindir}/ocsptool %{_bindir}/ocsptool
%{_bindir}/p11tool %{_bindir}/p11tool
%{_bindir}/psktool %{_bindir}/psktool
%{_bindir}/srptool #%{_bindir}/srptool
%{_bindir}/tpmtool %{_bindir}/tpmtool
%{_mandir}/man1/certtool.* %{_mandir}/man1/certtool.*
%{_mandir}/man1/danetool.1* %{_mandir}/man1/danetool.1*
@ -155,7 +154,7 @@ exit 0
%{_mandir}/man1/ocsptool.1.gz %{_mandir}/man1/ocsptool.1.gz
%{_mandir}/man1/p11tool.* %{_mandir}/man1/p11tool.*
%{_mandir}/man1/psktool.* %{_mandir}/man1/psktool.*
%{_mandir}/man1/srptool.* #%{_mandir}/man1/srptool.*
%{_mandir}/man1/tpmtool.1.gz %{_mandir}/man1/tpmtool.1.gz
%{_infodir}/pkcs11-vision.png.gz %{_infodir}/pkcs11-vision.png.gz
%{_infodir}/gnutls.* %{_infodir}/gnutls.*
@ -170,15 +169,15 @@ exit 0
#%{_libdir}/libgnutls-xssl.so.* #%{_libdir}/libgnutls-xssl.so.*
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%if "%{_host}" == "%{_build}" #%if "%{_host}" == "%{_build}"
%files -n libgnutls-guile #%files -n libgnutls-guile
%defattr(-,root,root) #%defattr(-,root,root)
%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls.go ##%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls.go
%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls/extra.go ##%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls/extra.go
%{_libdir}/guile/*/extensions/guile-gnutls-v-2.so.* ##%{_libdir}/guile/*/extensions/guile-gnutls-v-2.so.*
%{_datadir}/guile/site/*/gnutls.scm ##%{_datadir}/guile/site/*/gnutls.scm
%{_datadir}/guile/site/*/gnutls/extra.scm ##%{_datadir}/guile/site/*/gnutls/extra.scm
%endif #%endif
%files -n libgnutls-devel %files -n libgnutls-devel
%defattr(-,root,root) %defattr(-,root,root)
@ -190,7 +189,6 @@ exit 0
%{_libdir}/libgnutlsxx.so %{_libdir}/libgnutlsxx.so
%{_libdir}/libgnutls-dane.so %{_libdir}/libgnutls-dane.so
%{_libdir}/libgnutls-openssl.so %{_libdir}/libgnutls-openssl.so
%{_libdir}/guile/*/extensions/guile-gnutls-v-2.so
%dir %{_datadir}/doc/gnutls %dir %{_datadir}/doc/gnutls
%{_datadir}/doc/gnutls/* %{_datadir}/doc/gnutls/*
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
@ -198,6 +196,9 @@ exit 0
#%doc ChangeLog NEWS README THANKS #%doc ChangeLog NEWS README THANKS
%changelog %changelog
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
- automatic version update by autodist
* Fri Feb 10 2023 Automatic Build System <autodist@mambasoft.it> 3.7.9-1mamba * Fri Feb 10 2023 Automatic Build System <autodist@mambasoft.it> 3.7.9-1mamba
- automatic version update by autodist - automatic version update by autodist