Update to 0.9pre
This commit is contained in:
parent
9d1febc29f
commit
982747f9b7
@ -1 +1 @@
|
|||||||
gdl-0.8.11.tar.gz
|
gdl-0.9pre.tar.gz
|
||||||
|
13
gdl.spec
13
gdl.spec
@ -1,12 +1,12 @@
|
|||||||
Name: gdl
|
Name: gdl
|
||||||
Version: 0.8.11
|
Version: 0.9
|
||||||
Release: 4%{?dist}
|
Release: 0.pre%{?dist}
|
||||||
Summary: GNU Data Language
|
Summary: GNU Data Language
|
||||||
|
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gnudatalanguage.sourceforge.net/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: readline-devel, ncurses-devel
|
BuildRequires: readline-devel, ncurses-devel
|
||||||
@ -23,11 +23,11 @@ Systems Inc.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}pre
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-fftw \
|
%configure --disable-dependency-tracking --disable-static --with-fftw \
|
||||||
INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \
|
INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \
|
||||||
LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf"
|
LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 24 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-4
|
||||||
- Add --with-fftw to configure
|
- Add --with-fftw to configure
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user