123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- Name: Field3D
- Version: 1.7.3
- Release: 7%{?_dist_release}
- Summary: Library for storing voxel data
- Summary(ja): ボクセルデータを蓄積するためのライブラリ
- Group: system
- Vendor: Project Vine
- Distribution: Vine Linux
- License: BSD
- URL: https://sites.google.com/site/field3d/
- # https://github.com/imageworks/Field3D/archive/v1.6.2.tar.gz
- Source0: https://github.com/imageworks/Field3D/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
- Patch0: Field3D-openexr.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: cmake doxygen
- BuildRequires: hdf5-devel
- BuildRequires: imath-devel
- BuildRequires: OpenEXR-devel
- BuildRequires: libboost-devel
- BuildRequires: libboost-atomic
- BuildRequires: libboost-chrono
- BuildRequires: libboost-date-time
- BuildRequires: libboost-program-options
- BuildRequires: libboost-regex
- BuildRequires: libboost-system
- BuildRequires: libboost-thread
- BuildRequires: zlib-devel
- Requires: hdf5
- %description
- Field3D is an open source library for storing voxel data. It provides C++
- classes that handle in-memory storage and a file format based on HDF5 that
- allows the C++ objects to be written to and read from disk.
- %package devel
- Summary: Development files for %{name}
- Summary(ja): %{name} の開発用ファイル
- Group: programming
- Requires: %{name} = %{version}-%{release}
- %description devel
- Development headers and documentation for %{name}.
- # Need devel-docs subpackage.
- %debug_package
- %prep
- %autosetup -p1
- %build
- export CFLAGS="%{?optflags} -DH5_USE_110_API=1"
- export CXXFLAGS="%{?optflags} -DH5_USE_110_API=1"
- %cmake -DINSTALL_DOCS=OFF
- %cmake_build
- %install
- rm -rf $RPM_BUILD_ROOT
- %cmake_install
- install -D -m 0644 man/f3dinfo.1 $RPM_BUILD_ROOT%{_mandir}/man1/f3dinfo.1
- %check
- %ctest
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %license COPYING
- %doc CHANGES README
- %{_bindir}/f3dinfo
- %{_libdir}/libField3D.so.*
- %{_mandir}/man1/f3dinfo.1.gz
- %files devel
- %doc docs/html/
- %{_includedir}/Field3D/
- %{_libdir}/libField3D.so
- %changelog
- * Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-7
- - rebuilt with imath-3.1.7.
- * Wed Nov 09 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-6
- - rebuilt with icu72 and libboost-1.80.0.
- * Wed Sep 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-5
- - rebuilt with OpenEXR-3.1.1.
- - imported Patch0 from rawhide to build with OpenEXR-3.x.
- * Thu Apr 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-4
- - rebuilt with icu69.
- - dropped ldconfig scriptlets.
- * Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-3
- - rebuilt with libboost-1.75.0.
- * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-2
- - rebuilt with OpenEXR-2.5.3 and hdf5-1.12.0.
- * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-1
- - new upstream release.
- - built with boost-1.72.0.
- * Sat Oct 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.2-2
- - rebuilt with ilmbase-2.4.0.
- * Wed Aug 22 2018 Toshiaki Ara <ara_t@384.jp> - 1.7.2-1
- - update to 1.7.2
- * Sat Aug 04 2018 Toshiaki Ara <ara_t@384.jp> - 1.6.2-4
- - rebuild with hdf5-1.8.20
- * Mon Jan 08 2018 Toshiaki Ara <ara_t@384.jp> - 1.6.2-3
- - rebuild with libboost-1.66.0
- * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.2-2
- - rebuild with gcc-5.4.0
- * Mon Jun 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.2-1
- - new upstream release
- - add BuildRequires: libboost-{atomic,chrono,date-time}
- * Fri Jan 30 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.4.3-2
- - added Group tag
- - added %%clean section
- * Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.3-1
- - initial build for Vine Linux
- * Wed Jan 07 2015 Orion Poplawski <orion@cora.nwra.com> - 1.4.3-3
- - Rebuild for hdf5 1.8.4
- * Wed Nov 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.4.3-2
- - rebuild (ilmbase), add matching/missing popd's
- * Fri Sep 5 2014 Richard Shaw <hobbes1069@gmail.com> - 1.4.3-1
- - Update to latest upstream release.
- * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-19
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- * Tue Jun 10 2014 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-18
- - Rebuild for hdf 1.8.13
- * Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-17
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- * Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.3.2-16
- - Rebuild for boost 1.55.0
- * Fri Dec 27 2013 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-15
- - Rebuild for hdf5 1.8.12
- * Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> 1.3.2-14
- - rebuild (ilmbase)
- * Sun Sep 08 2013 Rex Dieter <rdieter@fedoraproject.org> 1.3.2-13
- - rebuild (ilmbase)
- * Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-12
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- * Sat Jul 27 2013 pmachata@redhat.com - 1.3.2-11
- - Rebuild for boost 1.54.0
- * Thu May 16 2013 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-10
- - Rebuild for hdf5 1.8.11
- * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.3.2-9
- - Rebuild for Boost-1.53.0
- * Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.3.2-8
- - Rebuild for Boost-1.53.0
- * Mon Dec 3 2012 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-7
- - Rebuild for hdf5 1.8.10
- * Wed Aug 8 2012 David Malcolm <dmalcolm@redhat.com> - 1.3.2-6
- - rebuild against boost-1.50
- * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- * Tue May 15 2012 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-3
- - Rebuild for hdf5 1.8.9
- - Explicitly require the version of hdf5 built with
- * Fri Mar 23 2012 Richard Shaw <hobbes1069@gmail.com> - 1.3.2-2
- - Bump EVR for oops with F17 package to make sure rawhide package is newer.
- * Tue Feb 28 2012 Richard Shaw <hobbes1069@gmail.com> - 1.3.2-1
- - Update to latest release.
- * Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4
- - Rebuilt for c++ ABI breakage
- * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Mon Jan 09 2012 Richard Shaw <hobbes1069@gmail.com> - 1.2.1-2
- - Fixed building under GCC 4.7.0.
- * Sat Nov 12 2011 Richard Shaw <hobbes1069@gmail.com> - 1.2.1-1
- - Initial release.
|