]> git.pld-linux.org Git - packages/Eterm.git/commitdiff
- added configure rule for mmx optimizations Eterm-0_9_1-2
authorfilon <filon@sokrates.mimuw.edu.pl>
Mon, 3 Dec 2001 22:28:49 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Eterm.spec -> 1.27

Eterm.spec

index 46b496dd811e79b998a58b798740827b10e50bcf..11acaa90275f85f68709ce8c62713182a9501565 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Terminal for Enlightenment
 Summary(pl):   Terminal dla Enlightenmenta
 Name:          Eterm
 Version:       0.9.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -51,7 +51,12 @@ autoconf
        --disable-static \
        --enable-shared \
        --disable-stack-trace \
-       --without-debugging
+       --without-debugging \
+%ifarch i686
+       --enable-mmx
+%else
+       --disable-mmx
+%endif
 %{__make}
 
 %install
@@ -75,7 +80,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(2755,root,utmp) %{_bindir}/Eterm
 %attr(755,root,root) %{_bindir}/Esetroot
 %attr(755,root,root) %{_bindir}/Etbg
-#%attr(755,root,root) %{_bindir}/*.sh
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_mandir}/man1/*
 %{_datadir}/Eterm
This page took 0.857337 seconds and 4 git commands to generate.