automatic version update by autodist [release 2.0.22-1mamba;Mon Sep 02 2013]
This commit is contained in:
parent
203e8c33d4
commit
c0ce49141d
@ -1,2 +1,6 @@
|
|||||||
# ht
|
# 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.
|
||||||
|
|
||||||
|
76
ht.spec
Normal file
76
ht.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <autodist@mambasoft.it> 2.0.22-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 09 2013 Automatic Build System <autodist@mambasoft.it> 2.0.21-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 2.0.20-1mamba
|
||||||
|
- update to 2.0.20
|
||||||
|
- added missing build requirements
|
||||||
|
|
||||||
|
* Wed May 12 2010 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Jul 15 2009 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.13-2mamba
|
||||||
|
- set epoch to allow upgrade from 2.0beta2
|
||||||
|
|
||||||
|
* Fri Oct 03 2008 gil <puntogil@libero.it> 2.0.13-1mamba
|
||||||
|
- update to 2.0.13
|
||||||
|
|
||||||
|
* Sat Jan 20 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0beta2-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user