Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2013-06-24 09:31:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ht (Old)
 and      /work/SRC/openSUSE:Factory/.ht.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ht"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ht/ht.changes    2013-06-14 15:44:48.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes       2013-06-24 
09:31:06.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Jun 22 17:52:38 UTC 2013 - [email protected]
+
+- Provide the program under an altername name "hte" so as to
+  continue to be able to install it alongside LyX in openSUSE 13.1
+  (where lyx has a new requirement on tex4ht).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ht.spec ++++++
--- /var/tmp/diff_new_pack.psTeqN/_old  2013-06-24 09:31:07.000000000 +0200
+++ /var/tmp/diff_new_pack.psTeqN/_new  2013-06-24 09:31:07.000000000 +0200
@@ -35,9 +35,22 @@
 BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  xz
+Requires:       hte = %version
 
 %description
-This program is a file viewer, editor and analyzer for text, binary,
+The HT editor is a file viewer, editor and analyzer for text, binary,
+and (especially) executable files.
+
+This subpackage provides the program under its original name, "ht",
+though texlive's tex4ht utility clashes with it, which is why the
+real program is in the "hte" subpackage.
+
+%package -n hte
+Summary:        Disassembler, object dumper and hex editor
+Group:          Development/Tools/Debuggers
+
+%description -n hte
+The HT editor is a file viewer, editor and analyzer for text, binary,
 and (especially) executable files.
 
 %prep
@@ -51,10 +64,18 @@
 %install
 b="%buildroot";
 make install DESTDIR="$b";
+pushd "$b/%_bindir/"
+mv ht hte
+ln -s hte ht
+popd
 
 %files
 %defattr(-,root,root)
-%_bindir/%name
+%_bindir/ht
+
+%files -n hte
+%defattr(-,root,root)
+%_bindir/hte
 %doc AUTHORS ChangeLog KNOWNBUGS NEWS README TODO
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to