]> git.pld-linux.org Git - packages/TeXmacs.git/commitdiff
- updated to 0.3.5.8, TeXmacs-0_3_5_8-1
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Dec 2001 13:59:07 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- compile with -fno-exceptions -fno-rtti -fno-implicit-templates (this cuts
  output binary size from ~8.7MB to ~4.5MB .. &#$@!?),
- add ac_fixes patch and added also regenerate ac file (now can be used
  %%configure macro).

Changed files:
    TeXmacs.spec -> 1.8

TeXmacs.spec

index 81363333fb3ad539b2171d66de7c40fa2da64a58..1409251ee0a681d51ca7928c5aa947003e749a0f 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       A wysiwyg mathematical text editor
 Summary(pl):   Edytor WYSIWYG do tekstów matematycznych
 Name:          TeXmacs
-Version:       0.3.5.0
+Version:       0.3.5.8
 Release:       1
 License:       GPL
 Group:         Applications/Editors
@@ -9,10 +9,13 @@ 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
+Patch0:                %{name}-ac_fixes.patch
 URL:           http://www.texmacs.org/
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: guile-devel
 BuildRequires: libstdc++-devel
-BuildRequires: XFree86-devel
 Requires:      tetex
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,12 +45,14 @@ a tak
 
 %prep
 %setup -q -n %{name}-%{version}-src
+%patch0 -p1
 
 %build
-%configure2_13 \
-       --libexecdir=%{_libdir}
+aclocal
+autoconf
+%configure
 
-%{__make} CXXFLAGS="%{rpmcflags}"
+%{__make} CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -fno-implicit-templates"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.234795 seconds and 4 git commands to generate.