]> git.pld-linux.org Git - packages/dx.git/blame - dx.spec
- fixed more C++ issues (added narrowing,conversion patches)
[packages/dx.git] / dx.spec
CommitLineData
2f333b73 1Summary: Excellent tool for making visualization of data
bbe5b64c 2Summary(pl.UTF-8): Doskonałe narzędzie do wizualizacji danych
87ff9ddb 3Name: dx
06b6bf25 4Version: 4.4.4
eaee3e08 5Release: 20
2f7c6ea3 6License: IPL
eaee3e08 7Group: Applications/Science
4f56f054 8Source0: http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz
06b6bf25
JR
9# Source0-md5: 6da0c4cd21d3c08f97b7662e3aee5b7b
10Source1: http://opendx.npaci.edu/source/%{name}samples-4.4.0.tar.gz
4e8e9895 11# Source1-md5: e8f43722ca0a66282608bded7c0e4f93
5f61fa7f 12Source2: %{name}.desktop
4f56f054 13Patch0: %{name}-DESTDIR.patch
aa5c8b82 14Patch1: %{name}-nolibs.patch
b33192a8
ER
15Patch2: %{name}samples-DESTDIR.patch
16Patch3: %{name}samples-unused_bin.patch
8f58c354 17Patch4: %{name}-include.patch
4a53e0e8
JR
18Patch5: %{name}-ac.patch
19Patch6: %{name}-ImageMagic.patch
fff3497b
JR
20Patch7: %{name}-open.patch
21Patch8: %{name}-gcc43.patch
1798cd75 22Patch9: format-security.patch
eaee3e08
JB
23Patch10: %{name}-narrowing.patch
24Patch11: %{name}-conversion.patch
87ff9ddb 25URL: http://www.opendx.org/
e9c28b4e 26BuildRequires: ImageMagick-devel >= 1:6.2.4.0
fff3497b 27BuildRequires: OpenGL-GLU-devel
b33192a8 28BuildRequires: OpenGL-devel
92191875 29BuildRequires: autoconf >= 2.57
098f7bd8 30BuildRequires: automake
2f333b73 31BuildRequires: bison
eaee3e08 32BuildRequires: cdflib-devel
098f7bd8 33BuildRequires: flex
2f333b73 34BuildRequires: hdf-devel
dee13415 35BuildRequires: libjpeg-devel
2f333b73 36BuildRequires: libtiff-devel
eaee3e08 37BuildRequires: libstdc++-devel
b33192a8 38BuildRequires: libtool
2f333b73
TP
39BuildRequires: motif-devel
40BuildRequires: netcdf-devel
eaee3e08
JB
41BuildRequires: xorg-lib-libICE-devel
42BuildRequires: xorg-lib-libSM-devel
43BuildRequires: xorg-lib-libX11-devel
44BuildRequires: xorg-lib-libXext-devel
fff3497b 45BuildRequires: xorg-lib-libXinerama-devel
eaee3e08
JB
46BuildRequires: xorg-lib-libXmu-devel
47BuildRequires: xorg-lib-libXp-devel
fff3497b 48BuildRequires: xorg-lib-libXpm-devel
eaee3e08 49BuildRequires: xorg-lib-libXt-devel
aa5c8b82 50Requires: %{name}-libs = %{version}-%{release}
b33192a8 51Requires: openssh-clients
56cc8230 52BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
53
dee13415 54%define specflags_ia32 -fomit-frame-pointer
09857975 55%define skip_post_check_so libDXL.so.*
dee13415 56
87ff9ddb 57%description
56cc8230 58OpenDX is a uniquely powerful, full-featured software package for the
4f56f054
MP
59visualization of scientific, engineering and analytical data: Its open
60system design is built on a standard interface environments. And its
61sophisticated data model provides users with great flexibility in
62creating visualizations.
56cc8230 63
dcb1af5f
JR
64%description -l pl.UTF-8
65OpenDX jest w pełni funkcjonalnym, o unikalnych możliwościach,
66pakietem do wizualizacji danych naukowych, inżynierskich i
67analitycznych. Został zaprojektowany w sposób otwarty, w oparciu o
b33192a8
ER
68standardowe środowiska interfejsów. Jego przemyślany model danych daje
69użytkownikom dużą elastyczność w tworzeniu wizualizacji.
56cc8230 70
2f333b73
TP
71%package libs
72Summary: OpenDX shared libraries
bbe5b64c 73Summary(pl.UTF-8): Biblioteki współdzielone OpenDX
2f333b73
TP
74Group: Libraries
75
76%description libs
77OpenDX shared libraries.
78
dcb1af5f
JR
79%description libs -l pl.UTF-8
80Biblioteki współdzielone OpenDX.
2f333b73
TP
81
82%package devel
83Summary: OpenDX development files
bbe5b64c 84Summary(pl.UTF-8): Pliki nagłówkowe OpenDX
2f333b73 85Group: Development/Libraries
aa5c8b82 86Requires: %{name}-libs = %{version}-%{release}
2f333b73
TP
87
88%description devel
89OpenDX development files.
90
dcb1af5f
JR
91%description devel -l pl.UTF-8
92Pliki nagłówkowe OpenDX oraz inne pliki, potrzebne do budowania.
2f333b73 93
e7df76ed
TP
94%package static
95Summary: OpenDX static libraries
bbe5b64c 96Summary(pl.UTF-8): Biblioteki statyczne OpenDX
e7df76ed 97Group: Development/Libraries
aa5c8b82 98Requires: %{name}-devel = %{version}-%{release}
e7df76ed
TP
99
100%description static
101OpenDX static libraries.
102
dcb1af5f 103%description static -l pl.UTF-8
e7df76ed
TP
104Biblioteki statyczne OpenDX.
105
2f333b73
TP
106%package doc
107Summary: OpenDX documentation
bbe5b64c 108Summary(pl.UTF-8): Dokumentacja OpenDX
2f333b73 109Group: Documentation
b33192a8
ER
110%if "%{_rpmversion}" >= "5"
111BuildArch: noarch
112%endif
2f333b73
TP
113
114%description doc
115Online help and html documentation for OpenDX.
116
dcb1af5f
JR
117%description doc -l pl.UTF-8
118Podręczna pomoc oraz dokumentacja html dla OpenDX.
2f333b73 119
5a4d0763 120%package examples
121Summary: OpenDX Examples
bbe5b64c 122Summary(pl.UTF-8): Przykłady dla OpenDX
5a4d0763 123Group: Documentation
b33192a8
ER
124%if "%{_rpmversion}" >= "5"
125BuildArch: noarch
126%endif
5a4d0763 127
128%description examples
129Examples for OpenDX.
130
dcb1af5f
JR
131%description examples -l pl.UTF-8
132Przykłady dla OpenDX.
5a4d0763 133
56cc8230 134%prep
5a4d0763 135%setup -q -a 1
2f333b73 136#%patch0 -p1
aa5c8b82 137%patch1 -p1
5a4d0763 138%patch2 -p0
139%patch3 -p1
8f58c354 140%patch4 -p1
4a53e0e8
JR
141%patch5 -p1
142%patch6 -p1
fff3497b
JR
143%patch7 -p1
144%patch8 -p1
1798cd75 145%patch9 -p1
eaee3e08
JB
146%patch10 -p1
147%patch11 -p1
56cc8230 148
149%build
2f333b73 150%{__libtoolize}
4a53e0e8 151%{__aclocal} -I m4
ddde77f0 152%{__autoheader}
098f7bd8 153%{__autoconf}
ddde77f0
MM
154%{__automake}
155%configure \
2f333b73
TP
156 --prefix=%{_datadir} \
157 --enable-shared \
e7df76ed 158 --enable-static \
2f333b73
TP
159 --disable-dependency-tracking \
160 --enable-smp-linux \
161 --enable-new-keylayout \
fff3497b
JR
162 --without-javadx \
163 --with-rsh=%{_bindir}/ssh
56cc8230 164
06b6bf25 165cd %{name}samples-4.4.0
38605a8b 166%{__aclocal}
167%{__autoheader}
168%{__autoconf}
169%{__automake}
170%configure \
5a4d0763 171 --prefix=%{_examplesdir} \
38605a8b 172 --without-javadx
173cd ..
5a4d0763 174
fff3497b 175%{__make} -j1
56cc8230 176
fff3497b 177%{__make} -j1 -C %{name}samples-4.4.0
5a4d0763 178
56cc8230 179%install
180rm -rf $RPM_BUILD_ROOT
56cc8230 181
716598e9
PG
182%{__make} install \
183 DESTDIR=$RPM_BUILD_ROOT
56cc8230 184
06b6bf25 185%{__make} -C %{name}samples-4.4.0 install \
38605a8b 186 DESTDIR=$RPM_BUILD_ROOT
5a4d0763 187
5f61fa7f 188install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir},%{_mandir},%{_desktopdir},%{_pixmapsdir}}
5a4d0763 189install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
2f333b73 190
b33192a8
ER
191cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
192cp -p src/uipp/ui/icon50.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/dx.xpm
eaee3e08
JB
193%{__mv} $RPM_BUILD_ROOT%{_datadir}/bin/dx $RPM_BUILD_ROOT%{_bindir}
194%{__mv} $RPM_BUILD_ROOT%{_datadir}/dx/man/manl $RPM_BUILD_ROOT%{_mandir}
195%{__mv} $RPM_BUILD_ROOT%{_datadir}/dx/include/* $RPM_BUILD_ROOT%{_includedir}
196%{__mv} $RPM_BUILD_ROOT%{_datadir}/dx/lib_linux $RPM_BUILD_ROOT%{_libdir}/dx
197%{__mv} $RPM_BUILD_ROOT%{_datadir}/dx/bin_linux $RPM_BUILD_ROOT%{_libdir}/dx
198%{__mv} $RPM_BUILD_ROOT%{_examplesdir}/dx/samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
a2ba2395 199ln -s %{_libdir}/dx $RPM_BUILD_ROOT%{_datadir}/dx/lib_linux
2f333b73 200ln -s %{_libdir}/dx/bin_linux $RPM_BUILD_ROOT%{_datadir}/dx
09857975 201%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/{bin,dx/{bin/dx,man,include,doc}}
56cc8230 202
56cc8230 203%clean
204rm -rf $RPM_BUILD_ROOT
205
206%files
207%defattr(644,root,root,755)
aa5c8b82 208%doc doc/README*
4f56f054 209%attr(755,root,root) %{_bindir}/*
569780d2 210%dir %{_datadir}/dx
2f333b73 211%attr(755,root,root) %{_datadir}/dx/bin
098f7bd8 212%{_datadir}/dx/bin_linux
569780d2 213%{_datadir}/dx/fonts
2f333b73 214%{_datadir}/dx/lib
a2ba2395 215%{_datadir}/dx/lib_linux
569780d2 216%{_datadir}/dx/ui
2f333b73 217%{_mandir}/manl/*
c17a201a 218%{_desktopdir}/*.desktop
5f61fa7f 219%{_pixmapsdir}/*
2f333b73
TP
220
221%files libs
222%defattr(644,root,root,755)
358b5150
JB
223%dir %{_libdir}/dx
224%attr(755,root,root) %{_libdir}/dx/bin_linux
225%attr(755,root,root) %{_libdir}/dx/lib*.so.*
2f333b73
TP
226
227%files devel
228%defattr(644,root,root,755)
229%{_includedir}/*
230%{_libdir}/dx/*.mak
231%{_libdir}/dx/*.la
232%{_libdir}/dx/*.so
233
e7df76ed
TP
234%files static
235%defattr(644,root,root,755)
236%{_libdir}/dx/*.a
237
2f333b73
TP
238%files doc
239%defattr(644,root,root,755)
2f333b73 240%{_datadir}/dx/h*
5a4d0763 241
242%files examples
243%defattr(644,root,root,755)
244%{_examplesdir}/%{name}-%{version}
This page took 0.142461 seconds and 4 git commands to generate.