]> git.pld-linux.org Git - packages/MathReader4.git/blame - MathReader4.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/MathReader4.git] / MathReader4.spec
CommitLineData
c4e28a72 1%define realname MathReader
2Summary: Mathematica Notebook Reader
d3e19955 3Summary(pl.UTF-8): Przeglądarka plików z programu Mathematica
c4e28a72 4Name: MathReader4
5Version: 4.2.1
142a8a83 6Release: 1
c4e28a72 7License: almost free, distributable
8# from http://www.wolfram.com/products/mathreader/download.cgi
9Source0: %{realname}-%{version}-Linux-PPC.tar.gz
10# Source0-md5: 9743cf3c81d3f83661034ae2cf5b6e78
11Source1: %{realname}.desktop
12Group: Applications/Math
13URL: http://www.wolfram.com/products/mathreader/
14ExclusiveArch: ppc
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18MathReader is a viewer for notebook documents created with
19Mathematica, the world's only fully integrated technical computing
20system. MathReader lets you display and print Mathematica notebooks,
21animate graphics, play sounds, and copy information from notebooks to
22other documents. MathReader can be used by most web browsers as a
23helper application for viewing notebook documents.
24
3a715f75
JR
25%description -l pl.UTF-8
26MathReader jest przeglądarką dla dokumentów utworzonych w programie
27Mathematica, jedynym w świecie w pełni zintegrowanym systemie
28technicznych obliczeń. MathReader pozwala wyświetlać i drukować
29notatki, odtwarzać animacje, odgrywać dźwięki i kopiować informacje z
30notatek programu Mathematica do innych dokumentów. MathReader może być
31też używany przez większość przeglądarek WWW jako aplikacja pomocnicza
32do przeglądania dokumentów.
c4e28a72 33
34%prep
35%setup -q -n %{realname}-%{version}-Linux-PPC
36
37%install
38rm -rf $RPM_BUILD_ROOT
39PAGER=/bin/cat
40export PAGER
41
42(
43cat <<EOF
44a
45$RPM_BUILD_ROOT%{_libdir}
46y
47$RPM_BUILD_ROOT%{_bindir}
48EOF
49) | \
50sh MathReaderInstaller
51
52install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
53ln -sf %{_libdir}/%{realname}/Executables/{MathReader,mathreader} $RPM_BUILD_ROOT%{_bindir}
54install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc Files/SystemFiles/Installation/TextResources/English/LicenseAgreement.txt
62%attr(755,root,root) %{_bindir}/%{realname}
63%dir %{_libdir}/%{realname}
64%attr(755,root,root) %{_libdir}/%{realname}/Executables
65%{_libdir}/%{realname}/Configuration
66%{_libdir}/%{realname}/Documentation
67%dir %{_libdir}/%{realname}/SystemFiles
68%{_libdir}/%{realname}/SystemFiles/CharacterEncodings
69%dir %{_libdir}/%{realname}/SystemFiles/FrontEnd
70%dir %{_libdir}/%{realname}/SystemFiles/FrontEnd/Binaries
71%ifarch ppc
72%attr(755,root,root) %{_libdir}/%{realname}/SystemFiles/FrontEnd/Binaries/Linux-PPC
73%endif
74%{_libdir}/%{realname}/SystemFiles/FrontEnd/StyleSheets
75%{_libdir}/%{realname}/SystemFiles/FrontEnd/SystemResources
76%{_libdir}/%{realname}/SystemFiles/FrontEnd/TextResources
77%{_libdir}/%{realname}/SystemFiles/Fonts
78%{_libdir}/%{realname}/SystemFiles/SpellingDictionaries
79%{_desktopdir}/%{realname}.desktop
This page took 0.097126 seconds and 4 git commands to generate.