Update to 0.9pre

This commit is contained in:
Orion Poplawski 2006-04-04 17:38:20 +00:00
parent 9d1febc29f
commit 982747f9b7
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
gdl-0.8.11.tar.gz
gdl-0.9pre.tar.gz

View File

@ -1,12 +1,12 @@
Name: gdl
Version: 0.8.11
Release: 4%{?dist}
Version: 0.9
Release: 0.pre%{?dist}
Summary: GNU Data Language
Group: Applications/Engineering
License: GPL
URL: http://gnudatalanguage.sourceforge.net/
Source0: http://dl.sf.net/gnudata/%{name}-%{version}.tar.gz
Source0: http://dl.sf.net/gnudata/%{name}-%{version}pre.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel, ncurses-devel
@ -23,11 +23,11 @@ Systems Inc.
%prep
%setup -q
%setup -q -n %{name}-%{version}pre
%build
%configure --disable-static --with-fftw \
%configure --disable-dependency-tracking --disable-static --with-fftw \
INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \
LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf"
make %{?_smp_mflags}
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Apr 3 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.9-0.pre
- Update to 0.9pre
* Fri Feb 24 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-4
- Add --with-fftw to configure

View File

@ -1 +1 @@
837365b860889de03483cf84ae15b9b3 gdl-0.8.11.tar.gz
b05a9eea1bad9fef0b386f16231a4140 gdl-0.9pre.tar.gz