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