2017-08-05 11:26:36 +02:00
|
|
|
#
|
|
|
|
# spec file for package paraviewdata
|
|
|
|
#
|
2023-12-07 16:24:53 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2017-08-05 11:26:36 +02: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.
|
|
|
|
|
2020-03-01 11:41:23 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-08-05 11:26:36 +02:00
|
|
|
#
|
|
|
|
|
2020-03-01 11:41:23 +01:00
|
|
|
|
2023-12-07 16:24:53 +01:00
|
|
|
%define major_ver 5.11
|
2017-08-05 11:26:36 +02:00
|
|
|
Name: paraviewdata
|
2023-12-07 16:24:53 +01:00
|
|
|
Version: %{major_ver}.2
|
2017-08-05 11:26:36 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Examples for Paraview
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Productivity/Scientific/Physics
|
2020-03-01 11:41:23 +01:00
|
|
|
URL: https://www.paraview.org
|
2023-12-07 16:24:53 +01:00
|
|
|
Source0: https://www.paraview.org/files/v%{major_ver}/ParaViewTestingDataFiles-v%{version}.tar.xz
|
2020-03-01 11:41:23 +01:00
|
|
|
Source1: https://gitlab.kitware.com/paraview/paraview/raw/v%{version}/Copyright.txt
|
2017-08-05 11:26:36 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
2018-04-03 23:11:11 +02:00
|
|
|
ParaView is an application for visualizing large data sets.
|
2017-08-05 11:26:36 +02:00
|
|
|
|
2018-04-03 23:11:11 +02:00
|
|
|
ParaView runs on distributed and shared memory systems alike. It uses the
|
|
|
|
Visualization Toolkit as the data processing and rendering engine, and has a
|
|
|
|
user interface written using a blend of Tcl/Tk and C++.
|
2017-08-05 11:26:36 +02:00
|
|
|
|
|
|
|
This package contains some example data for Paraview.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n ParaView-v%{version}
|
2020-03-01 11:41:23 +01:00
|
|
|
cp %{SOURCE1} ./.ExternalData/
|
2017-08-05 11:26:36 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2020-03-01 11:41:23 +01:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/paraviewdata-%{major_ver}
|
|
|
|
cp -a %{_builddir}/ParaView-v%{version}/* %{buildroot}/%{_datadir}/paraviewdata-%{major_ver}/
|
|
|
|
%fdupes %{buildroot}%{_datadir}/
|
2017-08-05 11:26:36 +02:00
|
|
|
|
|
|
|
%files
|
2020-03-01 11:41:23 +01:00
|
|
|
%license .ExternalData/Copyright.txt
|
|
|
|
%doc .ExternalData/README.rst
|
|
|
|
%{_datadir}/paraviewdata-%{major_ver}/
|
2017-08-05 11:26:36 +02:00
|
|
|
|
|
|
|
%changelog
|