2018-01-21 13:20:46 +00:00
|
|
|
%if 0%{?rhel} < 7
|
|
|
|
%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
|
|
|
|
%endif
|
|
|
|
|
2005-07-25 18:07:39 +00:00
|
|
|
Name: hdf
|
2017-07-21 20:27:53 +00:00
|
|
|
Version: 4.2.13
|
2018-02-05 17:23:55 +00:00
|
|
|
Release: 7%{?dist}
|
2005-07-25 18:07:39 +00:00
|
|
|
Summary: A general purpose library and file format for storing scientific data
|
2007-08-24 15:49:21 +00:00
|
|
|
License: BSD
|
2005-07-25 18:07:39 +00:00
|
|
|
Group: System Environment/Libraries
|
2008-10-01 17:16:30 +00:00
|
|
|
URL: http://hdfgroup.org/products/hdf4/index.html
|
2010-03-02 20:45:51 +00:00
|
|
|
Source0: ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/%{name}-%{version}.tar.bz2
|
|
|
|
Patch0: hdf-4.2.5-maxavailfiles.patch
|
2012-02-15 17:16:12 +00:00
|
|
|
Patch1: hdf-ppc.patch
|
2010-03-02 20:45:51 +00:00
|
|
|
Patch2: hdf-4.2.4-sparc.patch
|
2014-02-14 17:35:08 +00:00
|
|
|
Patch3: hdf-s390.patch
|
|
|
|
Patch4: hdf-arm.patch
|
|
|
|
# Support DESTDIR in install-examples
|
|
|
|
Patch5: hdf-destdir.patch
|
|
|
|
# Install examples into the right location
|
|
|
|
Patch6: hdf-examplesdir.patch
|
2014-06-24 16:00:58 +00:00
|
|
|
# Add AArch64 definitions
|
|
|
|
Patch8: hdf-4.2.10-aarch64.patch
|
2014-09-04 02:50:29 +00:00
|
|
|
# ppc64le support
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1134385
|
|
|
|
Patch9: hdf-ppc64le.patch
|
2014-06-24 16:00:58 +00:00
|
|
|
|
2017-07-21 20:27:53 +00:00
|
|
|
# Fix syntax error on epel6 builds
|
|
|
|
# Use only if java is disabled
|
|
|
|
Patch10: hdf-avoid_syntax_error_el6.patch
|
|
|
|
|
2014-02-14 17:35:08 +00:00
|
|
|
# For destdir/examplesdir patches
|
|
|
|
BuildRequires: automake libtool
|
2018-01-21 13:20:46 +00:00
|
|
|
BuildRequires: flex byacc libjpeg-devel zlib-devel %{!?el6:libaec-devel}
|
2018-01-17 06:35:57 +00:00
|
|
|
BuildRequires: libtirpc-devel
|
2005-07-25 18:07:39 +00:00
|
|
|
BuildRequires: gcc-gfortran
|
2007-04-20 17:16:29 +00:00
|
|
|
|
2005-07-25 18:07:39 +00:00
|
|
|
%description
|
|
|
|
HDF is a general purpose library and file format for storing scientific data.
|
|
|
|
HDF can store two primary objects: datasets and groups. A dataset is
|
|
|
|
essentially a multidimensional array of data elements, and a group is a
|
|
|
|
structure for organizing objects in an HDF file. Using these two basic
|
|
|
|
objects, one can create and store almost any kind of scientific data
|
|
|
|
structure, such as images, arrays of vectors, and structured and unstructured
|
|
|
|
grids. You can also mix and match them in HDF files according to your needs.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: HDF development files
|
|
|
|
Group: Development/Libraries
|
2009-04-07 15:03:05 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2018-01-21 13:20:46 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2018-02-05 17:23:55 +00:00
|
|
|
Requires: libjpeg-devel
|
|
|
|
Requires: libtirpc-devel
|
|
|
|
Requires: zlib-devel
|
2005-07-25 18:07:39 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
HDF development headers and libraries.
|
|
|
|
|
|
|
|
%prep
|
2010-03-02 20:45:51 +00:00
|
|
|
%setup -q
|
2008-09-21 08:32:09 +00:00
|
|
|
%patch0 -p1 -b .maxavailfiles
|
2007-05-11 15:16:17 +00:00
|
|
|
%patch1 -p1 -b .ppc
|
2008-01-07 21:17:13 +00:00
|
|
|
%patch2 -p1 -b .sparc
|
2008-02-05 18:56:15 +00:00
|
|
|
%patch3 -p1 -b .s390
|
2012-03-14 20:28:17 +00:00
|
|
|
%patch4 -p1 -b .arm
|
2014-02-14 17:35:08 +00:00
|
|
|
%patch5 -p1 -b .destdir
|
2017-07-21 20:27:53 +00:00
|
|
|
%patch6 -p0 -b .examplesdir
|
2014-06-24 16:00:58 +00:00
|
|
|
%patch8 -p1 -b .aarch64
|
2014-09-04 02:50:29 +00:00
|
|
|
%patch9 -p1 -b .ppc64le
|
2005-07-25 18:07:39 +00:00
|
|
|
|
2017-07-21 20:27:53 +00:00
|
|
|
## Fix syntax error bacause 'CLASSPATH_ENV=$H4_CLASSPATH' line on epel6 builds
|
|
|
|
# Use only if java is disabled
|
|
|
|
%if 0%{?rhel} < 7
|
|
|
|
%patch10 -p0
|
|
|
|
%endif
|
|
|
|
|
2007-10-17 22:40:10 +00:00
|
|
|
chmod a-x *hdf/*/*.c hdf/*/*.h
|
2007-10-29 10:42:42 +00:00
|
|
|
# restore include file timestamps modified by patching
|
2008-03-02 20:31:05 +00:00
|
|
|
touch -c -r ./hdf/src/hdfi.h.ppc ./hdf/src/hdfi.h
|
2007-10-17 22:40:10 +00:00
|
|
|
|
2005-07-25 18:07:39 +00:00
|
|
|
%build
|
2014-06-25 13:07:14 +00:00
|
|
|
# For destdir/examplesdir patches
|
|
|
|
autoreconf -vif
|
2007-10-29 10:42:42 +00:00
|
|
|
# avoid upstream compiler flags settings
|
2007-10-17 22:40:10 +00:00
|
|
|
rm config/*linux-gnu
|
2018-01-17 06:35:57 +00:00
|
|
|
# TODO: upstream fix
|
2018-01-21 13:20:46 +00:00
|
|
|
# Shared libraries disabled: libmfhdf.so is not correctly compiled
|
|
|
|
# for missing link to libdf.so
|
|
|
|
export CFLAGS="%{optflags} -fPIC -I%{_includedir}/tirpc"
|
|
|
|
export LDFLAGS="%{__global_ldflags} -ltirpc"
|
|
|
|
export FFLAGS="%{optflags} -fPIC -ffixed-line-length-none"
|
2017-07-21 20:27:53 +00:00
|
|
|
%configure --disable-production --disable-java --disable-netcdf \
|
2018-01-21 13:20:46 +00:00
|
|
|
--enable-shared=no --enable-static=yes --enable-fortran %{!?el6:--with-szlib} \
|
2007-10-17 22:40:10 +00:00
|
|
|
--includedir=%{_includedir}/%{name} --libdir=%{_libdir}/%{name}
|
2018-01-21 13:20:46 +00:00
|
|
|
%make_build
|
2005-07-25 18:07:39 +00:00
|
|
|
|
2007-10-29 10:42:42 +00:00
|
|
|
# correct the timestamps based on files used to generate the header files
|
2008-03-02 20:31:05 +00:00
|
|
|
touch -c -r hdf/src/hdf.inc hdf/src/hdf.f90
|
|
|
|
touch -c -r hdf/src/dffunc.inc hdf/src/dffunc.f90
|
|
|
|
touch -c -r mfhdf/fortran/mffunc.inc mfhdf/fortran/mffunc.f90
|
2007-10-29 10:42:42 +00:00
|
|
|
# netcdf fortran include need same treatement, but they are not shipped
|
2007-04-20 17:16:29 +00:00
|
|
|
|
2005-07-25 18:07:39 +00:00
|
|
|
%install
|
2018-01-21 13:20:46 +00:00
|
|
|
%make_install
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/%{name}/*.la
|
|
|
|
|
2005-07-25 18:07:39 +00:00
|
|
|
#Don't conflict with netcdf
|
2007-10-29 10:42:42 +00:00
|
|
|
for file in ncdump ncgen; do
|
2016-05-26 03:45:53 +00:00
|
|
|
mv %{buildroot}%{_bindir}/$file %{buildroot}%{_bindir}/h$file
|
2007-10-29 10:42:42 +00:00
|
|
|
# man pages are the same than netcdf ones
|
2016-05-26 03:45:53 +00:00
|
|
|
rm %{buildroot}%{_mandir}/man1/${file}.1
|
2007-10-29 10:42:42 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
# this is done to have the same timestamp on multiarch setups
|
2018-01-21 13:20:46 +00:00
|
|
|
touch -c -r README.txt %{buildroot}%{_includedir}/hdf/h4config.h
|
2007-10-29 10:42:42 +00:00
|
|
|
|
|
|
|
# Remove an autoconf conditional from the API that is unused and cause
|
|
|
|
# the API to be different on x86 and x86_64
|
2018-01-21 13:20:46 +00:00
|
|
|
pushd %{buildroot}%{_includedir}/hdf
|
2007-10-29 10:42:42 +00:00
|
|
|
grep -v 'H4_SIZEOF_INTP' h4config.h > h4config.h.tmp
|
2008-03-02 20:31:05 +00:00
|
|
|
touch -c -r h4config.h h4config.h.tmp
|
2007-10-29 10:42:42 +00:00
|
|
|
mv h4config.h.tmp h4config.h
|
|
|
|
popd
|
2007-04-20 17:16:29 +00:00
|
|
|
|
2018-01-21 13:20:46 +00:00
|
|
|
# ./testdhf fails on f28-i386 only with
|
|
|
|
# --> /bin/sh: line 25: 22535 Segmentation fault (core dumped) srcdir="." ./${tname} >> ${log} 2>&1
|
|
|
|
# but not by an arch-override=i386 ?!
|
|
|
|
%if 0%{?fedora} >= 28
|
|
|
|
%ifnarch %{ix86}
|
2005-07-25 18:07:39 +00:00
|
|
|
%check
|
2018-01-21 13:20:46 +00:00
|
|
|
make -j1 check
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if 0%{?fedora} < 28
|
|
|
|
%check
|
|
|
|
make -j1 check
|
|
|
|
%endif
|
2007-04-20 17:16:29 +00:00
|
|
|
|
2005-07-25 18:07:39 +00:00
|
|
|
%files
|
2016-05-26 03:45:53 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc MANIFEST README.txt release_notes/*.txt
|
2014-02-14 17:35:08 +00:00
|
|
|
%exclude %{_defaultdocdir}/%{name}/examples
|
2005-07-25 18:07:39 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man1/*.gz
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_libdir}/%{name}/
|
2014-02-14 17:35:08 +00:00
|
|
|
%{_defaultdocdir}/%{name}/examples
|
2005-07-25 18:07:39 +00:00
|
|
|
|
|
|
|
%changelog
|
2018-02-05 17:23:55 +00:00
|
|
|
* Mon Feb 5 2018 Orion Poplawski <orion@nwra.com> - 4.2.13-7
|
|
|
|
- Make hdf-devel require libtirpc-devel
|
|
|
|
|
2018-02-02 15:33:04 +00:00
|
|
|
* Fri Feb 02 2018 Orion Poplawski <orion@cora.nwra.com> - 4.2.13-6
|
|
|
|
- Rebuild for gcc 8.0
|
|
|
|
|
2018-01-21 13:20:46 +00:00
|
|
|
* Sat Jan 20 2018 Antonio Trande <sagitter@fedoraproject.org> 4.2.13-5
|
|
|
|
- Enable szlib support
|
|
|
|
|
2018-01-17 06:35:57 +00:00
|
|
|
* Wed Jan 17 2018 Pavel Raiskup <praiskup@redhat.com> - 4.2.13-4
|
|
|
|
- rpc api moved from glibc to libtirpc:
|
|
|
|
https://fedoraproject.org/wiki/Changes/SunRPCRemoval
|
|
|
|
|
2017-08-02 23:24:36 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.13-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 12:35:27 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-21 20:27:53 +00:00
|
|
|
* Fri Jul 21 2017 Antonio Trande <sagitter@fedoraproject.org> 4.2.13-1
|
|
|
|
- Update to 4.2.13
|
|
|
|
|
2017-02-10 12:35:10 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-31 22:36:17 +00:00
|
|
|
* Tue Jan 31 2017 Orion Poplawski <orion@cora.nwra.com> 4.2.12-1
|
|
|
|
- Update to 4.2.12
|
|
|
|
|
2016-05-26 03:45:53 +00:00
|
|
|
* Wed May 25 2016 Orion Poplawski <orion@cora.nwra.com> 4.2.11-4
|
|
|
|
- Cleanup spec
|
|
|
|
- Remove .la files
|
|
|
|
- Use %%license
|
|
|
|
|
2016-02-03 23:44:25 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 10:21:18 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-13 21:51:38 +00:00
|
|
|
* Fri Feb 13 2015 Orion Poplawski <orion@cora.nwra.com> 4.2.11-1
|
|
|
|
- Update to 4.2.11
|
|
|
|
- Drop format patch applied upstream
|
|
|
|
- Update destdir patch
|
|
|
|
|
2014-09-08 20:59:49 +00:00
|
|
|
* Mon Sep 8 2014 Orion Poplawski <orion@cora.nwra.com> - 4.2.10-7
|
|
|
|
- Updated patch for ppc64le support (bug #1134385)
|
|
|
|
|
2014-09-04 02:50:29 +00:00
|
|
|
* Wed Sep 3 2014 Orion Poplawski <orion@cora.nwra.com> - 4.2.10-6
|
|
|
|
- Add initial attempt at ppc64le support (bug #1134385)
|
|
|
|
|
2014-08-16 20:18:45 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-25 13:07:48 +00:00
|
|
|
* Wed Jun 25 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> 4.2.10-4
|
2014-06-24 16:00:58 +00:00
|
|
|
- Add AArch64 support.
|
|
|
|
|
2014-06-07 19:56:00 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-22 09:09:48 +00:00
|
|
|
* Thu May 22 2014 Jakub Čajka <jcajka@redhat.com> 4.2.10-2
|
|
|
|
- Fixed build/tests on s390x
|
|
|
|
- Tests enabled on ppc
|
|
|
|
|
2014-02-14 17:35:08 +00:00
|
|
|
* Fri Feb 14 2014 Orion Poplawski <orion@cora.nwra.com> 4.2.10-1
|
|
|
|
- Update to 4.2.10
|
|
|
|
- Rebase arm, ppc, and s390 patches
|
|
|
|
- Add destdir, examplesdir patches to fix installation of examples
|
|
|
|
|
2014-02-01 16:11:30 +00:00
|
|
|
* Sat Feb 1 2014 Orion Poplawski <orion@cora.nwra.com> 4.2.9-4
|
|
|
|
- Fix build with -Werror=format-security (bug #1037120)
|
|
|
|
|
2013-08-13 14:09:14 +00:00
|
|
|
* Tue Aug 13 2013 Karsten Hopp <karsten@redhat.com> 4.2.9-3
|
|
|
|
- temporarily skip checks on ppc* (#961007)
|
|
|
|
|
2013-08-03 17:34:30 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-15 23:18:04 +00:00
|
|
|
* Fri Feb 15 2013 Orion Poplawski <orion@cora.nwra.com> 4.2.9-1
|
|
|
|
- Update to 4.2.9
|
2013-02-15 23:57:42 +00:00
|
|
|
- Add patch for some missing declarations
|
2013-02-17 03:23:13 +00:00
|
|
|
- Add patch to fix integer wrapping in test
|
2013-02-15 23:18:04 +00:00
|
|
|
|
2013-02-14 01:01:53 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-18 17:18:28 +00:00
|
|
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 4.2.8-3
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2012-12-21 16:20:56 +00:00
|
|
|
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 4.2.8-2
|
|
|
|
- rebuild against new libjpeg
|
|
|
|
|
2012-08-15 15:19:22 +00:00
|
|
|
* Wed Aug 15 2012 Orion Poplawski <orion@cora.nwra.com> 4.2.8-1
|
|
|
|
- Update to 4.2.8
|
|
|
|
|
2012-07-19 12:37:58 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-14 20:28:17 +00:00
|
|
|
* Tue Mar 06 2012 DJ Delorie <dj@redhat.com> 4.2.7-2
|
|
|
|
- Add patch for ARM support
|
|
|
|
|
2012-02-15 17:16:12 +00:00
|
|
|
* Wed Feb 15 2012 Orion Poplawski <orion@cora.nwra.com> 4.2.7-1
|
|
|
|
- Update to 4.2.7
|
|
|
|
|
2012-01-13 04:49:51 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-06-21 22:49:38 +00:00
|
|
|
* Tue Jun 21 2011 Orion Poplawski <orion@cora.nwra.com> 4.2.6-1
|
|
|
|
- Update to 4.2.6
|
|
|
|
- Drop jpeg patch, fixed upstream
|
|
|
|
- Update ppc,s390 patches
|
|
|
|
|
2011-02-09 08:59:30 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-10 17:40:06 +00:00
|
|
|
* Fri Dec 10 2010 Orion Poplawski <orion@cora.nwra.com> 4.2.5-2
|
|
|
|
- Add patch to disable jpeg tests due to change to jpeg-turbo, FTBFS bug 631337
|
|
|
|
|
2010-03-02 20:45:51 +00:00
|
|
|
* Tue Mar 2 2010 Orion Poplawski <orion@cora.nwra.com> 4.2.5-1
|
|
|
|
- Update to 4.2.5
|
|
|
|
|
2009-09-18 17:16:59 +00:00
|
|
|
* Fri Sep 18 2009 Orion Poplawski <orion@cora.nwra.com> 4.2r4-5
|
|
|
|
- Add EL4 build conditionals
|
|
|
|
|
2009-08-14 04:01:26 +00:00
|
|
|
* Thu Aug 13 2009 Orion Poplawski <orion@cora.nwra.com> 4.2r4-4
|
|
|
|
- Add -fPIC to FFLAGS
|
|
|
|
|
2009-07-25 02:04:15 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2r4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-07 15:03:05 +00:00
|
|
|
* Tue Apr 7 2009 Orion Poplawski <orion@cora.nwra.com> 4.2r4-2
|
|
|
|
- Add Provides hdf-static to hdf-devel (bug #494529)
|
|
|
|
|
2009-02-25 18:11:26 +00:00
|
|
|
* Wed Feb 25 2009 Orion Poplawski <orion@cora.nwra.com> 4.2r4-1
|
|
|
|
- Update to 4.2r4
|
|
|
|
- Add patch to increase buffer size in test
|
|
|
|
- Drop upstreamed libm patch
|
|
|
|
|
2009-02-25 03:32:01 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2r3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-25 18:11:26 +00:00
|
|
|
* Wed Oct 1 2008 Orion Poplawski <orion@cora.nwra.com> 4.2r3-4
|
2008-10-01 17:59:49 +00:00
|
|
|
- Rebase maxavailfiles patch
|
|
|
|
|
2008-09-21 08:32:09 +00:00
|
|
|
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 4.2r3-3
|
|
|
|
- Fix Patch0:/%%patch mismatch.
|
|
|
|
|
2008-03-02 20:31:05 +00:00
|
|
|
* Sun Mar 2 2008 Patrice Dumas <pertusus@free.fr> 4.2r3-2
|
|
|
|
- don't ship an empty netcdf.h file. The related definitions are now
|
|
|
|
in hdf4_netcdf.h
|
|
|
|
|
2008-02-08 16:52:36 +00:00
|
|
|
* Tue Feb 5 2008 Orion Poplawski <orion@cora.nwra.com> 4.2.r3-1
|
|
|
|
- Update to 4.2r3
|
|
|
|
|
2008-02-05 22:06:18 +00:00
|
|
|
* Tue Feb 5 2008 Orion Poplawski <orion@cora.nwra.com> 4.2.r2-7
|
|
|
|
- Add patch to add -lm to hdiff link
|
|
|
|
|
2008-02-05 18:56:15 +00:00
|
|
|
* Tue Feb 5 2008 Orion Poplawski <orion@cora.nwra.com> 4.2.r2-6
|
|
|
|
- Add patch for s390 support (bug #431511)
|
|
|
|
|
2008-01-07 21:17:13 +00:00
|
|
|
* Mon Jan 7 2008 Orion Poplawski <orion@cora.nwra.com> 4.2.r2-5
|
|
|
|
- Add patches for sparc support (bug #427639)
|
|
|
|
|
2007-10-29 12:02:04 +00:00
|
|
|
* Mon Oct 29 2007 Patrice Dumas <pertusus@free.fr> 4.2r2-4
|
|
|
|
- install the netcdf.h file that describes the netcdf2 hdf enabled
|
|
|
|
API
|
|
|
|
|
2007-10-29 10:42:42 +00:00
|
|
|
* Mon Oct 29 2007 Patrice Dumas <pertusus@free.fr> 4.2r2-3
|
|
|
|
- ship hdf enabled nc* utils as hnc*
|
|
|
|
- add --disable-netcdf that replaces HAVE_NETCDF
|
|
|
|
- keep include files timestamps, and have the same accross arches
|
|
|
|
- fix multiarch difference in include files (#341491)
|
|
|
|
|
2007-10-17 22:58:08 +00:00
|
|
|
* Wed Oct 17 2007 Patrice Dumas <pertusus@free.fr> 4.2r2-2
|
2007-10-17 22:40:10 +00:00
|
|
|
- update to 4.2r2
|
|
|
|
|
2007-08-24 15:49:21 +00:00
|
|
|
* Fri Aug 24 2007 Orion Poplawski <orion@cora.nwra.com> 4.2r1-15
|
|
|
|
- Update license tag to BSD
|
|
|
|
- Rebuild for BuildID
|
|
|
|
|
2007-05-11 15:16:17 +00:00
|
|
|
* Thu May 10 2007 Balint Cristian <cbalint@redhat.com> 4.2r1-14
|
|
|
|
- Fix ppc64 too.
|
|
|
|
|
2007-05-10 15:21:56 +00:00
|
|
|
* Thu May 10 2007 Orion Poplawski <orion@cora.nwra.com> 4.2r1-13
|
|
|
|
- Remove netcdf-devel requires. (bug #239631)
|
|
|
|
|
2007-04-20 17:16:29 +00:00
|
|
|
* Fri Apr 20 2007 Orion Poplawski <orion@cora.nwra.com> 4.2r1-12
|
|
|
|
- Use 4.2r1-hrepack-p4.tar.gz for hrepack patch
|
|
|
|
- Remove configure patch applied upstream
|
2007-04-20 19:41:18 +00:00
|
|
|
- Use --disable-production configure flag to avoid stripping -g compile flag
|
|
|
|
- Add patch to fix open file test when run under mock
|
2007-04-20 17:16:29 +00:00
|
|
|
|
2006-08-30 02:36:31 +00:00
|
|
|
* Tue Aug 29 2006 Orion Poplawski <orion@cora.nwra.com> 4.2r1-11
|
|
|
|
- Rebuild for FC6
|
|
|
|
|
2006-04-20 22:17:12 +00:00
|
|
|
* Thu Apr 20 2006 Orion Poplawski <orion@cora.nwra.com> 4.2r1-10
|
|
|
|
- Add Requires netcdf-devel for hdf-devel (bug #189337)
|
|
|
|
|
2006-02-13 18:53:08 +00:00
|
|
|
* Mon Feb 13 2006 Orion Poplawski <orion@cora.nwra.com> 4.2r1-9
|
|
|
|
- Rebuild for gcc/glibc changes
|
|
|
|
|
2006-02-08 23:09:40 +00:00
|
|
|
* Wed Feb 8 2006 Orion Poplawski <orion@cora.nwra.com> 4.2r1-8
|
|
|
|
- Compile with -DHAVE_NETCDF for gdl hdf/netcdf compatibility
|
|
|
|
|
2006-02-02 22:10:26 +00:00
|
|
|
* Thu Feb 2 2006 Orion Poplawski <orion@cora.nwra.com> 4.2r1-7
|
|
|
|
- Add patch to build on ppc
|
|
|
|
|
2005-12-21 17:22:42 +00:00
|
|
|
* Wed Dec 21 2005 Orion Poplawski <orion@cora.nwra.com> 4.2r1-6
|
|
|
|
- Rebuild
|
|
|
|
|
2005-10-05 15:05:50 +00:00
|
|
|
* Wed Oct 05 2005 Orion Poplawski <orion@cora.nwra.com> 4.2r1-5
|
|
|
|
- Add Requires: libjpeg-devel zlib-devel to -devel package
|
|
|
|
|
2005-08-23 20:56:22 +00:00
|
|
|
* Tue Aug 23 2005 Orion Poplawski <orion@cora.nwra.com> 4.2r1-4
|
|
|
|
- Use -fPIC
|
|
|
|
- Fix project URL
|
|
|
|
|
2005-07-29 19:50:52 +00:00
|
|
|
* Fri Jul 29 2005 Orion Poplawski <orion@cora.nwra.com> 4.2r1-3
|
|
|
|
- Exclude ppc/ppc64 - HDF does not recognize it
|
|
|
|
|
2005-07-25 18:07:39 +00:00
|
|
|
* Wed Jul 20 2005 Orion Poplawski <orion@cora.nwra.com> 4.2r1-2
|
|
|
|
- Fix BuildRequires to have autoconf
|
|
|
|
|
|
|
|
* Fri Jul 15 2005 Orion Poplawski <orion@cora.nwra.com> 4.2r1-1
|
|
|
|
- inital package for Fedora Extras
|