SHA256
1
0
forked from pool/paraview

Accepting request 653805 from home:jengelh:branches:science

- Trim redundancies from description. (this was removed earlier already)
- Add ldconfig dependency. Avoid xargs use where possible.

OBS-URL: https://build.opensuse.org/request/show/653805
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=59
This commit is contained in:
Atri Bhattacharya 2018-12-05 13:55:34 +00:00 committed by Git OBS Bridge
parent 0e05cc7f6f
commit cee9095e6d
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 4 10:39:13 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim redundancies from description.
- Add ldconfig dependency. Avoid xargs use where possible.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 29 12:00:02 CET 2018 - Mark.Olesen@esi-group.com Thu Nov 29 12:00:02 CET 2018 - Mark.Olesen@esi-group.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -82,13 +82,15 @@ Requires: python
Requires: python-base Requires: python-base
Requires: python-twisted Requires: python-twisted
Requires: python-zope.interface Requires: python-zope.interface
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
# FIXME: Remove when builds for 32-bit are fixed; they currently fail due to offt definition issues in ThirdParty/cgns/vtkcgns/src/adf/ADF_internals.c # FIXME: Remove when builds for 32-bit are fixed; they currently fail due to offt definition issues in ThirdParty/cgns/vtkcgns/src/adf/ADF_internals.c
ExcludeArch: %ix86 ExcludeArch: %ix86
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
ParaView is an open-source, multi-platform data analysis and visualization ParaView is a data analysis and visualization application for
application for visualizing large data sets. visualizing large data sets.
ParaView runs on distributed and shared memory systems alike. It uses VTK ParaView runs on distributed and shared memory systems alike. It uses VTK
(the Visualization Toolkit) as the data processing and rendering engine. (the Visualization Toolkit) as the data processing and rendering engine.
@ -170,7 +172,7 @@ export CXX='g++'
%make_jobs %make_jobs
%install %install
find . \( -name \*.txt -o -name \*.xml -o -name '*.[ch]' -o -name '*.[ch][px][px]' \) -print0 | xargs -0 chmod -x find . \( -name \*.txt -o -name \*.xml -o -name '*.[ch]' -o -name '*.[ch][px][px]' \) -exec chmod -x "{}" +
%cmake_install %cmake_install