"Fossies" - the Fresh Open Source Software Archive 
Member "TeXmacs-2.1.2-src/packages/mandriva/TeXmacs.spec" (5 May 2022, 2320 Bytes) of package /linux/misc/TeXmacs-2.1.2-src.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) RPM Spec source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "TeXmacs.spec":
2.1.1_vs_2.1.2.
1 Name: TeXmacs
2 Version: 2.1.2
3 Release: 1%{?dist}
4 Summary: A structured wysiwyg scientific text editor
5
6 Group: Applications/Editors
7 License: GNU GPL 3.0
8 URL: https://www.texmacs.org
9 Source0: TeXmacs-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12 Packager: Daouda Niang Diatta <dndiatta@lix.polytechnique.fr>
13 Distribution: GNU/Linux
14 Vendor: Jo the ripper software
15 Buildrequires: gcc-c++,libtiff-devel, libltdl-devel, libtool, netpbm, freetype-devel, libxt-devel, qt4-devel, guile-devel, xfig, aspell, ImageMagick
16
17 %description
18
19 GNU TeXmacs is a free wysiwyw (what you see is what you want) editing
20 platform with special features for scientists. The software aims to provide
21 a unified and user friendly framework for editing structured documents with
22 different types of content (text, graphics, mathematics, interactive content,
23 etc.). The rendering engine uses high-quality typesetting algorithms so as to
24 produce professionally looking documents, which can either be printed out
25 or presented from a laptop.
26
27 The software includes a text editor with support for mathematical formulas,
28 a small technical picture editor and a tool for making presentations from
29 a laptop. Moreover, TeXmacs can be used as an interface for many external
30 systems for computer algebra, numerical analysis, statistics, etc.
31 New presentation styles can be written by the user and new features can be
32
33 added to the editor using the Scheme extension language. A native spreadsheet
34 and tools for collaborative authoring are planned for later.
35
36 TeXmacs runs on all major Unix platforms and Windows. Documents can be
37 saved in TeXmacs, Xml or Scheme format and printed as Postscript or
38 Pdf files. Converters exist for TeX/LaTeX and Html/Mathml.
39
40 %prep
41 %setup -q
42
43 %build
44 %configure
45 make %{?_smp_mflags}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 make install DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(-,root,root)
56 %{_bindir}/fig2ps
57 %{_bindir}/texmacs
58 %{_includedir}/TeXmacs.h
59 %doc %{_mandir}/*/*
60 %{_libexecdir}/TeXmacs
61 %{_datadir}/TeXmacs
62
63 %changelog
64
65 * Sun Aug 18 2011 Joris van der Hoeven <vdhoeven@texmacs.org>
66 - 1.0.7.11 Remove dependency on TeTeX and add dependency on Qt
67
68 * Wed Apr 20 2011 Daouda Niang Diatta <dndiatta@lix.polytechnique.fr>
69 - 1.0.7.10 Initial TeXmacs Package