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