diff --git a/gnutls.changes b/gnutls.changes index 11a557f..885fd28 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 4 20:31:19 UTC 2019 - Jan Engelhardt + +- Trim useless %if..%endif guards that do not affect the build. +- Fix language errors in description again. + ------------------------------------------------------------------- Thu Apr 4 13:34:03 UTC 2019 - Jason Sikes diff --git a/gnutls.spec b/gnutls.spec index dd78ec8..d7b6d1e 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -84,7 +84,7 @@ BuildRequires: guile-devel %description The GnuTLS library provides a secure layer over a reliable transport layer. Currently the GnuTLS library implements the proposed standards -of the IETFs TLS working group. +of the IETF's TLS working group. %package -n libgnutls%{gnutls_sover} Summary: The GNU Transport Layer Security Library @@ -94,9 +94,8 @@ Group: System/Libraries %description -n libgnutls%{gnutls_sover} The GnuTLS library provides a secure layer over a reliable transport layer. Currently the GnuTLS library implements the proposed standards -of the IETFs TLS working group. +of the IETF's TLS working group. -%if %{with dane} %package -n libgnutls-dane%{gnutls_dane_sover} Summary: DANE support for the GNU Transport Layer Security Library License: LGPL-2.1-or-later @@ -106,7 +105,6 @@ Group: System/Libraries The GnuTLS project aims to develop a library that provides a secure layer over a reliable transport layer. This package contains the "DANE" part of gnutls. -%endif %package -n libgnutlsxx%{gnutlsxx_sover} Summary: C++ API for the GNU Transport Layer Security Library @@ -115,8 +113,8 @@ Group: System/Libraries %description -n libgnutlsxx%{gnutlsxx_sover} The GnuTLS library provides a secure layer over a reliable transport -layer. -implements the proposed standards of the IETF TLS working group. +layer. Currently the GnuTLS library implements the proposed standards +of the IETF's TLS working group. %package -n libgnutls-devel Summary: Development package for the GnuTLS C API @@ -130,7 +128,6 @@ Provides: gnutls-devel = %{version}-%{release} %description -n libgnutls-devel Files needed for software development using gnutls. -%if %{with dane} %package -n libgnutls-dane-devel Summary: Development package for GnuTLS DANE component License: LGPL-2.1-or-later @@ -139,7 +136,6 @@ Requires: libgnutls-dane%{gnutls_dane_sover} = %{version} %description -n libgnutls-dane-devel Files needed for software development using gnutls. -%endif %package -n libgnutlsxx-devel Summary: Development package for the GnuTLS C++ API