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