]> git.pld-linux.org Git - packages/MathReader.git/blob - MathReader.spec
- missing dirs
[packages/MathReader.git] / MathReader.spec
1 # TODO:
2 # - version for PPC/alpha/IA64/AMD64
3 # - talk with wolfram about redistribute it ;)
4 Summary:        Mathematica Notebook Reader
5 Summary(pl):    Przegl±darka plików z programu Mathematica
6 Name:           MathReader
7 Version:        5.0.1
8 Release:        1
9 License:        Almost Free... look at http://www.wolfram.com/products/mathreader/licenseagreement.html
10 # from http://www.wolfram.com/products/mathreader/download.cgi
11 Source0:        %{name}_%{version}_Linux.sh
12 Group:          Applications/Math
13 URL:            http://www.wolfram.com/products/mathreader/
14 ExclusiveArch:  %{ix86}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 MathReader is a viewer for notebook documents created with
19 Mathematica, the world's only fully integrated technical computing
20 system. MathReader lets you display and print Mathematica notebooks,
21 animate graphics, play sounds, and copy information from notebooks to
22 other documents. MathReader can be used by most web browsers as a
23 helper application for viewing notebook documents.
24
25 %description -l pl
26 MathReader jest przegl±dark± dla dokumentów utworzonych w programie
27 Mathematica, jedynym w ¶wiecie w pe³ni zintegrowanym systemie
28 technicznych obliczeñ. MathReader pozwala wy¶wietlaæ i drukowaæ
29 notatki, odtwarzaæ animacje, odgrywaæ d¼wiêki i kopiowaæ informacje z
30 notatek programu Mathematica do innych dokumentów. MathReader mo¿e byæ
31 te¿ u¿ywany przez wiêkszo¶æ przegl±darek WWW jako aplikacja pomocnicza
32 do przegl±dania dokumentów.
33
34 %prep
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 sh %{SOURCE0} auto \
40         -targetdir=$RPM_BUILD_ROOT%{_libdir}/%{name} \
41         -execdir=$RPM_BUILD_ROOT%{_bindir}
42
43 install -d $RPM_BUILD_ROOT%{_bindir}
44 ln -sf %{_libdir}/%{name}/Executables/* $RPM_BUILD_ROOT%{_bindir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/%{name}
52 %dir %{_libdir}/%{name}
53 %attr(755,root,root) %{_libdir}/%{name}/Executables
54 %{_libdir}/%{name}/Configuration
55 %{_libdir}/%{name}/Documentation
56 %dir %{_libdir}/%{name}/SystemFiles
57 %{_libdir}/%{name}/SystemFiles/CharacterEncodings
58 %dir %{_libdir}/%{name}/SystemFiles/FrontEnd
59 %dir %{_libdir}/%{name}/SystemFiles/FrontEnd/Binaries
60 %attr(755,root,root) %{_libdir}/%{name}/SystemFiles/FrontEnd/Binaries/Linux
61 %{_libdir}/%{name}/SystemFiles/FrontEnd/StyleSheets
62 %{_libdir}/%{name}/SystemFiles/FrontEnd/SystemResources
63 %{_libdir}/%{name}/SystemFiles/FrontEnd/TextResources
64 %{_libdir}/%{name}/SystemFiles/Fonts
65 %{_libdir}/%{name}/SystemFiles/Installation
66 %{_libdir}/%{name}/SystemFiles/SpellingDictionaries
This page took 0.057138 seconds and 3 git commands to generate.