|
@@ -1,12 +1,11 @@
|
|
# run "make check" by default
|
|
# run "make check" by default
|
|
%bcond_without check
|
|
%bcond_without check
|
|
|
|
|
|
-%define api_version 1.16
|
|
|
|
-
|
|
|
|
Summary: A GNU tool for automatically creating Makefiles.
|
|
Summary: A GNU tool for automatically creating Makefiles.
|
|
Summary(ja): Makefile を自動生成するための GNU ツール
|
|
Summary(ja): Makefile を自動生成するための GNU ツール
|
|
Name: automake
|
|
Name: automake
|
|
-Version: %{api_version}.3
|
|
+Version: 1.16.4
|
|
|
|
+%define api_version %(echo %{version} | cut -d . -f 1-2)
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: programming
|
|
Group: programming
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -116,6 +115,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.4-1
|
|
|
|
+- updated to 1.16.4.
|
|
|
|
+
|
|
* Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.3-1
|
|
* Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.3-1
|
|
- updated to 1.16.3.
|
|
- updated to 1.16.3.
|
|
- dropped Patch0: got same effect by sed.
|
|
- dropped Patch0: got same effect by sed.
|