rpms/ht/devel ht.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert awjb at fedoraproject.org
Tue Nov 11 06:10:45 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/ht/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8192/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ht.spec import.log 
Log Message:
 - initial import



--- NEW FILE ht.spec ---
Name:           ht
Version:        2.0.14
Release:        2%{?dist}
Summary:        File editor/viewer/analyzer for executables

Group:          Applications/Editors
License:        GPLv2
URL:            http://hte.sourceforge.net/
Source0:        http://downloads.sourceforge.net/hte/ht-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libX11-devel ncurses-devel lzo-devel
BuildRequires:  recode

%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
recode latin1..utf8 TODO
chmod 644 endianess.cc

%build
%configure --enable-maintainermode
CXXFLAGS="%{optflags}" make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING AUTHORS NEWS README TODO KNOWNBUGS
%{_bindir}/ht

%changelog
* Tue Nov 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 2.0.14-2
- recode TODO to utf8
- fix permissions on endianess.cc
- honor optflags via non standard maintainer mode

* Wed Sep 03 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 2.0.14-1
- version upgrade
- BR lzo-devel
- use opt flags

* Mon Jan 07 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 2.0.10-1
- version upgrade
- fix source location
- fix license

* Mon Jun 25 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 2.0.8-1
- initial version


--- NEW FILE import.log ---
ht-2_0_14-2_fc10:HEAD:ht-2.0.14-2.fc10.src.rpm:1226383770


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ht/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2008 02:24:39 -0000	1.1
+++ .cvsignore	11 Nov 2008 06:10:15 -0000	1.2
@@ -0,0 +1 @@
+ht-2.0.14.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ht/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Nov 2008 02:24:39 -0000	1.1
+++ sources	11 Nov 2008 06:10:15 -0000	1.2
@@ -0,0 +1 @@
+b3721a82532ba24bbfbc7f812b218217  ht-2.0.14.tar.bz2




More information about the scm-commits mailing list