Browse Source

help2man-1.48.5-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
13a90ca857
1 changed files with 6 additions and 13 deletions
  1. 6 13
      h/help2man/help2man-vl.spec

+ 6 - 13
h/help2man/help2man-vl.spec

@@ -1,7 +1,7 @@
 Name:           help2man
 Summary:        Create simple man pages from --help output
 Summary(ja):    --help の出力から簡単なマニュアルページを生成するツール
-Version:        1.48.4
+Version:        1.48.5
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -13,8 +13,7 @@ URL:            https://www.gnu.org/software/help2man/
 Source:         https://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires(post): /sbin/install-info
-Requires(preun):/sbin/install-info
+Requires:       /sbin/install-info
 Requires:       perl-gettext
 BuildRequires:  perl-gettext
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -70,16 +69,6 @@ make install_l10n DESTDIR=$RPM_BUILD_ROOT
 rm -fr $RPM_BUILD_ROOT
 
 
-%post
-/sbin/install-info %{_infodir}/help2man.info %{_infodir}/dir 2>/dev/null || :
-
-%preun
-if [ $1 -eq 0 ]; then
-  /sbin/install-info --delete %{_infodir}/help2man.info \
-    %{_infodir}/dir 2>/dev/null || :
-fi
-
-
 %files -f %{name}.lang
 %defattr(-, root, root,-)
 %license COPYING
@@ -112,6 +101,10 @@ fi
 
 
 %changelog
+* Tue Sep 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.48.5-1
+- new upstream release.
+- dropped install-info scriptlets.
+
 * Sat Aug 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.48.4-1
 - new upstream release.