]> git.pld-linux.org Git - packages/dx.git/blob - dx.spec
- 4.1.3
[packages/dx.git] / dx.spec
1 Summary:        Excelent tool to making visualization of data.  
2 Summary(pl):    Doskonale narzedzie do vizualizacji danych
3 Name:           dx      
4 Version:        4.1.3
5 Release:        1
6 Group:          Applications
7 License:        IPL
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
29 %prep
30 %setup  -q
31 %patch0 -p1
32 %patch1 -p1
33
34 %build
35 rm missing
36 #autoheader
37 #aclocal
38 #autoconf
39 #automake -a -c
40 %configure2_13 \
41         --prefix=%{_prefix} \
42         --datadir=%{_datadir} \
43         --mandir=%{_mandir}     
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 #install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
50 #install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
51 #install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
52 #install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
53
54
55 %{__make} install DESTDIR=$RPM_BUILD_ROOT
56
57
58 gzip -9nf README ChangeLog 
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/*
66 %{_includedir}/*
67 %{_includedir}/dx/*
68 %{_libdir}/*
69 %doc *.gz
70 %{_datadir}/dx/fonts/*
71 %{_datadir}/dx/bin/*
72 %{_datadir}/dx/help/*
73 %{_datadir}/dx/ui/*
This page took 0.070267 seconds and 3 git commands to generate.