File salome-smesh-ghs3dplugin.spec of Package salome-smesh-ghs3dplugin
AutoReqProv: yes
Name: salome-smesh-ghs3dplugin
Version: 3.2.6
Release: 1
License: LGPL
Source: GHS3DPLUGINsourcesV3.2.6.tar.gz
Group: Productivity/Graphics/CAD
Summary: The open source integration platform for numerical simulation - GHS3DPLUGIN
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#General
BuildRequires: gcc-c++ >= 3.2
BuildRequires: automake >= 1.9
BuildRequires: autoconf >= 2.59
BuildRequires: libtool >= 1.5.6
BuildRequires: tcl-devel >= 8.0
BuildRequires: tk >= 8.0
BuildRequires: python-devel >= 2.3.4
BuildRequires: qt3-devel >= 3.3.3
BuildRequires: python-sip >= 4.1
BuildRequires: python-qt >= 3.13
BuildRequires: boost-devel >= 1.31.0
BuildRequires: swig >= 1.3.24
BuildRequires: opencascade >= 6.2
BuildRequires: libqwt-devel >= 0.4.1
BuildRequires: omniORB-devel >= 4.0.5
BuildRequires: hdf5-devel >= 1.6.4
BuildRequires: med-fichier >= 2.2.3
BuildRequires: vtk >= 4.2.2
BuildRequires: python-numeric >= 22.0
BuildRequires: graphviz >= 1.9
BuildRequires: doxygen >= 1.4.6
BuildRequires: netgen >= 4.5
BuildRequires: docutils >= 0.3.7
#Modules
BuildRequires: salome-kernel
BuildRequires: salome-gui
BuildRequires: salome-smesh
Requires: salome-kernel
Requires: salome-gui
Requires: salome-smesh
%description
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. It is based on an open and flexible architecture made of reusable components available as free software.
This package contains ghs3d plugin for SMESH
%prep
%setup -n GHS3DPLUGIN_SRC_3.2.6
%build
%configure
make
%install
make DESTDIR=%buildroot install
# Write a proper %%files section and remove these two commands and
# the '-f filelist' option to %%files
echo '%%defattr(-,root,root)' >filelist
find %buildroot -type f -printf '/%%P*\n' >>filelist
%clean
rm -rf %buildroot
%files -f filelist
%defattr(-,root,root)
# This is a place for a proper filelist:
# /usr/bin/salome-kernel
# You can also use shell wildcards:
# /usr/share/salome-kernel/*
# This installs documentation files from the top build directory
# into /usr/share/doc/...
# %doc README COPYING
# The advantage of using a real filelist instead of the '-f filelist' trick is
# that rpmbuild will detect if the install section forgets to install
# something that is listed here
%changelog
* Wed Aug 06 2008 madcad@yandex.ru
- packaged salome-smesh-ghs3dplugin version 3.2.6 using the buildservice