]> git.pld-linux.org Git - packages/dx.git/blob - dx.spec
- builds... needs polishing though
[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 Source1:        http://opendx.npaci.edu/source/%{name}samples-%{version}.tar.gz
10 Patch0:         %{name}-DESTDIR.patch
11 Patch1:         %{name}-ac_fix.patch
12 URL:            http://www.opendx.org/
13 BuildRequires:  ImageMagick-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  flex
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _prefix         /usr/X11R6
20 %define         _mandir         %{_prefix}/man
21
22 %description
23 OpenDX is a uniquely powerful, full-featured software package for the
24 visualization of scientific, engineering and analytical data: Its open
25 system design is built on a standard interface environments. And its
26 sophisticated data model provides users with great flexibility in
27 creating visualizations.
28
29 %description -l pl
30 OpenDX jest w pe³ni funkcjonalnym, o unikalnych mo¿liwo¶ciach,
31 pakietem do wizualizacji danych naukowych, in¿ynierskich i
32 analitycznych. Zosta³ zaprojektowany w sposób otwarty, w oparciu o
33 standardowe ¶rodowiska interfejstów. Jego przemy¶lany model danych
34 daje u¿ytkownikom du¿± elastyczno¶æ w tworzeniu wizualizacji.
35
36 %prep
37 %setup  -q
38 %patch0 -p1
39 %patch1 -p1
40
41 %build
42 rm -f missing aclocal.m4
43 %{__aclocal}
44 %{__autoheader}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --prefix=%{_prefix} \
49         --datadir=%{_datadir} \
50         --mandir=%{_mandir} \
51         --without-javadx
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install 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.047827 seconds and 4 git commands to generate.