diff --git a/givaro.spec b/givaro.spec index e218982..a093537 100644 --- a/givaro.spec +++ b/givaro.spec @@ -26,7 +26,10 @@ License: CECILL-B Group: Productivity/Scientific/Math Url: http://givaro.forge.imag.fr/ -Source: http://forge.imag.fr/frs/download.php/370/%name-%version.tar.gz +# For every version, the damn link changes. The basename is ignored, but what +# matters to the FRS is the file ID after "download.php". For example, /370 +# will always pull givaro-3.7.2.tar.gz. +Source: http://forge.imag.fr/frs/download.php/592/%name-%version.tar.gz Patch1: givaro-doc-no-build-time.patch # Old doxygen does not properly handle symlink recursion BuildRequires: doxygen >= 1.5.7.1 @@ -106,7 +109,8 @@ the Givaro API. %patch1 -p1 %build -%configure --disable-static --enable-doc --with-docdir="%_docdir/%name" +%configure --disable-static --enable-doc --with-docdir="%_docdir/%name" \ + --enable-silent-rules make %{?_smp_mflags} %install