|
@@ -4,7 +4,7 @@
|
|
|
Summary: A GNU tool for automatically creating Makefiles.
|
|
|
Summary(ja): Makefile を自動生成するための GNU ツール
|
|
|
Name: automake
|
|
|
-Version: 1.16.4
|
|
|
+Version: 1.16.5
|
|
|
%define api_version %(echo %{version} | cut -d . -f 1-2)
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: programming
|
|
@@ -91,15 +91,6 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
-%post
|
|
|
-/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir ||:
|
|
|
-
|
|
|
-%preun
|
|
|
-if [ $1 = 0 ]; then
|
|
|
- /sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir ||:
|
|
|
-fi
|
|
|
-
|
|
|
-
|
|
|
%files
|
|
|
%defattr(-,root,root)
|
|
|
%license COPYING*
|
|
@@ -115,6 +106,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Oct 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.5-1
|
|
|
+- updated to 1.16.5.
|
|
|
+- dropped install-info scriptltes.
|
|
|
+
|
|
|
* Fri Jul 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.4-1
|
|
|
- updated to 1.16.4.
|
|
|
|