]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- fixed libtool patch (inst_prefix case was in wrong place) - now aspell
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Oct 2002 21:47:35 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  builds correctly
- BuildConflicts: aspell-devel < 0.50 (to avoid linking libpspell with
  -laspell with old SONAME)

Changed files:
    aspell-libtool.patch -> 1.2
    aspell.spec -> 1.38

aspell-libtool.patch
aspell.spec

index 5659e7624ea6bae79ded948bc106bebfe8c356f3..d4b1ab975e0a4a71dea6f8e17167101234951162 100644 (file)
@@ -10,17 +10,17 @@ diff -urN aspell-0.50.2.orig/ltmain.sh aspell-0.50.2/ltmain.sh
      avoid_version=no
      dlfiles=
 @@ -902,6 +903,11 @@
-           prev=
-           continue
-           ;;
-+        inst_prefix)
-+          inst_prefix_dir="$arg"
-+          prev=
-+          continue
-+          ;;
-         self)
-           if test "$prev" = dlprefiles; then
-             dlself=yes
+         prev=
+         continue
+         ;;
++      inst_prefix)
++        inst_prefix_dir="$arg"
++        prev=
++        continue
++        ;;
+       release)
+         release="-$arg"
+         prev=
 @@ -1146,6 +1152,10 @@
        fi
        continue
index 18c863b6c1b4c58e6fb1bb034d8b48e4e593b86b..bb1cdd560a1549f85d4bdcd5314663e9e98b0251 100644 (file)
@@ -14,6 +14,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildConflicts:        aspell-devel < 0.50
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libaspell10
 Obsoletes:     pspell
This page took 0.117684 seconds and 4 git commands to generate.