From c0ce49141df546d46e4060271fae906a18118f18 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:43:34 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.22-1mamba;Mon Sep 02 2013] --- README.md | 4 +++ ht.spec | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 ht.spec diff --git a/README.md b/README.md index 16881de..ef14582 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # ht +HT is a file editor/viewer/analyzer for executables. +The goal is to combine the low-level functionality of a debugger and the usability of IDEs. +We plan to implement all (hex-)editing features and support of the most important file formats. + diff --git a/ht.spec b/ht.spec new file mode 100644 index 0000000..147bd93 --- /dev/null +++ b/ht.spec @@ -0,0 +1,76 @@ +Name: ht +Epoch: 1 +Version: 2.0.22 +Release: 1mamba +Summary: A file editor/viewer/analyzer for executables +Group: Development/Applications +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://hte.sourceforge.net +Source: http://downloads.sourceforge.net/project/hte/ht-source/ht-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: liblzo-devel +BuildRequires: libncurses-devel +BuildRequires: libstdc++6-devel +BuildRequires: libX11-devel +## AUTOBUILDREQ-END +Requires(post):%{__install_info} +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +HT is a file editor/viewer/analyzer for executables. +The goal is to combine the low-level functionality of a debugger and the usability of IDEs. +We plan to implement all (hex-)editing features and support of the most important file formats. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post + +%preun + +%files +%defattr(-,root,root) +%{_bindir}/ht +%doc AUTHORS COPYING ChangeLog NEWS README TODO + +%changelog +* Mon Sep 02 2013 Automatic Build System 2.0.22-1mamba +- automatic version update by autodist + +* Thu May 09 2013 Automatic Build System 2.0.21-1mamba +- automatic version update by autodist + +* Mon Jun 25 2012 Stefano Cotta Ramusino 2.0.20-1mamba +- update to 2.0.20 +- added missing build requirements + +* Wed May 12 2010 Automatic Build System 2.0.18-1mamba +- automatic update by autodist + +* Wed Jul 15 2009 Automatic Build System 2.0.17-1mamba +- automatic update by autodist + +* Fri Oct 10 2008 Silvan Calarco 2.0.13-2mamba +- set epoch to allow upgrade from 2.0beta2 + +* Fri Oct 03 2008 gil 2.0.13-1mamba +- update to 2.0.13 + +* Sat Jan 20 2007 Silvan Calarco 2.0beta2-1qilnx +- package created by autospec