[xemacs] Don't package the texinfo info files; they clash with texinfo 5.2.

Jerry James jjames at fedoraproject.org
Wed Oct 2 21:49:42 UTC 2013


commit fadd783af0bded5be056656d039c3b0062a02ad0
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Wed Oct 2 15:49:29 2013 -0600

    Don't package the texinfo info files; they clash with texinfo 5.2.

 xemacs.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xemacs.spec b/xemacs.spec
index f358c76..5257704 100644
--- a/xemacs.spec
+++ b/xemacs.spec
@@ -20,7 +20,7 @@
 
 Name:           xemacs
 Version:        21.5.34
-Release:        1%{?snap:.%{snap}}%{?dist}
+Release:        2%{?snap:.%{snap}}%{?dist}
 Summary:        Different version of Emacs
 
 %global majver %(cut -d. -f1-2 <<<%{version})
@@ -434,6 +434,7 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/{cl,widget}.info*
 
 # these clash with other packages
 rm -f $RPM_BUILD_ROOT%{_infodir}/info*
+rm -f $RPM_BUILD_ROOT%{_infodir}/texinfo*
 rm -f $RPM_BUILD_ROOT%{_infodir}/standards*
 rm -f $RPM_BUILD_ROOT%{_infodir}/termcap*
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
@@ -652,6 +653,9 @@ fi
 %dir %{_datadir}/xemacs/site-packages/pkginfo
 
 %changelog
+* Wed Oct  2 2013 Jerry James <loganjerry at gmail.com> - 21.5.34-2
+- Don't package the texinfo info files; they clash with texinfo 5.2
+
 * Thu Aug 22 2013 Jerry James <loganjerry at gmail.com> - 21.5.34-1
 - New upstream version
 - Drop upstreamed -menubar, -aarch64, and -texinfo patches


More information about the scm-commits mailing list