Blame SOURCES/aspell-0.60.5-fileconflict.patch

6446bb
diff -up aspell-0.60.6.1/configure.fc aspell-0.60.6.1/configure
6446bb
--- aspell-0.60.6.1/configure.fc	2011-07-04 10:58:50.000000000 +0200
6446bb
+++ aspell-0.60.6.1/configure	2011-08-16 11:28:58.626771599 +0200
6446bb
@@ -839,6 +839,7 @@ MAINTAINER_MODE_FALSE
6446bb
 MAINT
6446bb
 pkgdocdir
6446bb
 pkgdatadir
6446bb
+pkgdatadir2
6446bb
 pkglibdir
6446bb
 CXX
6446bb
 CXXFLAGS
6446bb
@@ -2634,18 +2635,21 @@ pkgdatadir=undef
6446bb
 # Check whether --enable-pkgdatadir was given.
6446bb
 if test "${enable_pkgdatadir+set}" = set; then
6446bb
   enableval=$enable_pkgdatadir; pkgdatadir=$enable_pkgdatadir
6446bb
+  pkgdatadir2=$enable_pkgdatadir
6446bb
 fi
6446bb
 
6446bb
 
6446bb
 # Check whether --enable-pkgdata-dir was given.
6446bb
 if test "${enable_pkgdata_dir+set}" = set; then
6446bb
   enableval=$enable_pkgdata_dir; pkgdatadir=$enable_dict_dir
6446bb
+  pkgdatadir2=$enable_dict_dir
6446bb
 fi
6446bb
 
6446bb
 
6446bb
 if test "$pkgdatadir" = "undef"
6446bb
 then
6446bb
   pkgdatadir=\${libdir}/aspell-0.60
6446bb
+  pkgdatadir2=${exec_prefix}/lib/aspell-0.60:${exec_prefix}/lib64/aspell-0.60
6446bb
 fi
6446bb
 
6446bb
 
6446bb
@@ -20119,6 +20123,7 @@ MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_F
6446bb
 MAINT!$MAINT$ac_delim
6446bb
 pkgdocdir!$pkgdocdir$ac_delim
6446bb
 pkgdatadir!$pkgdatadir$ac_delim
6446bb
+pkgdatadir2!$pkgdatadir2$ac_delim
6446bb
 pkglibdir!$pkglibdir$ac_delim
6446bb
 CXX!$CXX$ac_delim
6446bb
 CXXFLAGS!$CXXFLAGS$ac_delim
6446bb
@@ -20142,7 +20147,7 @@ ac_ct_CC!$ac_ct_CC$ac_delim
6446bb
 CCDEPMODE!$CCDEPMODE$ac_delim
6446bb
 _ACEOF
6446bb
 
6446bb
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
6446bb
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 98; then
6446bb
     break
6446bb
   elif $ac_last_try; then
6446bb
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
6446bb
diff -up aspell-0.60.6.1/Makefile.in.fc aspell-0.60.6.1/Makefile.in
6446bb
--- aspell-0.60.6.1/Makefile.in.fc	2011-07-04 10:58:49.000000000 +0200
6446bb
+++ aspell-0.60.6.1/Makefile.in	2011-08-16 11:20:09.030887258 +0200
6446bb
@@ -344,6 +344,7 @@ distcleancheck_listfiles = find . -type 
6446bb
 
6446bb
 # These are needed due to a bug in Automake
6446bb
 pkgdatadir = @pkgdatadir@
6446bb
+pkgdatadir2 = @pkgdatadir2@
6446bb
 pkglibdir = @pkglibdir@
6446bb
 ACLOCAL = @ACLOCAL@
6446bb
 AMTAR = @AMTAR@
6446bb
@@ -1932,7 +1933,7 @@ gen/dirs.h: gen/mk-dirs_h.pl
6446bb
 	cd gen; perl mk-dirs_h.pl ${prefix} ${pkgdatadir} ${pkglibdir}  ${sysconfdir} >  dirs.h
6446bb
 
6446bb
 scripts/run-with-aspell: scripts/run-with-aspell.create
6446bb
-	sh ${srcdir}/scripts/run-with-aspell.create ${pkgdatadir} > scripts/run-with-aspell
6446bb
+	sh ${srcdir}/scripts/run-with-aspell.create ${pkgdatadir2} > scripts/run-with-aspell
6446bb
 	chmod 755 scripts/run-with-aspell
6446bb
 @PSPELL_COMPATIBILITY_TRUE@scripts/pspell-config: scripts/mkconfig
6446bb
 @PSPELL_COMPATIBILITY_TRUE@	sh ${srcdir}/scripts/mkconfig ${VERSION} ${datadir} ${pkgdatadir}