Author: aredridel Date: Thu Aug 17 01:31:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: 1394commander.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/1394commander.spec diff -u /dev/null SPECS/1394commander.spec:1.1 --- /dev/null Thu Aug 17 03:31:36 2006 +++ SPECS/1394commander.spec Thu Aug 17 03:31:31 2006 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_with tests # build with tests +%bcond_without tests # build without tests +# +Summary: Debug 1394 devices +Name: 1394commander +Version: 0.1.1 +Release: 1 +License: GPL +Group: Applications +Source0: http://www.ict.tuwien.ac.at/ieee1394/%{name}-%{version}.tar.gz +# Source0-md5: b72b94e060c6f1fd99b94d5ffe2dc620 +URL: http://www.ict.tuwien.ac.at/ieee1394/opensource.html +BuildRequires: libraw1394-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +1394commander is a simple console oriented tool based on libraw1394 to +issue asynchronous read, write and lock commands to some nodes on the +bus as well as to force bus resets. The main advantage of this tool +over other available tools (like gscanbus) is (besides not requiring a +graphical interface), that it reports the exact acknowledge and +response codes and therefore is very useful for debugging purposes. + +%prep +%setup -q + +%build +%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) +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/17 01:31:31 aredridel +- added + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
