From 117ac2614b5026863f7d4a8e5b339c766d8c0074 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Wed, 25 Oct 2023 15:13:29 +0000 Subject: [PATCH] 1.16.5 --- automake.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/automake.spec b/automake.spec index 83325b1..da04192 100644 --- a/automake.spec +++ b/automake.spec @@ -56,7 +56,7 @@ Autoconf package. %files %doc AUTHORS ChangeLog NEWS README THANKS -%optional %doc %{_docdir}/%{name}/amhello* +#doc %{_docdir}/%{name}/amhello* %{_bindir}/automake %{_bindir}/aclocal %{_bindir}/fix-old-automake-files @@ -87,13 +87,16 @@ Autoconf package. #---------------------------------------------------------------------------- %prep -%autosetup -p1 +#autosetup -p1 +%setup -q # Restore date changed in Patch2 touch -r m4/init.m4 m4/sanity.m4 %build %define _disable_rebuild_configure 1 -%configure + +./configure --prefix=%{_prefix} + %make_build %check