|
@@ -6,7 +6,7 @@ Summary(ja): Makefile を自動生成するための GNU ツール
|
|
Name: automake
|
|
Name: automake
|
|
Version: 1.16.5
|
|
Version: 1.16.5
|
|
%define api_version %(echo %{version} | cut -d . -f 1-2)
|
|
%define api_version %(echo %{version} | cut -d . -f 1-2)
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Group: programming
|
|
Group: programming
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -17,6 +17,7 @@ URL: http://sources.redhat.com/automake
|
|
Source: https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
|
|
Source: https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
|
|
Source2: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
|
Source2: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
|
Source3: http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
|
|
Source3: http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
|
|
|
|
+Patch1000: python10-15.patch
|
|
|
|
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -106,6 +107,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Oct 28 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.5-2
|
|
|
|
+- added Patch1000 to support python3-3.11.
|
|
|
|
+
|
|
* Fri Oct 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.5-1
|
|
* Fri Oct 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.5-1
|
|
- updated to 1.16.5.
|
|
- updated to 1.16.5.
|
|
- dropped install-info scriptltes.
|
|
- dropped install-info scriptltes.
|