Merge remote-tracking branch 'origin/BUGFIX/downloadLinkForLibMesquite'

This commit is contained in:
Dominik Christ 2014-03-20 16:30:50 +00:00
commit efc0cde05f
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ fi
# Mesquite # Mesquite
if [ -z "$MESQUITE_SYSTEM" ] if [ -z "$MESQUITE_SYSTEM" ]
then then
( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://software.sandia.gov/~jakraft/mesquite-2.1.2.tar.gz ) ( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://downloads.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/mesquite-2.1.2.tar.gz )
else else
echo "Using system installed Mesquite" echo "Using system installed Mesquite"
echo "" echo ""

View file

@ -75,7 +75,7 @@ License: Unkown
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
URL: http://software.sandia.gov/~jakraft URL: http://downloads.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/
Source: %url/%{name}-%{version}.tar.gz Source: %url/%{name}-%{version}.tar.gz
Prefix: %{_prefix} Prefix: %{_prefix}
Group: Development/Tools Group: Development/Tools