Field3D/Field3D.spec

162 lines
4.4 KiB
RPMSpec
Raw Normal View History

2011-12-14 15:08:16 +00:00
Name: Field3D
2015-02-12 04:09:49 +00:00
Version: 1.6.1
Release: 1%{?dist}
2011-12-14 15:08:16 +00:00
Summary: Library for storing voxel data
License: BSD
URL: https://sites.google.com/site/field3d/
# The source archive is created on the fly at github.com:
2015-02-12 04:09:49 +00:00
# https://github.com/imageworks/%{name}/archive/v%{version}.tar.gz
2014-09-05 13:53:40 +00:00
Source0: %{name}-%{version}.tar.gz
2011-12-14 15:08:16 +00:00
BuildRequires: cmake doxygen
BuildRequires: hdf5-devel
BuildRequires: boost-devel
BuildRequires: ilmbase-devel
2014-09-05 13:53:40 +00:00
Requires: hdf5 = %{_hdf5_version}
2011-12-14 15:08:16 +00:00
%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}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development headers and documentation for %{name}.
2014-09-05 13:53:40 +00:00
# Need devel-docs subpackage.
2011-12-14 15:08:16 +00:00
%prep
2014-09-05 13:53:40 +00:00
%setup -q
2011-12-14 15:08:16 +00:00
%build
rm -rf build && mkdir build && pushd build
%cmake -DINSTALL_DOCS=OFF \
../
make %{?_smp_mflags}
popd
2011-12-14 15:08:16 +00:00
%install
pushd build
2015-02-12 04:09:49 +00:00
%make_install
2011-12-14 15:08:16 +00:00
popd
install -D -m 0644 man/f3dinfo.1 %{buildroot}%{_mandir}/man1/f3dinfo.1
%check
pushd build
./unitTest
popd
2011-12-14 15:08:16 +00:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc CHANGES COPYING README
%{_bindir}/f3dinfo
%{_libdir}/libField3D.so.*
%{_mandir}/man1/f3dinfo.1.gz
%files devel
%doc docs/html/
%{_includedir}/Field3D/
%{_libdir}/libField3D.so
%changelog
2015-02-12 04:09:49 +00:00
* Tue Feb 10 2015 Richard Shaw <hobbes1069@gmail.com> - 1.6.0-1
- Update to latest upstream release.
2015-01-26 18:28:16 +00:00
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 1.4.3-4
- Rebuild for boost 1.57.0
2015-01-07 18:20:43 +00:00
* 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
2014-09-05 13:53:40 +00:00
* 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
2014-06-10 02:36:53 +00:00
* 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
2014-05-22 18:30:19 +00:00
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.3.2-16
- Rebuild for boost 1.55.0
2013-12-27 22:34:25 +00:00
* Fri Dec 27 2013 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-15
- Rebuild for hdf5 1.8.12
2013-11-27 16:34:07 +00:00
* Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> 1.3.2-14
- rebuild (ilmbase)
2013-09-09 01:51:01 +00:00
* 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
2013-07-27 12:05:03 +00:00
* Sat Jul 27 2013 pmachata@redhat.com - 1.3.2-11
- Rebuild for boost 1.54.0
2013-05-16 18:06:35 +00:00
* Thu May 16 2013 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-10
- Rebuild for hdf5 1.8.11
2013-02-10 01:27:23 +00:00
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.3.2-9
- Rebuild for Boost-1.53.0
2013-02-09 21:54:36 +00:00
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.3.2-8
- Rebuild for Boost-1.53.0
2012-12-03 20:51:14 +00:00
* Mon Dec 3 2012 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-7
2012-12-03 20:48:01 +00:00
- Rebuild for hdf5 1.8.10
2012-08-11 21:39:21 +00:00
* Wed Aug 8 2012 David Malcolm <dmalcolm@redhat.com> - 1.3.2-6
2012-08-08 21:18:30 +00:00
- 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.
2012-02-28 18:57:00 +00:00
* Tue Feb 28 2012 Richard Shaw <hobbes1069@gmail.com> - 1.3.2-1
- Update to latest release.
2012-02-28 17:29:10 +00:00
* 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
2014-09-05 13:53:40 +00:00
* Sun Jan 09 2012 Richard Shaw <hobbes1069@gmail.com> - 1.2.1-2
2012-02-28 18:57:00 +00:00
- Fixed building under GCC 4.7.0.
2012-01-05 15:40:06 +00:00
2011-12-14 15:08:16 +00:00
* Sat Nov 12 2011 Richard Shaw <hobbes1069@gmail.com> - 1.2.1-1
- Initial release.