SPECS: bosh.spec (NEW) - added to PLD

lisu lisu at pld-linux.org
Fri Mar 27 10:19:09 CET 2009


Author: lisu                         Date: Fri Mar 27 09:19:09 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added to PLD

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

---- Diffs:

================================================================
Index: SPECS/bosh.spec
diff -u /dev/null SPECS/bosh.spec:1.1
--- /dev/null	Fri Mar 27 10:19:09 2009
+++ SPECS/bosh.spec	Fri Mar 27 10:19:03 2009
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Browsable output shell
+Name:		bosh
+Version:	0.6
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://dl.sourceforge.net/bosh/%{name}-%{version}.tar.gz
+# Source0-md5:	975ef183ed4d2314186b1f2705d57c65
+URL:		http://bosh.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	ncurses-devel
+BuildRequires:	sed >= 4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+bosh stands for browsable output shell. This is a bit of a misnomer
+because it isn't really a shell. What is does is store the output of a
+specified program in a buffer, and provides a simple curses interface
+to browse this buffer. Actions can be configured which can make use of
+the contents of the currently selected line.
+
+%prep
+%setup -q
+%{__sed} -i 's at ncurses.h@ncurses/ncurses.h@' configure.in *.c
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/bosh
+%{_mandir}/man1/bosh.1*
+
+%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  2009/03/27 09:19:03  lisu
+- added to PLD
+
================================================================


More information about the pld-cvs-commit mailing list