X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=TeXmacs.spec;h=d7be71c5e30eca3bcd4cf4e4a52b38963813ca0e;hb=3b919e9cb3466cf273baa05b5915d117c1057c80;hp=fa3426277ff55d0d546ba8fc1a409b55796aa8cc;hpb=5a4296fa559b07151b0a4520f379dd95c6a9fbaf;p=packages%2FTeXmacs.git diff --git a/TeXmacs.spec b/TeXmacs.spec index fa34262..d7be71c 100644 --- a/TeXmacs.spec +++ b/TeXmacs.spec @@ -1,36 +1,24 @@ -%define _gcc_ver %(%{__cc} --version | 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.2.10 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: 70862234c6f33febb06643280227bccb +Patch0: %{name}-c++.patch 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 @@ -45,28 +33,25 @@ 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 +#%patch0 -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 @@ -81,10 +66,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?/*