]> git.pld-linux.org Git - packages/TeXmacs.git/blobdiff - TeXmacs.spec
- updated to 1.0.2.4
[packages/TeXmacs.git] / TeXmacs.spec
index 81363333fb3ad539b2171d66de7c40fa2da64a58..82f5f1dcea706418bfb335ea73d442c9e5b1034e 100644 (file)
@@ -1,19 +1,21 @@
 Summary:       A wysiwyg mathematical text editor
 Summary(pl):   Edytor WYSIWYG do tekstów matematycznych
 Name:          TeXmacs
-Version:       0.3.5.0
+Version:       1.0.2.4
 Release:       1
 License:       GPL
 Group:         Applications/Editors
-Group(de):     Applikationen/Editors
-Group(pl):     Aplikacje/Edytory
-Group(pt):     Aplicações/Editores
 Source0:       ftp://ftp.texmacs.org/pub/TeXmacs/targz/%{name}-%{version}-src.tar.gz
+# Source0-md5: 309422302613de8e744d18e48484cb2c
 URL:           http://www.texmacs.org/
-BuildRequires: guile-devel
-BuildRequires: libstdc++-devel
 BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: guile-devel >= 1.4.1
+BuildRequires: libstdc++-devel
 Requires:      tetex
+Requires:      guile-devel
+Requires:      ghostscript
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,24 +32,24 @@ user interface to specific needs and even to extend the editor.
 
 %description -l pl
 GNU TeXmacs jest wolnodostêpnym edytorem typu WYSIWYG do tekstów
-matematycznych, zainspirowanym przez TeX-a i GNU Emacsa. Ma
-zaimplementowany wysokiej jako¶ci sk³ad przy u¿yciu fontów TeX-a, ale
-udostêpnia tak¿e przyjazny interfejs u¿ytkownika.
+matematycznych, zainspirowanym przez TeXa i GNU Emacsa. Ma
+zaimplementowany wysokiej jako¶ci sk³ad tekstu przy u¿yciu fontów TeXa
+a tak¿e udostêpnia przyjazny interfejs u¿ytkownika.
 
 Wysoka jako¶æ sk³adu jest zachowana przy automatycznie generowanych
 wzorach i jest mo¿liwe u¿ywanie TeXmacsa jako interfejsu do systemów
 algebry. GNU TeXmacs obs³uguje tak¿e jêzyk rozszerzeñ Guile/Scheme, co
 umo¿liwia adaptowanie interfejsu u¿ytkownika do specyficznych potrzeb,
-a tak¿e rozszerzanie edytora.
+a tak¿e rozszerzanie mo¿liwo¶ci edytora.
 
 %prep
 %setup -q -n %{name}-%{version}-src
 
 %build
-%configure2_13 \
-       --libexecdir=%{_libdir}
+%configure
 
-%{__make} CXXFLAGS="%{rpmcflags}"
+# DO NOT add -fno-rtti -fno-implicit-templates, it BREAKS build
+%{__make} CXXOPTIMIZE="%{rpmcflags} -fno-exceptions"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,10 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_includedir}/*.h
-%dir %{_libdir}/%{name}-%{version}
-%dir %{_libdir}/%{name}-%{version}/bin
-%dir %{_libdir}/%{name}-%{version}/lib
-%attr(755,root,root) %{_libdir}/%{name}-%{version}/bin/*
-%attr(755,root,root) %{_libdir}/%{name}-%{version}/lib/*
-%{_datadir}/%{name}-%{version}
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/bin
+%attr(755,root,root) %{_libdir}/%{name}/bin/*
+%{_datadir}/%{name}
 %{_mandir}/man?/*
This page took 0.284743 seconds and 4 git commands to generate.