[ht] rename ht binary to hte, avoids conflict with tex4ht (#959696)

Rex Dieter rdieter at fedoraproject.org
Mon Jun 9 13:55:07 UTC 2014


commit 766a6095d696794f91d659c26f3289111dff037e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Jun 9 08:55:03 2014 -0500

    rename ht binary to hte, avoids conflict with tex4ht (#959696)

 ht.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ht.spec b/ht.spec
index 4cf3a06..70e5bc3 100644
--- a/ht.spec
+++ b/ht.spec
@@ -1,6 +1,6 @@
 Name:           ht
 Version:        2.0.18
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        File editor/viewer/analyzer for executables
 
 Group:          Applications/Editors
@@ -31,15 +31,21 @@ CXXFLAGS="%{optflags}" make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# rename ht binary to hte, to avoid conflict with tex4ht
+mv $RPM_BUILD_ROOT%{_bindir}/ht $RPM_BUILD_ROOT%{_bindir}/hte
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING AUTHORS NEWS README TODO KNOWNBUGS
-%{_bindir}/ht
+%{_bindir}/hte
 
 %changelog
+* Mon Jun 09 2014 Rex Dieter <rdieter at fedoraproject.org> 2.0.18-7
+- rename ht binary to hte, avoids conflict with tex4ht (#959696)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.18-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list