]> git.pld-linux.org Git - packages/TeXmacs.git/blob - TeXmacs.spec
- updated to 0.3.5.12 (bugfix release) and remove obsoleted aplha patch.
[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:        0.3.5.12
5 Release:        1
6 License:        GPL
7 Group:          Applications/Editors
8 Group(cs):      Aplikace/Editory
9 Group(da):      Programmer/Tekstbehandlere
10 Group(de):      Applikationen/Editoren
11 Group(es):      Aplicaciones/Editores
12 Group(fr):      Applications/Editeurs
13 Group(it):      Applicazioni/Editor
14 Group(ja):      ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥¨¥Ç¥£¥¿
15 Group(no):      Applikasjoner/Editorer
16 Group(pl):      Aplikacje/Edytory
17 Group(pt):      Aplicações/Editores
18 Group(ru):      ðÒÉÌÏÖÅÎÉÑ/òÅÄÁËÔÏÒÙ
19 Group(sv):      Tillämpningar/Editorer
20 Source0:        ftp://ftp.texmacs.org/pub/TeXmacs/targz/%{name}-%{version}-src.tar.gz
21 Patch0:         %{name}-ac_fixes.patch
22 Patch1:         %{name}-polish.patch
23 URL:            http://www.texmacs.org/
24 BuildRequires:  XFree86-devel
25 BuildRequires:  autoconf
26 BuildRequires:  automake
27 BuildRequires:  guile-devel
28 BuildRequires:  libstdc++-devel
29 Requires:       tetex
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 GNU TeXmacs is a free what-you-see-is-what-you-get mathematical text
34 editor, which was both inspired by TeX and GNU Emacs. The program
35 implements high quality typesetting using TeX fonts, but it is also
36 provides a user friendly interface.
37
38 The high typesetting quality still goes through for automatically
39 generated formulas, and it is possible to use TeXmacs as an interface
40 to computer algebra systems. GNU TeXmacs also supports the
41 Guile/Scheme extension language, which makes it possible to adapt the
42 user interface to specific needs and even to extend the editor.
43
44 %description -l pl
45 GNU TeXmacs jest wolnodostêpnym edytorem typu WYSIWYG do tekstów
46 matematycznych, zainspirowanym przez TeX-a i GNU Emacsa. Ma
47 zaimplementowany wysokiej jako¶ci sk³ad przy u¿yciu fontów TeX-a, ale
48 udostêpnia tak¿e przyjazny interfejs u¿ytkownika.
49
50 Wysoka jako¶æ sk³adu jest zachowana przy automatycznie generowanych
51 wzorach i jest mo¿liwe u¿ywanie TeXmacsa jako interfejsu do systemów
52 algebry. GNU TeXmacs obs³uguje tak¿e jêzyk rozszerzeñ Guile/Scheme, co
53 umo¿liwia adaptowanie interfejsu u¿ytkownika do specyficznych potrzeb,
54 a tak¿e rozszerzanie edytora.
55
56 %prep
57 %setup -q -n %{name}-%{version}-src
58 %patch0 -p1
59 %patch1 -p1
60
61 %build
62 aclocal
63 autoconf
64 %configure
65
66 %{__make} CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -fno-implicit-templates"
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 %defattr(644,root,root,755)
79 %attr(755,root,root) %{_bindir}/*
80 %{_includedir}/*.h
81 %dir %{_libdir}/%{name}-%{version}
82 %dir %{_libdir}/%{name}-%{version}/bin
83 %dir %{_libdir}/%{name}-%{version}/lib
84 %attr(755,root,root) %{_libdir}/%{name}-%{version}/bin/*
85 %attr(755,root,root) %{_libdir}/%{name}-%{version}/lib/*
86 %{_datadir}/%{name}-%{version}
87 %{_mandir}/man?/*
This page took 0.070802 seconds and 4 git commands to generate.