Browse Source

gnutls-3.7.6-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
1efc825e2a
1 changed files with 5 additions and 16 deletions
  1. 5 16
      g/gnutls/gnutls-vl.spec

+ 5 - 16
g/gnutls/gnutls-vl.spec

@@ -6,7 +6,7 @@
 Summary:	GNU TLS Library
 Summary(ja):	GNU TLS ライブラリ
 Name:		gnutls
-Version:	3.7.4
+Version:	3.7.6
 Release:	1%{?_dist_release}
 Group:		system,security
 Vendor:		Project Vine
@@ -46,8 +46,6 @@ Requires:	zlib
 # for tests
 BuildRequires:	net-tools
 
-Requires(post):	ldconfig
-Requires(postun):	ldconfig
 
 %description
 GnuTLS is a project that aims to develop a library which provides a secure
@@ -77,7 +75,6 @@ Requires:	libgcrypt-devel, zlib-devel, pkgconfig
 Requires:	libtasn1-devel, nettle-devel
 Provides:	pkgconfig(gnutls) = %{version}
 Provides:	pkgconfig(gnutls-dane) = %{version}
-Requires(post,preun): /sbin/install-info
 
 %description devel
 GnuTLS is a project that aims to develop a library which provides a secure
@@ -152,7 +149,6 @@ Group:		programming,legacy
 Requires:	compat32-%{name} = %{version}-%{release}
 Requires:	%{name}-devel = %{version}-%{release}
 Requires:	compat32-libgcrypt-devel, compat32-zlib-devel
-Requires(post,preun): /sbin/install-info
 
 %description -n compat32-%{name}-devel
 GnuTLS is a project that aims to develop a library which provides a secure
@@ -239,17 +235,6 @@ make check %{?_smp_mflags}
 rm -rf %{buildroot}
 
 
-%post devel
-if [ -f %{_infodir}/gnutls.info.gz ]; then
-    /sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
-fi
-
-%preun devel
-if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
-   /sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
-fi
-
-
 %files -f gnutls.lang
 %defattr(-,root,root,-)
 %{_libdir}/libgnutls.so.30*
@@ -312,6 +297,10 @@ fi
 
 
 %changelog
+* Wed Jun 08 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.6-1
+- new upstream release.
+- dropped install-info scriptlets.
+
 * Mon May 09 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.4-1
 - new upstream release.