Accepting request 512846 from home:badshah400:Staging

New package: paraviewdata -- Example data files for Paraview

OBS-URL: https://build.opensuse.org/request/show/512846
OBS-URL: https://build.opensuse.org/package/show/science/paraviewdata?expand=0&rev=1
This commit is contained in:
Matthias Mailänder 2017-08-05 09:26:36 +00:00 committed by Git OBS Bridge
commit ab3dbdc4e6
5 changed files with 92 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b18eda039e341d93fa6823f795a0ef8cb629dc7c1afff9ade8d6be31866b1f0
size 178500620

4
paraviewdata.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Jul 27 21:22:37 UTC 2017 - badshah400@gmail.com
- Initial package.

61
paraviewdata.spec Normal file
View File

@ -0,0 +1,61 @@
#
# spec file for package paraviewdata
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
%define major_ver 5.4
Name: paraviewdata
Version: 5.4.0
Release: 0
Summary: Examples for Paraview
License: BSD-3-Clause
Group: Productivity/Scientific/Physics
Url: http://www.paraview.org
Source0: http://www.paraview.org/files/v%{major_ver}/ParaViewData-v%{version}.tar.gz
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
ParaView is an application designed with the need to visualize large data
sets in mind.
ParaView runs on distributed and shared memory parallel as well as single
processor systems and has been successfully tested on Windows, Linux and
various Unix workstations and clusters. Under the hood, ParaView uses the
Visualization Toolkit as the data processing and rendering engine and has a
user interface written using a unique blend of Tcl/Tk and C++.
This package contains some example data for Paraview.
%prep
%setup -q -n ParaView-v%{version}
%build
%install
mkdir -p %{buildroot}%{_docdir}/paraviewdata
mkdir -p %{buildroot}%{_datadir}
cp -a $RPM_BUILD_DIR/ParaView-v%{version} %{buildroot}%{_datadir}/paraviewdata
%fdupes %{buildroot}%{_datadir}/paraviewdata
%files
%defattr(-,root,root,-)
%doc %{_docdir}/paraviewdata
%{_datadir}/paraviewdata/
%changelog