rpms/gdl/devel gdl.spec,1.5,1.6

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Nov 21 18:24:26 UTC 2005


Author: orion

Update of /cvs/extras/rpms/gdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3647

Modified Files:
	gdl.spec 
Log Message:
- Upstream 0.8.11
- Remove hdf patch fixed upstream
- Remove X11R6 lib path - not needed with modular X



Index: gdl.spec
===================================================================
RCS file: /cvs/extras/rpms/gdl/devel/gdl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdl.spec	16 Nov 2005 17:55:21 -0000	1.5
+++ gdl.spec	21 Nov 2005 18:24:24 -0000	1.6
@@ -1,19 +1,19 @@
 Name:           gdl
-Version:        0.8.10
-Release:        4%{?dist}
+Version:        0.8.11
+Release:        1%{?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
-Patch0:         gdl-0.8.10-hdf5.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  readline-devel, ncurses-devel
 BuildRequires:  gsl-devel, plplot-devel, ImageMagick-c++-devel
 BuildRequires:  netcdf-devel, hdf5-devel, libjpeg-devel
 BuildRequires:  python-devel, python-numarray, python-matplotlib
+BuildRequires:  fftw3-devel
 %ifnarch ppc ppc64
 BuildRequires:  hdf-devel
 %define hdfconfig %{nil}
@@ -34,13 +34,12 @@
 
 %prep
 %setup -q
-%patch -p1 -b .orig
 
 
 %build
 %configure --disable-static %{hdfconfig} \
            INCLUDES="-I/usr/include/netcdf-3 %{hdfinclude}" \
-           LIBS="-L%{_libdir}/netcdf-3 %{hdflib} -L/usr/X11R6/%{_lib}"
+           LIBS="-L%{_libdir}/netcdf-3 %{hdflib}"
 make %{?_smp_mflags}
 
 
@@ -60,6 +59,11 @@
 
 
 %changelog
+* Mon Nov 21 2005 - Orion Poplawski <orion at 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
+
 * Wed Nov 16 2005 - Orion Poplawski <orion at cora.nwra.com> - 0.8.10-4
 - Update for new ImageMagick version
 




More information about the fedora-extras-commits mailing list