SPECS: 1394commander.spec - updated to 0.2 - project renamed to fi...
megabajt
megabajt at pld-linux.org
Sat May 12 20:44:57 CEST 2007
Author: megabajt Date: Sat May 12 18:44:57 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.2
- project renamed to firecontrol
---- Files affected:
SPECS:
1394commander.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/1394commander.spec
diff -u SPECS/1394commander.spec:1.6 SPECS/1394commander.spec:1.7
--- SPECS/1394commander.spec:1.6 Mon Feb 12 23:09:09 2007
+++ SPECS/1394commander.spec Sat May 12 20:44:51 2007
@@ -1,19 +1,24 @@
# $Revision$, $Date$
Summary: Debug 1394 devices
Summary(pl.UTF-8): Diagnostyka urządzeń 1394
-Name: 1394commander
-Version: 0.1.1
+Name: firecontrol
+Version: 0.2
Release: 1
License: GPL
Group: Applications
-Source0: http://www.ict.tuwien.ac.at/ieee1394/%{name}-%{version}.tar.gz
+Source0: http://dl.sourceforge.net/firecontrol/%{name}-%{version}.tar.gz
# Source0-md5: b72b94e060c6f1fd99b94d5ffe2dc620
-URL: http://www.ict.tuwien.ac.at/ieee1394/opensource.html
-BuildRequires: libraw1394-devel
+URL: http://firecontrol.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libraw1394-devel >= 0.10.0
+BuildRequires: readline-devel
+Provides: 1394commander
+Obsoletes: 1394commander
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-1394commander is a simple console oriented tool based on libraw1394 to
+firecontrol 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
@@ -21,7 +26,7 @@
response codes and therefore is very useful for debugging purposes.
%description -l pl.UTF-8
-1394commander to proste narzędzie konsolowe oparte na libraw1394 do
+firecontrol to proste narzędzie konsolowe oparte na libraw1394 do
wydawania poleceń asynchronicznego odczytu, zapisu i blokowania
pewnych węzłów na szynie, a także wymuszania resetu szyny. Główną
zaletą tego narzędzia nad innymi (jak gscanbus) jest (oprócz nie
@@ -33,6 +38,9 @@
%setup -q
%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -48,7 +56,7 @@
%files
%defattr(644,root,root,755)
%doc NEWS README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/firecontrol
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -56,6 +64,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2007/05/12 18:44:51 megabajt
+- updated to 0.2
+- project renamed to firecontrol
+
Revision 1.6 2007/02/12 22:09:09 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/1394commander.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list