automatic version update by autodist [release 3.8.0-1mamba;Sat Feb 18 2023]
This commit is contained in:
parent
d2d2804de5
commit
f26d72347a
33
gnutls.spec
33
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.7.9
|
||||
Version: 3.8.0
|
||||
Release: 1mamba
|
||||
Summary: A library which provides a secure layer, over a reliable transport layer
|
||||
Group: System/Libraries
|
||||
@ -15,10 +15,8 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libgc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libnettle-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
|
||||
Summary: A library which provides a secure layer, over a reliable transport layer
|
||||
Requires(post):%{__install_info}
|
||||
Obsoletes: libgnutls-guile < 3.8.0
|
||||
|
||||
%description -n libgnutls
|
||||
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
|
||||
Summary: Static libraries and headers for %{name}
|
||||
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: libnettle-devel
|
||||
Requires: libtasn1-devel
|
||||
@ -145,7 +144,7 @@ exit 0
|
||||
%{_bindir}/ocsptool
|
||||
%{_bindir}/p11tool
|
||||
%{_bindir}/psktool
|
||||
%{_bindir}/srptool
|
||||
#%{_bindir}/srptool
|
||||
%{_bindir}/tpmtool
|
||||
%{_mandir}/man1/certtool.*
|
||||
%{_mandir}/man1/danetool.1*
|
||||
@ -155,7 +154,7 @@ exit 0
|
||||
%{_mandir}/man1/ocsptool.1.gz
|
||||
%{_mandir}/man1/p11tool.*
|
||||
%{_mandir}/man1/psktool.*
|
||||
%{_mandir}/man1/srptool.*
|
||||
#%{_mandir}/man1/srptool.*
|
||||
%{_mandir}/man1/tpmtool.1.gz
|
||||
%{_infodir}/pkcs11-vision.png.gz
|
||||
%{_infodir}/gnutls.*
|
||||
@ -170,15 +169,15 @@ exit 0
|
||||
#%{_libdir}/libgnutls-xssl.so.*
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%if "%{_host}" == "%{_build}"
|
||||
%files -n libgnutls-guile
|
||||
%defattr(-,root,root)
|
||||
%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls.go
|
||||
%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls/extra.go
|
||||
%{_libdir}/guile/*/extensions/guile-gnutls-v-2.so.*
|
||||
%{_datadir}/guile/site/*/gnutls.scm
|
||||
%{_datadir}/guile/site/*/gnutls/extra.scm
|
||||
%endif
|
||||
#%if "%{_host}" == "%{_build}"
|
||||
#%files -n libgnutls-guile
|
||||
#%defattr(-,root,root)
|
||||
##%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls.go
|
||||
##%attr(0644,root,root) %{_libdir}/guile/*/site-ccache/gnutls/extra.go
|
||||
##%{_libdir}/guile/*/extensions/guile-gnutls-v-2.so.*
|
||||
##%{_datadir}/guile/site/*/gnutls.scm
|
||||
##%{_datadir}/guile/site/*/gnutls/extra.scm
|
||||
#%endif
|
||||
|
||||
%files -n libgnutls-devel
|
||||
%defattr(-,root,root)
|
||||
@ -190,7 +189,6 @@ exit 0
|
||||
%{_libdir}/libgnutlsxx.so
|
||||
%{_libdir}/libgnutls-dane.so
|
||||
%{_libdir}/libgnutls-openssl.so
|
||||
%{_libdir}/guile/*/extensions/guile-gnutls-v-2.so
|
||||
%dir %{_datadir}/doc/gnutls
|
||||
%{_datadir}/doc/gnutls/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -198,6 +196,9 @@ exit 0
|
||||
#%doc ChangeLog NEWS README THANKS
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user