]> git.pld-linux.org Git - packages/TeXmacs.git/blob - TeXmacs.spec
- it should at least be buildable now
[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.0
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 URL:            http://www.texmacs.org/
13 BuildRequires:  guile-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  XFree86-devel
16 Requires:       tetex
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 TeX-a i GNU Emacsa. Ma
34 zaimplementowany wysokiej jako¶ci sk³ad przy u¿yciu fontów TeX-a, ale
35 udostêpnia tak¿e 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 edytora.
42
43 %prep
44 %setup -q -n %{name}-%{version}-src
45
46 %build
47 %configure2_13 \
48         --libexecdir=%{_libdir}
49
50 %{__make} CXXFLAGS="%{rpmcflags}"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %attr(755,root,root) %{_bindir}/*
64 %{_includedir}/*.h
65 %dir %{_libdir}/%{name}-%{version}
66 %dir %{_libdir}/%{name}-%{version}/bin
67 %dir %{_libdir}/%{name}-%{version}/lib
68 %attr(755,root,root) %{_libdir}/%{name}-%{version}/bin/*
69 %attr(755,root,root) %{_libdir}/%{name}-%{version}/lib/*
70 %{_datadir}/%{name}-%{version}
71 %{_mandir}/man?/*
This page took 0.077598 seconds and 3 git commands to generate.