]> git.pld-linux.org Git - packages/TeXmacs.git/commitdiff
- updated to 1.0.0.20
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 29 Oct 2002 23:58:55 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed tricks with gcc, it now works with gcc3.2
- corrected passing flags to g++
- cosmetics, STBR

Changed files:
    TeXmacs.spec -> 1.29

TeXmacs.spec

index 506e33f5abd6d9195a8c47465ed02ea2b7f35113..ca45d28440e2ba79ad911277e52044616bfac113 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.0.20
 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
 URL:           http://www.texmacs.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
 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
@@ -47,27 +33,27 @@ 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.
+zaimplementowany wysokiej jako¶ci sk³ad tekstu przy u¿yciu fontów TeX-a
+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
+%patch -p1
 
 %build
-cp -f /usr/share/automake/config.* .
+rm -f missing
 %{__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
@@ -84,8 +70,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_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}
 %{_mandir}/man?/*
This page took 0.068258 seconds and 4 git commands to generate.