]> git.pld-linux.org Git - packages/dx.git/blob - dx.spec
Just passed trough adapter
[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.0
5 Release:        1
6 Group:          -
7 ######          Unknown group!
8 Group(de):      -
9 Group(fr):      -
10 Group(pl):      -
11 Group(tr):      -
12 Copyright:      IPL
13 Vendor:         PLD
14 Source0:        http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz
15 Source1:        http://opendx.npaci.edu/source/%{name}samples-4.0.8.tar.gz
16 Patch0:         %{name}-DESTDIR.patch
17 URL:            http://www.opendx.org   
18 #BuildPrereq:   
19 #Requires:      
20 #Prereq:        
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25
26 %description 
27 OpenDX is a uniquely powerful, full-featured software package for the
28 visualization of scientific, engineering and analytical data: Its open
29 system design is built on a standard interface environments. And its
30 sophisticated data model provides users with great flexibility in
31 creating visualizations.
32
33 %description -l pl
34
35 %prep
36 %setup  -q
37 %patch -p1
38
39 %build
40 autoheader;autoconf;automake; 
41
42 %configure      --prefix=%{_prefix}     \
43                 --datadir=%{_datadir}   \
44                 --mandir=%{_mandir}     
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
51 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
52 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
53 install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
54
55
56 %{__make} install DESTDIR=$RPM_BUILD_ROOT
57
58
59 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
60         README ChangeLog 
61
62 %pre
63
64 %preun
65
66 %post
67
68 %postun
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %attr(755,root,root) %{_bindir}/*
76 %{_includedir}/*
77 %{_includedir}/dx/*
78 %{_libdir}/*
79 %doc /usr/share/doc/dx/*
80 %doc /usr/share/doc/dx/html/*
81 %{_datadir}/dx/fonts/*
82 %{_datadir}/dx/bin/*
83 %{_datadir}/dx/help/*
84 %{_datadir}/dx/ui/*
This page took 0.117902 seconds and 3 git commands to generate.