diff --git a/.cvsignore b/.cvsignore index 07634d2..115182b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ bibletime-1.6.5.1.tar.bz2 +bibletime-i18n-1.6.5.tar.bz2 diff --git a/bibletime.spec b/bibletime.spec index f8726cf..fe816ed 100644 --- a/bibletime.spec +++ b/bibletime.spec @@ -31,11 +31,13 @@ BibleTime is a frontend for the SWORD Bible Framework. unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure --disable-rpath -make %{?_smp_mflags} +make +#make %{?_smp_mflags} cd %{name}-i18n-1.6.5 %configure --disable-rpath -make %{?_smp_mflags} +make +#make %{?_smp_mflags} %install %{__rm} -rf %{buildroot} @@ -92,6 +94,7 @@ touch --no-create %{_datadir}/icons/hicolor || : %changelog * Mon May 26 2008 Deji Akingunola - 1.6.5.1-1 - Update to 1.6.5.1 +- Disable parallel make, it causes build error. * Fri Nov 09 2007 Deji Akingunola 1.6.5-1 - 1.6.5 diff --git a/sources b/sources index 50eb68b..255e89e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ c54f2d298d7568ca41b0815097abff37 bibletime-1.6.5.1.tar.bz2 +afe5c92f212951c3949ac010ae20ef7b bibletime-i18n-1.6.5.tar.bz2