Blame SOURCES/aspell-0.60.5-fileconflict.patch

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