Accepting request 592748 from home:jengelh:branches:science
- Trim marketing wording from description. OBS-URL: https://build.opensuse.org/request/show/592748 OBS-URL: https://build.opensuse.org/package/show/science/paraviewdata?expand=0&rev=2
This commit is contained in:
parent
3f366b3435
commit
3fe4187599
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 31 11:10:06 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Trim marketing wording from description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 27 21:22:37 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
|
@ -29,14 +29,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
ParaView is an application designed with the need to visualize large data
|
||||
sets in mind.
|
||||
ParaView is an application for visualizing large data sets.
|
||||
|
||||
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++.
|
||||
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++.
|
||||
|
||||
This package contains some example data for Paraview.
|
||||
|
||||
@ -49,7 +46,7 @@ This package contains some example data for Paraview.
|
||||
mkdir -p %{buildroot}%{_docdir}/paraviewdata
|
||||
mkdir -p %{buildroot}%{_datadir}
|
||||
|
||||
cp -a $RPM_BUILD_DIR/ParaView-v%{version} %{buildroot}%{_datadir}/paraviewdata
|
||||
cp -a %{_builddir}/ParaView-v%{version} %{buildroot}/%{_datadir}/paraviewdata
|
||||
|
||||
%fdupes %{buildroot}%{_datadir}/paraviewdata
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user