2011-04-19 15:20:37 +00:00
|
|
|
#
|
2011-10-13 14:14:43 +00:00
|
|
|
# spec file for package vtkdata
|
2011-04-19 15:20:37 +00:00
|
|
|
#
|
2013-07-13 12:11:47 +00:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-04-19 15:20:37 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2008-12-20 20:26:33 +00:00
|
|
|
|
2008-12-20 21:20:33 +00:00
|
|
|
Name: vtkdata
|
2013-07-13 12:11:47 +00:00
|
|
|
Version: 6.0.0
|
2012-05-01 10:12:13 +00:00
|
|
|
Release: 0
|
2012-05-19 09:21:30 +00:00
|
|
|
%define series 5.10
|
2011-04-19 15:20:37 +00:00
|
|
|
Summary: Kitware VTK Library Data
|
2012-05-01 10:12:13 +00:00
|
|
|
License: BSD-3-Clause
|
2011-10-13 14:14:43 +00:00
|
|
|
Group: Productivity/Scientific/Other
|
2012-05-01 10:12:13 +00:00
|
|
|
Url: http://www.vtk.org
|
2012-05-19 09:21:30 +00:00
|
|
|
Source: http://www.vtk.org/files/release/%{series}/%{name}-%{version}.tar.gz
|
2011-04-19 15:20:37 +00:00
|
|
|
BuildRequires: fdupes
|
2008-12-20 21:20:33 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-04-19 15:20:37 +00:00
|
|
|
BuildArch: noarch
|
2008-12-20 21:20:33 +00:00
|
|
|
|
2011-04-19 15:20:37 +00:00
|
|
|
%description
|
2008-12-20 21:20:33 +00:00
|
|
|
The Visualization ToolKit (VTK) is an open source, freely available
|
|
|
|
software system for 3D computer graphics, image processing, and
|
|
|
|
visualization used by thousands of researchers and developers around
|
2011-04-19 15:20:37 +00:00
|
|
|
the world.
|
2008-12-20 21:20:33 +00:00
|
|
|
|
|
|
|
This package contains some example data for the Toolkit.
|
2008-12-20 20:26:33 +00:00
|
|
|
|
|
|
|
%prep
|
2013-07-13 12:11:47 +00:00
|
|
|
%setup -q -n VTKDATA%{version}
|
2012-05-29 12:11:25 +00:00
|
|
|
|
2008-12-20 20:26:33 +00:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2012-05-01 10:12:13 +00:00
|
|
|
mkdir -p %{buildroot}%{_docdir}/vtkdata
|
2011-04-19 15:20:37 +00:00
|
|
|
mkdir -p %{buildroot}%{_datadir}
|
2012-05-01 10:12:13 +00:00
|
|
|
|
2013-07-13 12:11:47 +00:00
|
|
|
cp -a $RPM_BUILD_DIR/VTKDATA%{version} %{buildroot}%{_datadir}/vtkdata
|
2012-05-01 10:12:13 +00:00
|
|
|
|
2011-10-13 14:14:43 +00:00
|
|
|
%fdupes %{buildroot}%{_datadir}/vtkdata
|
2008-12-20 20:26:33 +00:00
|
|
|
|
|
|
|
%files
|
2008-12-20 21:20:33 +00:00
|
|
|
%defattr(-,root,root,-)
|
2012-05-01 10:12:13 +00:00
|
|
|
%doc %{_docdir}/vtkdata
|
2011-04-19 15:20:37 +00:00
|
|
|
%{_datadir}/vtkdata/
|
2008-12-20 20:26:33 +00:00
|
|
|
|
2008-12-20 21:20:33 +00:00
|
|
|
%changelog
|