[emacs/f19] fixing build on RHEL-7.0

Petr Hracek phracek at fedoraproject.org
Tue Mar 26 16:38:44 UTC 2013


commit d61c164ebeb7c8d8ac0530a06f1a8fc1250b6879
Author: Petr Hracek <phracek at redhat.com>
Date:   Tue Mar 26 17:38:31 2013 +0100

    fixing build on RHEL-7.0

 emacs.spec |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/emacs.spec b/emacs.spec
index 5cab212..b209780 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -317,8 +317,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
 # Byte compile emacs*.py with correct python interpreters
 %if 0%{?rhel:1}
 rm -f %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs3.py
-%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs.py
-%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs2.py
 %else
 %py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs.py
 %py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs2.py


More information about the scm-commits mailing list