]> git.pld-linux.org Git - packages/TeXmacs.git/blobdiff - TeXmacs.spec
- updated to 1.0.2.4
[packages/TeXmacs.git] / TeXmacs.spec
index df640e058f62ab4381e25db0fb44765b469d1d97..82f5f1dcea706418bfb335ea73d442c9e5b1034e 100644 (file)
@@ -1,37 +1,23 @@
-%define         _gcc_ver        %(%{__cc} -dumpversion | cut -b 1)
-
 Summary:       A wysiwyg mathematical text editor
 Summary(pl):   Edytor WYSIWYG do tekstów matematycznych
 Name:          TeXmacs
-Version:       1.0
+Version:       1.0.2.4
 Release:       1
 License:       GPL
 Group:         Applications/Editors
 Source0:       ftp://ftp.texmacs.org/pub/TeXmacs/targz/%{name}-%{version}-src.tar.gz
-Patch0:                %{name}-ac_fixes.patch
-Patch1:                %{name}-polish.patch
+# Source0-md5: 309422302613de8e744d18e48484cb2c
 URL:           http://www.texmacs.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: guile-devel
+BuildRequires: guile-devel >= 1.4.1
 BuildRequires: libstdc++-devel
-%if %{_gcc_ver} == 3
-BuildRequires: gcc2-c++
-%endif
 Requires:      tetex
 Requires:      guile-devel
+Requires:      ghostscript
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# gcc3 produces broken code (argh!!!), so switch to gcc2 if we found it
-%if %{_gcc_ver} == 3
-%define                __cc            gcc2
-%define                __cxx           g++2
-%ifarch athlon
-%define                rpmcflags       -O2 -march=i686
-%endif
-%endif
-
 %description
 GNU TeXmacs is a free what-you-see-is-what-you-get mathematical text
 editor, which was both inspired by TeX and GNU Emacs. The program
@@ -46,28 +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
-%patch0 -p1
-%patch1 -p1
 
 %build
-cp -f /usr/share/automake/config.* .
-aclocal
-%{__autoconf}
 %configure
 
-%{__make} CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -fno-implicit-templates"
+# DO NOT add -fno-rtti -fno-implicit-templates, it BREAKS build
+%{__make} CXXOPTIMIZE="%{rpmcflags} -fno-exceptions"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -82,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.060721 seconds and 4 git commands to generate.