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