]> 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 d6d9bd60019e8945bb8730a537fa77c578cd7d61..df640e058f62ab4381e25db0fb44765b469d1d97 100644 (file)
@@ -1,9 +1,9 @@
-%define         _gcc_ver        %(%{__cc} --version | cut -b 1)
+%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.14
+Version:       1.0
 Release:       1
 License:       GPL
 Group:         Applications/Editors
@@ -20,6 +20,7 @@ BuildRequires:        libstdc++-devel
 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
@@ -61,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.102454 seconds and 4 git commands to generate.