|
@@ -1,15 +1,18 @@
|
|
Name: Field3D
|
|
Name: Field3D
|
|
Version: 1.4.3
|
|
Version: 1.4.3
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Library for storing voxel data
|
|
Summary: Library for storing voxel data
|
|
|
|
+Summary(ja): ボクセルデータを蓄積するためのライブラリ
|
|
|
|
|
|
License: BSD
|
|
License: BSD
|
|
|
|
+Group: System Environment/Libraries
|
|
URL: https://sites.google.com/site/field3d/
|
|
URL: https://sites.google.com/site/field3d/
|
|
|
|
|
|
# The source archive is created on the fly at github.com:
|
|
# The source archive is created on the fly at github.com:
|
|
# https://github.com/imageworks/Field3D/archive/v1.4.0.tar.gz
|
|
# https://github.com/imageworks/Field3D/archive/v1.4.0.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: cmake doxygen
|
|
BuildRequires: cmake doxygen
|
|
BuildRequires: qt4-devel
|
|
BuildRequires: qt4-devel
|
|
BuildRequires: hdf5-devel
|
|
BuildRequires: hdf5-devel
|
|
@@ -31,6 +34,8 @@ allows the C++ objects to be written to and read from disk.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
|
|
+Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
@@ -52,11 +57,12 @@ popd
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
pushd build
|
|
pushd build
|
|
-make install DESTDIR=%{buildroot}
|
|
+make install DESTDIR=$RPM_BUILD_ROOT
|
|
popd
|
|
popd
|
|
|
|
|
|
-install -D -m 0644 man/f3dinfo.1 %{buildroot}%{_mandir}/man1/f3dinfo.1
|
|
+install -D -m 0644 man/f3dinfo.1 $RPM_BUILD_ROOT%{_mandir}/man1/f3dinfo.1
|
|
|
|
|
|
|
|
|
|
%check
|
|
%check
|
|
@@ -64,6 +70,8 @@ pushd build
|
|
LD_LIBRARY_PATH=`pwd` ./unitTest
|
|
LD_LIBRARY_PATH=`pwd` ./unitTest
|
|
popd
|
|
popd
|
|
|
|
|
|
|
|
+%clean
|
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
@@ -83,10 +91,13 @@ popd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* 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
|
|
* Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.3-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|
|
-
|
|
|
|
* Wed Jan 07 2015 Orion Poplawski <orion@cora.nwra.com> - 1.4.3-3
|
|
* Wed Jan 07 2015 Orion Poplawski <orion@cora.nwra.com> - 1.4.3-3
|
|
- Rebuild for hdf5 1.8.4
|
|
- Rebuild for hdf5 1.8.4
|
|
|
|
|