]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- don't regenerate am/ac/lt case if you want properly working package
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 Sep 2002 19:07:39 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.36

aspell.spec

index f6dfe612fe6bef0998ecbb15ee6e7bad78991a41..b2fb1cbdbed5b22e80efe7dc8f0df8e9608896e9 100644 (file)
@@ -8,7 +8,6 @@ License:        LGPL
 Group:         Applications/Text
 Vendor:                Kevin Atkinson <kevina@gnu.org>
 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
This page took 0.088226 seconds and 4 git commands to generate.