rpms/gdl/devel gdl.spec,1.46,1.47

Orion Poplawski orion at fedoraproject.org
Mon Mar 16 15:21:37 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/gdl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27534

Modified Files:
	gdl.spec 
Log Message:
* Mon Mar 16 2009 - Orion Poplawski <orion at cora.nwra.com> - 0.9-0.5.rc2.20090312
- Back off building python module until configure macro is updated



Index: gdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdl/devel/gdl.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- gdl.spec	12 Mar 2009 15:06:07 -0000	1.46
+++ gdl.spec	16 Mar 2009 15:21:05 -0000	1.47
@@ -2,7 +2,7 @@
 
 Name:           gdl
 Version:        0.9
-Release:        0.4.rc2.20090312%{?dist}
+Release:        0.5.rc2.20090312%{?dist}
 Summary:        GNU Data Language
 
 Group:          Applications/Engineering
@@ -52,16 +52,6 @@
 Common files for GDL
 
 
-%package        python
-Summary:        GDL Python Module
-Group:          Applications/Engineering
-Requires:       %{name}-common = %{version}-%{release}
-Provides:       %{name}-runtime = %{version}-%{release}
-
-%description    python
-The %{name}-python package contains GDL built as a Python module.
-
-
 %prep
 %setup -q -n %{name}-%{version}rc2-20090312
 %patch1 -p1 -b .ppc64
@@ -74,35 +64,16 @@
 %build
 export CPPFLAGS="-DH5_USE_16_API"
 %global _configure ../configure
-mkdir standalone python
-pushd standalone
-ln -s ../configure .
-%configure --disable-dependency-tracking --disable-static --with-fftw \
-           INCLUDES="-I/usr/include/netcdf -I/usr/include/hdf" \
-           LIBS="-L%{_libdir}/hdf"
-make %{?_smp_mflags}
-popd
-pushd python
-ln -s ../configure .
 %configure --disable-dependency-tracking --disable-static --with-fftw \
-           --enable-python_module \
            INCLUDES="-I/usr/include/netcdf -I/usr/include/hdf" \
            LIBS="-L%{_libdir}/hdf"
 make %{?_smp_mflags}
-popd
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-pushd standalone
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -r $RPM_BUILD_ROOT%{_libdir}
-popd
-
-pushd python
-mkdir -p $RPM_BUILD_ROOT%{python_sitearch}
-cp -a src/.libs/libgdl.so.0.0.0 $RPM_BUILD_ROOT%{python_sitearch}/GDL.so
-popd
 
 # Install the library
 install -d -m 0755 $RPM_BUILD_ROOT/%{_datadir}
@@ -128,13 +99,11 @@
 %defattr(-,root,root,-)
 %{_datadir}/gdl/
 
-%files python
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS PYTHON.txt README TODO
-%{python_sitearch}/GDL.so
-
 
 %changelog
+* Mon Mar 16 2009 - Orion Poplawski <orion at cora.nwra.com> - 0.9-0.5.rc2.20090312
+- Back off building python module until configure macro is updated
+
 * Thu Mar 12 2009 - Orion Poplawski <orion at cora.nwra.com> - 0.9-0.4.rc2.20090312
 - Update to 0.9rc2 cvs 20090312
 - Rebase antlr patch




More information about the fedora-extras-commits mailing list