From 310e1b4d853d69a5f967c79c97b3868a4eb4c3ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 22 Sep 2002 19:07:39 +0000 Subject: [PATCH] - don't regenerate am/ac/lt case if you want properly working package Changed files: aspell.spec -> 1.36 --- aspell.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspell.spec b/aspell.spec index f6dfe61..b2fb1cb 100644 --- a/aspell.spec +++ b/aspell.spec @@ -8,7 +8,6 @@ License: LGPL Group: Applications/Text Vendor: Kevin Atkinson Source0: ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz -Patch0: %{name}-libstdc++.patch URL: http://aspell.net/ BuildRequires: autoconf BuildRequires: automake @@ -71,13 +70,14 @@ statyczne aspella. %prep %setup -q -%patch0 -p1 %build -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__automake} +# don't regenerate that stuff - cvs version of libtool is required for that +# (1.4.2 is too old) +#%%{__libtoolize} +#%%{__aclocal} +#%%{__autoconf} +#%%{__automake} %configure \ --enable-shared \ --enable-static -- 2.44.0