]> git.pld-linux.org Git - packages/TeXmacs.git/blobdiff - TeXmacs.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/TeXmacs.git] / TeXmacs.spec
index 8fa6f689b84f6e72e50af4bc5c987dae0ca16385..df640e058f62ab4381e25db0fb44765b469d1d97 100644 (file)
@@ -1,22 +1,12 @@
+%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:       0.3.5.12
+Version:       1.0
 Release:       1
 License:       GPL
 Group:         Applications/Editors
-Group(cs):     Aplikace/Editory
-Group(da):     Programmer/Tekstbehandlere
-Group(de):     Applikationen/Editoren
-Group(es):     Aplicaciones/Editores
-Group(fr):     Applications/Editeurs
-Group(it):     Applicazioni/Editor
-Group(ja):     ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥¨¥Ç¥£¥¿
-Group(no):     Applikasjoner/Editorer
-Group(pl):     Aplikacje/Edytory
-Group(pt):     Aplicações/Editores
-Group(ru):     ðÒÉÌÏÖÅÎÉÑ/òÅÄÁËÔÏÒÙ
-Group(sv):     Tillämpningar/Editorer
 Source0:       ftp://ftp.texmacs.org/pub/TeXmacs/targz/%{name}-%{version}-src.tar.gz
 Patch0:                %{name}-ac_fixes.patch
 Patch1:                %{name}-polish.patch
@@ -26,9 +16,22 @@ BuildRequires:       autoconf
 BuildRequires: automake
 BuildRequires: guile-devel
 BuildRequires: libstdc++-devel
+%if %{_gcc_ver} == 3
+BuildRequires: gcc2-c++
+%endif
 Requires:      tetex
+Requires:      guile-devel
 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
@@ -59,8 +62,9 @@ a tak
 %patch1 -p1
 
 %build
+cp -f /usr/share/automake/config.* .
 aclocal
-autoconf
+%{__autoconf}
 %configure
 
 %{__make} CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -fno-implicit-templates"
This page took 0.088283 seconds and 4 git commands to generate.