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