]> git.pld-linux.org Git - packages/dx.git/blob - dx.spec
112e3c6f5dcd1d1630afb77245560dbb8ee50d77
[packages/dx.git] / dx.spec
1 Summary:        Excelent tool to making visualization of data
2 Summary(pl):    Doskona³e narzêdzie do wizualizacji danych
3 Name:           dx
4 Version:        4.2.0
5 Release:        1
6 License:        IPL
7 Group:          Applications
8 Source0:        http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz
9 # Source0-md5:  a57c5ee29457d5cb4745986f696ea19e
10 Source1:        http://opendx.npaci.edu/source/%{name}samples-%{version}.tar.gz
11 # Source1-md5:  530feaf2a90011022fd778c951525377
12 Patch0:         %{name}-DESTDIR.patch
13 Patch1:         %{name}-ac_fix.patch
14 URL:            http://www.opendx.org/
15 BuildRequires:  ImageMagick-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  flex
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 OpenDX is a uniquely powerful, full-featured software package for the
23 visualization of scientific, engineering and analytical data: Its open
24 system design is built on a standard interface environments. And its
25 sophisticated data model provides users with great flexibility in
26 creating visualizations.
27
28 %description -l pl
29 OpenDX jest w pe³ni funkcjonalnym, o unikalnych mo¿liwo¶ciach,
30 pakietem do wizualizacji danych naukowych, in¿ynierskich i
31 analitycznych. Zosta³ zaprojektowany w sposób otwarty, w oparciu o
32 standardowe ¶rodowiska interfejstów. Jego przemy¶lany model danych
33 daje u¿ytkownikom du¿± elastyczno¶æ w tworzeniu wizualizacji.
34
35 %prep
36 %setup  -q
37 %patch0 -p1
38 %patch1 -p1
39
40 %build
41 rm -f missing aclocal.m4
42 %{__aclocal}
43 %{__autoheader}
44 %{__autoconf}
45 %{__automake}
46 %configure \
47         --prefix=%{_prefix} \
48         --datadir=%{_datadir} \
49         --mandir=%{_mandir} \
50         --without-javadx
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 ln -sf %{_bindir} $RPM_BUILD_ROOT%{_datadir}/dx/bin
61 ln -sf %{_bindir} $RPM_BUILD_ROOT%{_datadir}/dx/bin_linux
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_bindir}/*
69 %{_includedir}/*
70 %{_libdir}/*
71 %dir %{_datadir}/dx
72 %{_datadir}/dx/bin
73 %{_datadir}/dx/bin_linux
74 %{_datadir}/dx/fonts
75 %{_datadir}/dx/help
76 %{_datadir}/dx/ui
77 %doc %{_datadir}/doc/dx/*
This page took 0.172592 seconds and 3 git commands to generate.