]> git.pld-linux.org Git - packages/MathReader4.git/commitdiff
- MathReader version 4 for PPC(based on MathReader.spec)
authorundefine <undefine@pld-linux.org>
Sat, 4 Dec 2004 23:26:56 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathReader4.spec -> 1.1

MathReader4.spec [new file with mode: 0644]

diff --git a/MathReader4.spec b/MathReader4.spec
new file mode 100644 (file)
index 0000000..c5b42a1
--- /dev/null
@@ -0,0 +1,79 @@
+%define                realname        MathReader
+Summary:       Mathematica Notebook Reader
+Summary(pl):   Przegl±darka plików z programu Mathematica
+Name:          MathReader4
+Version:       4.2.1
+Release:       1.1
+License:       almost free, distributable
+# from http://www.wolfram.com/products/mathreader/download.cgi
+Source0:       %{realname}-%{version}-Linux-PPC.tar.gz
+# Source0-md5: 9743cf3c81d3f83661034ae2cf5b6e78
+Source1:       %{realname}.desktop
+Group:         Applications/Math
+URL:           http://www.wolfram.com/products/mathreader/
+ExclusiveArch: ppc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MathReader is a viewer for notebook documents created with
+Mathematica, the world's only fully integrated technical computing
+system. MathReader lets you display and print Mathematica notebooks,
+animate graphics, play sounds, and copy information from notebooks to
+other documents. MathReader can be used by most web browsers as a
+helper application for viewing notebook documents.
+
+%description -l pl
+MathReader jest przegl±dark± dla dokumentów utworzonych w programie
+Mathematica, jedynym w ¶wiecie w pe³ni zintegrowanym systemie
+technicznych obliczeñ. MathReader pozwala wy¶wietlaæ i drukowaæ
+notatki, odtwarzaæ animacje, odgrywaæ d¼wiêki i kopiowaæ informacje z
+notatek programu Mathematica do innych dokumentów. MathReader mo¿e byæ
+te¿ u¿ywany przez wiêkszo¶æ przegl±darek WWW jako aplikacja pomocnicza
+do przegl±dania dokumentów.
+
+%prep
+%setup -q -n %{realname}-%{version}-Linux-PPC
+
+%install
+rm -rf $RPM_BUILD_ROOT
+PAGER=/bin/cat
+export PAGER
+
+(
+cat <<EOF
+a
+$RPM_BUILD_ROOT%{_libdir}
+y
+$RPM_BUILD_ROOT%{_bindir}
+EOF
+) | \
+sh MathReaderInstaller
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
+ln -sf %{_libdir}/%{realname}/Executables/{MathReader,mathreader} $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Files/SystemFiles/Installation/TextResources/English/LicenseAgreement.txt
+%attr(755,root,root) %{_bindir}/%{realname}
+%dir %{_libdir}/%{realname}
+%attr(755,root,root) %{_libdir}/%{realname}/Executables
+%{_libdir}/%{realname}/Configuration
+%{_libdir}/%{realname}/Documentation
+%dir %{_libdir}/%{realname}/SystemFiles
+%{_libdir}/%{realname}/SystemFiles/CharacterEncodings
+%dir %{_libdir}/%{realname}/SystemFiles/FrontEnd
+%dir %{_libdir}/%{realname}/SystemFiles/FrontEnd/Binaries
+%ifarch ppc
+%attr(755,root,root) %{_libdir}/%{realname}/SystemFiles/FrontEnd/Binaries/Linux-PPC
+%endif
+%{_libdir}/%{realname}/SystemFiles/FrontEnd/StyleSheets
+%{_libdir}/%{realname}/SystemFiles/FrontEnd/SystemResources
+%{_libdir}/%{realname}/SystemFiles/FrontEnd/TextResources
+%{_libdir}/%{realname}/SystemFiles/Fonts
+%{_libdir}/%{realname}/SystemFiles/SpellingDictionaries
+%{_desktopdir}/%{realname}.desktop
This page took 0.068354 seconds and 4 git commands to generate.