Field3D-vl.spec 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. Name: Field3D
  2. Version: 1.7.3
  3. Release: 5%{?_dist_release}
  4. Summary: Library for storing voxel data
  5. Summary(ja): ボクセルデータを蓄積するためのライブラリ
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: BSD
  10. URL: https://sites.google.com/site/field3d/
  11. # https://github.com/imageworks/Field3D/archive/v1.6.2.tar.gz
  12. Source0: https://github.com/imageworks/Field3D/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
  13. Patch0: Field3D-openexr.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildRequires: cmake doxygen
  16. BuildRequires: hdf5-devel
  17. BuildRequires: imath-devel
  18. BuildRequires: OpenEXR-devel
  19. BuildRequires: libboost-devel
  20. BuildRequires: libboost-atomic
  21. BuildRequires: libboost-chrono
  22. BuildRequires: libboost-date-time
  23. BuildRequires: libboost-program-options
  24. BuildRequires: libboost-regex
  25. BuildRequires: libboost-system
  26. BuildRequires: libboost-thread
  27. BuildRequires: zlib-devel
  28. Requires: hdf5
  29. %description
  30. Field3D is an open source library for storing voxel data. It provides C++
  31. classes that handle in-memory storage and a file format based on HDF5 that
  32. allows the C++ objects to be written to and read from disk.
  33. %package devel
  34. Summary: Development files for %{name}
  35. Summary(ja): %{name} の開発用ファイル
  36. Group: programming
  37. Requires: %{name} = %{version}-%{release}
  38. %description devel
  39. Development headers and documentation for %{name}.
  40. # Need devel-docs subpackage.
  41. %debug_package
  42. %prep
  43. %autosetup -p1
  44. %build
  45. export CFLAGS="%{?optflags} -DH5_USE_110_API=1"
  46. export CXXFLAGS="%{?optflags} -DH5_USE_110_API=1"
  47. %cmake -DINSTALL_DOCS=OFF
  48. %cmake_build
  49. %install
  50. rm -rf $RPM_BUILD_ROOT
  51. %cmake_install
  52. install -D -m 0644 man/f3dinfo.1 $RPM_BUILD_ROOT%{_mandir}/man1/f3dinfo.1
  53. %check
  54. %ctest
  55. %clean
  56. rm -rf $RPM_BUILD_ROOT
  57. %files
  58. %license COPYING
  59. %doc CHANGES README
  60. %{_bindir}/f3dinfo
  61. %{_libdir}/libField3D.so.*
  62. %{_mandir}/man1/f3dinfo.1.gz
  63. %files devel
  64. %doc docs/html/
  65. %{_includedir}/Field3D/
  66. %{_libdir}/libField3D.so
  67. %changelog
  68. * Wed Sep 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-5
  69. - rebuilt with OpenEXR-3.1.1.
  70. - imported Patch0 from rawhide to build with OpenEXR-3.x.
  71. * Thu Apr 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-4
  72. - rebuilt with icu69.
  73. - dropped ldconfig scriptlets.
  74. * Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-3
  75. - rebuilt with libboost-1.75.0.
  76. * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-2
  77. - rebuilt with OpenEXR-2.5.3 and hdf5-1.12.0.
  78. * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-1
  79. - new upstream release.
  80. - built with boost-1.72.0.
  81. * Sat Oct 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.2-2
  82. - rebuilt with ilmbase-2.4.0.
  83. * Wed Aug 22 2018 Toshiaki Ara <ara_t@384.jp> - 1.7.2-1
  84. - update to 1.7.2
  85. * Sat Aug 04 2018 Toshiaki Ara <ara_t@384.jp> - 1.6.2-4
  86. - rebuild with hdf5-1.8.20
  87. * Mon Jan 08 2018 Toshiaki Ara <ara_t@384.jp> - 1.6.2-3
  88. - rebuild with libboost-1.66.0
  89. * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.2-2
  90. - rebuild with gcc-5.4.0
  91. * Mon Jun 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.2-1
  92. - new upstream release
  93. - add BuildRequires: libboost-{atomic,chrono,date-time}
  94. * Fri Jan 30 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.4.3-2
  95. - added Group tag
  96. - added %%clean section
  97. * Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.3-1
  98. - initial build for Vine Linux
  99. * Wed Jan 07 2015 Orion Poplawski <orion@cora.nwra.com> - 1.4.3-3
  100. - Rebuild for hdf5 1.8.4
  101. * Wed Nov 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.4.3-2
  102. - rebuild (ilmbase), add matching/missing popd's
  103. * Fri Sep 5 2014 Richard Shaw <hobbes1069@gmail.com> - 1.4.3-1
  104. - Update to latest upstream release.
  105. * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-19
  106. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  107. * Tue Jun 10 2014 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-18
  108. - Rebuild for hdf 1.8.13
  109. * Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-17
  110. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  111. * Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.3.2-16
  112. - Rebuild for boost 1.55.0
  113. * Fri Dec 27 2013 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-15
  114. - Rebuild for hdf5 1.8.12
  115. * Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> 1.3.2-14
  116. - rebuild (ilmbase)
  117. * Sun Sep 08 2013 Rex Dieter <rdieter@fedoraproject.org> 1.3.2-13
  118. - rebuild (ilmbase)
  119. * Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-12
  120. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  121. * Sat Jul 27 2013 pmachata@redhat.com - 1.3.2-11
  122. - Rebuild for boost 1.54.0
  123. * Thu May 16 2013 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-10
  124. - Rebuild for hdf5 1.8.11
  125. * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.3.2-9
  126. - Rebuild for Boost-1.53.0
  127. * Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.3.2-8
  128. - Rebuild for Boost-1.53.0
  129. * Mon Dec 3 2012 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-7
  130. - Rebuild for hdf5 1.8.10
  131. * Wed Aug 8 2012 David Malcolm <dmalcolm@redhat.com> - 1.3.2-6
  132. - rebuild against boost-1.50
  133. * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-4
  134. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  135. * Tue May 15 2012 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-3
  136. - Rebuild for hdf5 1.8.9
  137. - Explicitly require the version of hdf5 built with
  138. * Fri Mar 23 2012 Richard Shaw <hobbes1069@gmail.com> - 1.3.2-2
  139. - Bump EVR for oops with F17 package to make sure rawhide package is newer.
  140. * Tue Feb 28 2012 Richard Shaw <hobbes1069@gmail.com> - 1.3.2-1
  141. - Update to latest release.
  142. * Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4
  143. - Rebuilt for c++ ABI breakage
  144. * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
  145. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  146. * Mon Jan 09 2012 Richard Shaw <hobbes1069@gmail.com> - 1.2.1-2
  147. - Fixed building under GCC 4.7.0.
  148. * Sat Nov 12 2011 Richard Shaw <hobbes1069@gmail.com> - 1.2.1-1
  149. - Initial release.