SPECS: bbe.spec (NEW) - new

zbyniu zbyniu at pld-linux.org
Tue Jan 30 02:47:54 CET 2007


Author: zbyniu                       Date: Tue Jan 30 01:47:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   bbe.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/bbe.spec
diff -u /dev/null SPECS/bbe.spec:1.1
--- /dev/null	Tue Jan 30 02:47:54 2007
+++ SPECS/bbe.spec	Tue Jan 30 02:47:48 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	bbe - Binary block editor
+Name:		bbe
+Version:	0.2.2
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Text
+URL:		http://members.surfeu.fi/tjsa/bbe/
+Source0:	http://dl.sourceforge.net/bbe-/%{name}-%{version}.tar.gz
+# Source0-md5:	b056d0bfd852384aced73d4533887d4b
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The bbe program is a sed-like editor for binary files. bbe performs
+basic byte related transformations on blocks of input stream. bbe is
+non-interactive command line tool and can be used as a part of a
+pipeline. bbe makes only one pass over input stream.
+
+bbe contains also grep-like features, like printing the filename,
+offset and block number.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	htmldir=%{_docdir}/%{name}-%{version}
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/bbe
+%{_mandir}/man1/bbe.*
+%{_infodir}/bbe.*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/30 01:47:48  zbyniu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list