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