mirror of
https://abf.rosa.ru/djam/automake.git
synced 2025-02-23 08:22:53 +00:00
1.16.5
This commit is contained in:
parent
8d4e66811f
commit
117ac2614b
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue