gdl/gdl.spec

81 lines
2.3 KiB
RPMSpec
Raw Normal View History

Name: gdl
2006-04-04 17:38:20 +00:00
Version: 0.9
Release: 0.pre%{?dist}
Summary: GNU Data Language
Group: Applications/Engineering
License: GPL
URL: http://gnudatalanguage.sourceforge.net/
2006-04-04 17:38:20 +00:00
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
BuildRequires: gsl-devel, plplot-devel, ImageMagick-c++-devel
2005-09-22 17:21:53 +00:00
BuildRequires: netcdf-devel, hdf5-devel, libjpeg-devel
BuildRequires: python-devel, python-numarray, python-matplotlib
2006-02-02 23:25:07 +00:00
BuildRequires: fftw-devel, hdf-devel
2005-09-22 17:21:53 +00:00
%description
A free IDL (Interactive Data Language) compatible incremental compiler
(ie. runs IDL programs). IDL is a registered trademark of Research
Systems Inc.
%prep
2006-04-04 17:38:20 +00:00
%setup -q -n %{name}-%{version}pre
%build
2006-04-04 17:38:20 +00:00
%configure --disable-dependency-tracking --disable-static --with-fftw \
2006-02-02 22:42:40 +00:00
INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \
LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf"
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -r $RPM_BUILD_ROOT/%{_libdir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING HACKING NEWS PYTHON.txt README TODO
%{_bindir}/gdl
%changelog
2006-04-04 17:38:20 +00:00
* Mon Apr 3 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.9-0.pre
- Update to 0.9pre
2006-02-24 20:10:58 +00:00
* Fri Feb 24 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-4
- Add --with-fftw to configure
2006-02-02 22:42:40 +00:00
* Thu Feb 2 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-3
- Enable hdf for ppc
2006-02-02 23:25:07 +00:00
- Change fftw3 to fftw
2006-02-02 22:42:40 +00:00
2006-01-03 21:32:20 +00:00
* Tue Jan 3 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-2
- Rebuild
* Mon Nov 21 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-1
- Upstream 0.8.11
- Remove hdf patch fixed upstream
- Remove X11R6 lib path - not needed with modular X
2005-11-16 17:55:21 +00:00
* Wed Nov 16 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.10-4
- Update for new ImageMagick version
2005-09-22 17:36:40 +00:00
* Thu Sep 22 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.10-3
- Disable hdf with configure on ppc
2005-09-22 17:21:53 +00:00
* Thu Sep 22 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.10-2
- Don't include hdf support on ppc
* Fri Aug 19 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.10-1
- Initial Fedora Extras version