]> git.pld-linux.org Git - packages/dx.git/blob - dx.spec
- adapterized.
[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.1.3
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}-acfix.patch
12 URL:            http://www.opendx.org/
13 BuildRequires:  flex
14 BuildRequires:  ImageMagick-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 OpenDX is a uniquely powerful, full-featured software package for the
22 visualization of scientific, engineering and analytical data: Its open
23 system design is built on a standard interface environments. And its
24 sophisticated data model provides users with great flexibility in
25 creating visualizations.
26
27 %description -l pl
28 OpenDX jest w pe³ni funkcjonalnym, o unikalnych mo¿liwo¶ciach,
29 pakietem do wizualizacji danych naukowych, in¿ynierskich i
30 analitycznych. Zosta³ zaprojektowany w sposób otwarty, w oparciu o
31 standardowe ¶rodowiska interfejstów. Jego przemy¶lany model danych
32 daje u¿ytkownikom du¿± elastyczno¶æ w tworzeniu wizualizacji.
33
34 %prep
35 %setup  -q
36 %patch0 -p1
37 %patch1 -p1
38
39 %build
40 rm -f missing
41 #autoheader
42 #aclocal
43 #autoconf
44 #automake -a -c
45 %configure2_13 \
46         --prefix=%{_prefix} \
47         --datadir=%{_datadir} \
48         --mandir=%{_mandir}
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 #install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
55 #install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
56 #install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
57 #install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
58
59 %{__make} install DESTDIR=$RPM_BUILD_ROOT
60
61 gzip -9nf README ChangeLog
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 %doc *.gz
72 %dir %{_datadir}/dx
73 %{_datadir}/dx/fonts
74 %{_datadir}/dx/bin
75 %{_datadir}/dx/help
76 %{_datadir}/dx/ui
This page took 0.066101 seconds and 4 git commands to generate.