]> git.pld-linux.org Git - packages/TeXmacs.git/blob - TeXmacs.spec
- update to 1.0.2.11
[packages/TeXmacs.git] / TeXmacs.spec
1 Summary:        A wysiwyg mathematical text editor
2 Summary(pl):    Edytor WYSIWYG do tekstów matematycznych
3 Name:           TeXmacs
4 Version:        1.0.2.11
5 Release:        1
6 License:        GPL
7 Group:          Applications/Editors
8 Source0:        ftp://ftp.texmacs.org/pub/TeXmacs/targz/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  aaf332f2f8b0958b7fd0dd159bf15703
10 URL:            http://www.texmacs.org/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  guile-devel >= 1.4.1
13 BuildRequires:  libstdc++-devel
14 Requires:       tetex
15 Requires:       guile-devel
16 Requires:       ghostscript
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 GNU TeXmacs is a free what-you-see-is-what-you-get mathematical text
21 editor, which was both inspired by TeX and GNU Emacs. The program
22 implements high quality typesetting using TeX fonts, but it is also
23 provides a user friendly interface.
24
25 The high typesetting quality still goes through for automatically
26 generated formulas, and it is possible to use TeXmacs as an interface
27 to computer algebra systems. GNU TeXmacs also supports the
28 Guile/Scheme extension language, which makes it possible to adapt the
29 user interface to specific needs and even to extend the editor.
30
31 %description -l pl
32 GNU TeXmacs jest wolnodostêpnym edytorem typu WYSIWYG do tekstów
33 matematycznych, zainspirowanym przez TeXa i GNU Emacsa. Ma
34 zaimplementowany wysokiej jako¶ci sk³ad tekstu przy u¿yciu fontów TeXa
35 a tak¿e udostêpnia przyjazny interfejs u¿ytkownika.
36
37 Wysoka jako¶æ sk³adu jest zachowana przy automatycznie generowanych
38 wzorach i jest mo¿liwe u¿ywanie TeXmacsa jako interfejsu do systemów
39 algebry. GNU TeXmacs obs³uguje tak¿e jêzyk rozszerzeñ Guile/Scheme, co
40 umo¿liwia adaptowanie interfejsu u¿ytkownika do specyficznych potrzeb,
41 a tak¿e rozszerzanie mo¿liwo¶ci edytora.
42
43 %prep
44 %setup -q -n %{name}-%{version}-src
45
46 %build
47 %configure
48
49 # DO NOT add -fno-rtti -fno-implicit-templates, it BREAKS build
50 %{__make} \
51         CXXOPTIMIZE="%{rpmcflags} -fno-exceptions"
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %attr(755,root,root) %{_bindir}/*
65 %{_includedir}/*.h
66 %dir %{_libdir}/%{name}
67 %dir %{_libdir}/%{name}/bin
68 %attr(755,root,root) %{_libdir}/%{name}/bin/*
69 %{_datadir}/%{name}
70 %{_mandir}/man?/*
This page took 0.102892 seconds and 4 git commands to generate.