[svn] r5125 - in trunk/rpms: . bvi heme
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Jan 29 18:10:40 CET 2007
Author: dag
Date: 2007-01-29 18:10:39 +0100 (Mon, 29 Jan 2007)
New Revision: 5125
Added:
trunk/rpms/bvi/
trunk/rpms/bvi/bvi.spec
trunk/rpms/heme/
trunk/rpms/heme/heme.spec
Log:
Added 2 new hex editors.
Added: trunk/rpms/bvi/bvi.spec
===================================================================
--- trunk/rpms/bvi/bvi.spec (rev 0)
+++ trunk/rpms/bvi/bvi.spec 2007-01-29 17:10:39 UTC (rev 5125)
@@ -0,0 +1,45 @@
+# $Id$
+# Authority: dag
+
+Summary: Hex editor for binary files (binary vi)
+Name: bvi
+Version: 1.3.2
+Release: 1
+License: GPL
+Group: Applications/Editors
+URL: http://bvi.sourceforge.net/
+
+Source: http://dl.sf.net/bvi/bvi-%{version}.src.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+bvi is a display-oriented editor for binary files, based on the vi texteditor.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc CHANGES COPYING CREDITS README html/
+%doc %{_mandir}/man1/bmore.1*
+%doc %{_mandir}/man1/bvi.1*
+%{_bindir}/bmore
+%{_bindir}/bvedit
+%{_bindir}/bvi
+%{_bindir}/bview
+%{_libdir}/bmore.help
+
+%changelog
+* Mon Jan 29 2007 Dag Wieers <dag at wieers.com> - 1.3.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/bvi/bvi.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/heme/heme.spec
===================================================================
--- trunk/rpms/heme/heme.spec (rev 0)
+++ trunk/rpms/heme/heme.spec 2007-01-29 17:10:39 UTC (rev 5125)
@@ -0,0 +1,49 @@
+# $Id$
+# Authority: dag
+
+Summary: Console hex editor
+Name: heme
+Version: 0.4.2
+Release: 1
+License: GPL
+Group: Applications/Editors
+URL: http://heme.sourceforge.net/
+
+Source: http://dl.sf.net/heme/heme-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+Heme is a fast and portable console hex editor. It has undo support, ability
+to fill a range of addresses with the specified byte, ability to search for
+a single byte or character string.
+
+Offsets can be given in hexadecimal, octal or decimal. There are two editing
+modes: hex and ascii. In hex mode you type hexadecimal digits and in ascii
+mode you type characters. In ascii mode the cursor is automatically moved
+to the next byte after typing a character.
+
+%prep
+%setup
+
+%build
+export CFLAGS="%{optflags} -DHAVE_MMAP"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+#%{__make} install INSTALL_PREFIX="%{buildroot}%{_prefix}"
+%{__install} -Dp -m0755 heme %{buildroot}%{_bindir}/heme
+%{__install} -Dp -m0644 heme.1 %{buildroot}%{_mandir}/man1/heme.1
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING INSTALL README THANKS
+%doc %{_mandir}/man1/heme.1*
+%{_bindir}/heme
+
+%changelog
+* Mon Jan 29 2007 Dag Wieers <dag at wieers.com> - 0.4.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/heme/heme.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list