]> git.pld-linux.org Git - packages/OpenCASCADE.git/blame - OpenCASCADE.spec
- CASROOT failover verified, src directory doesn't contain examples but data
[packages/OpenCASCADE.git] / OpenCASCADE.spec
CommitLineData
ab499437 1#
ab499437
TP
2# All modifications and additions to the file contributed by third parties
3# remain the property of their copyright owners, unless otherwise agreed
4# upon. The license for this file, and modifications and additions to the
5# file, is the same license as for the pristine package itself (unless the
6# license for the pristine package is not an Open Source License, in which
7# case the license is the MIT License). An "Open Source License" is a
8# license that conforms to the Open Source Definition (Version 1.9)
9# published by the Open Source Initiative.
10
211fd830 11Summary: OpenCASCADE CAE platform
9d815b70 12Name: OpenCASCADE
211fd830
TP
13# The 6.3.1 is a maintenance release, only available for OCC customers
14Version: 6.3.0
ab499437 15Release: 40.3
211fd830 16License: LGPL-like, see http://www.opencascade.org/occ/license/
b22968e0 17Group: Applications/Engineering
211fd830
TP
18Source0: http://files.opencascade.com/OCC_6.3_release/%{name}_src.tgz
19# Source0-md5: 52778127974cb3141c2827f9d40d1f11
9d815b70
TP
20Patch0: %{name}6.3.0-obs-check.patch
21Patch1: %{name}6.3.0-strcmp.patch
ab499437 22Patch2: OpenCASCADE6.3.0-occ6.3.0.patch
49bdbc8a 23Patch3: %{name}6.3.0-casroot.patch
ab499437
TP
24Patch5: OpenCASCADE6.3.0-tkernel-ld.patch
25Patch6: OpenCASCADE6.3.0-mft-disable-mmap.patch
26Patch7: OpenCASCADE6.3.0-no-bitmaps-icon.patch
61b2b43f 27Patch8: %{name}6.3.0-DESTDIR.patch
ab499437
TP
28Patch9: OpenCASCADE6.3.0-maint-mode.patch
29Patch10: OpenCASCADE6.3.0-dep-libs.patch
30Patch11: OpenCASCADE6.3.0-move-vrml-vis.patch
ab499437
TP
31Patch14: OpenCASCADE6.3.0-wok-install.patch
32Patch15: OpenCASCADE6.3.0-udlist.patch
33Patch16: OpenCASCADE6.3.0-WOKUnix_FDescr.patch
211fd830 34URL: http://www.opencascade.org/
61b2b43f
TP
35BuildRequires: autoconf
36BuildRequires: automake
b22968e0
TP
37BuildRequires: bison
38BuildRequires: flex
869e1a31 39BuildRequires: java-sun-jdk-base
61b2b43f
TP
40BuildRequires: libstdc++-devel
41BuildRequires: libtool
42BuildRequires: Mesa-libGLU-devel
869e1a31 43BuildRequires: tk-devel
61b2b43f
TP
44BuildRequires: xorg-lib-libX11-devel
45BuildRequires: xorg-lib-libXmu-devel
46BuildRequires: xorg-proto-xproto-devel
9d815b70 47BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
ab499437
TP
48
49%description
50OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data
51exchange and rapid application development. It is an excellent platform for
52development of numerical simulation software including CAD/CAM/CAE, AEC and
53GIS, as well as PDM applications.
54
b22968e0
TP
55%package libs
56Summary: OpenCASCADE shared libraries
57Group: Libraries
58
59%description libs
60OpenCASCADE shared libraries.
61
ab499437 62%package devel
b22968e0
TP
63Summary: OpenCASCADE development files
64Group: Development/Libraries
65Requires: %{name}-libs = %{version}-%{release}
ab499437
TP
66
67%description devel
b22968e0
TP
68OpenCASCADE development files.
69
70%package doc
71Summary: OpenCASCADE documentation
72Group: Documentation
73
74%description doc
75OpenCASCADE help and html documentation.
76
ab499437
TP
77%prep
78%setup -q -n %{name}%{version}
ab499437
TP
79%patch0 -p1
80%patch1 -p1
81%patch2 -p1
82%patch3 -p1
ab499437
TP
83%patch5 -p1
84%patch6 -p1
85%patch7 -p1
86%patch8 -p1
87%patch9 -p1
88%patch10 -p1
89%patch11 -p1
ab499437
TP
90%patch14 -p1
91%patch15 -p1
92%patch16 -p1
b22968e0
TP
93cd ros/src/ExprIntrp
94bison -d -p ExprIntrp -o ExprIntrp.tab.c ExprIntrp.yacc
95flex -L -8 -Cf -Cr -P ExprIntrp -o lex.ExprIntrp.c ExprIntrp.lex
96mv ExprIntrp.tab.h ../../inc/
97cp ExprIntrp.tab.c lex.ExprIntrp.c ../../drv/ExprIntrp/
ab499437
TP
98
99%build
9d815b70
TP
100cd ros
101%{__libtoolize}
102%{__aclocal} -I m4
103%{__autoconf}
104%{__autoheader}
105%{__automake}
106
ab499437 107%ifarch x86_64 ppc64
b22968e0
TP
108export CFLAGS="%{rpmcflags} -D_OCC64 -fno-strict-aliasing"
109export CXXFLAGS="%{rpmcflags} -D_OCC64 -fno-strict-aliasing"
ab499437 110%else
b22968e0
TP
111export CFLAGS="%{rpmcflags} -fno-strict-aliasing"
112export CXXFLAGS="%{rpmcflags} -fno-strict-aliasing"
ab499437 113%endif
ab499437 114LDFLAGS=-lpthread %configure \
ab499437
TP
115 --disable-static \
116 --disable-debug \
117 --enable-production \
869e1a31 118 --enable-draw \
ab499437
TP
119 --enable-wok \
120 --enable-wrappers \
b22968e0 121 --with-java-include="%{java_home}"/include
ab499437 122
cdf0b2d4 123%{__make}
ab499437
TP
124
125%install
cdf0b2d4 126rm -rf $RPM_BUILD_ROOT
49bdbc8a 127install -d $RPM_BUILD_ROOT{%{_datadir},%{_includedir}}
61b2b43f 128
ab499437 129cd ros
61b2b43f
TP
130%{__make} install \
131 DESTDIR=$RPM_BUILD_ROOT
ab499437 132cd ..
b22968e0
TP
133
134cp -a data $RPM_BUILD_ROOT%{_datadir}/%{name}
cdf0b2d4
TP
135cp -a doc %{buildroot}%{_prefix}/
136cp -a samples %{buildroot}%{_prefix}/
ab499437 137
49bdbc8a 138mv $RPM_BUILD_ROOT{%{_prefix}/src,%{_datadir}/%{name}}
3c55ead9
TP
139mv $RPM_BUILD_ROOT{%{_prefix}/inc,%{_includedir}/%{name}}
140rm -r $RPM_BUILD_ROOT%{_prefix}/{Linux,lin}
141
cdf0b2d4 142%post -p /sbin/ldconfig
ab499437
TP
143%postun -p /sbin/ldconfig
144
145%clean
cdf0b2d4 146rm -rf $RPM_BUILD_ROOT
ab499437
TP
147
148%files
cdf0b2d4 149%defattr(644,root,root,755)
3c55ead9
TP
150%attr(755,root,root) %{_bindir}/DRAWEXE
151%attr(755,root,root) %{_bindir}/wok*
49bdbc8a 152%{_datadir}/%{name}
3c55ead9
TP
153
154%files libs
155%defattr(644,root,root,755)
156%attr(755,root,root) %{_libdir}/*.so.*.*.*
157%attr(755,root,root) %ghost %{_libdir}/*.so.0
158
ab499437
TP
159%dir %{_prefix}/wok
160%dir %{_prefix}/wok/lib/
161%dir %{_prefix}/wok/site/
162%dir %{_prefix}/data
163%dir %{_prefix}/doc
ab499437
TP
164%{_prefix}/data/*
165%{_prefix}/doc/*
166%{_prefix}/wok/lib/*
167%{_prefix}/wok/site/*
168%{_prefix}/config.h
169%{_prefix}/env_DRAW.sh
ab499437 170/usr/share/doc/packages/opencascade
ab499437
TP
171%dir %{_prefix}/src/UnitsAPI
172%dir %{_prefix}/src
173%{_prefix}/src/UnitsAPI/*.dat
174
175%files devel
cdf0b2d4 176%defattr(644,root,root,755)
3c55ead9 177%{_includedir}/%{name}
ab499437 178%{_libdir}/*.la
3c55ead9
TP
179%attr(755,root,root) %{_libdir}/*.so
180
ab499437
TP
181%dir %{_prefix}/src/
182%{_prefix}/src/*
ab499437
TP
183%dir %{_prefix}/samples
184%{_prefix}/samples/*
185%exclude %{_prefix}/src/UnitsAPI/*.dat
This page took 0.131141 seconds and 4 git commands to generate.