]> git.pld-linux.org Git - packages/firecontrol.git/blame - firecontrol.spec
- release 5 (by relup.sh)
[packages/firecontrol.git] / firecontrol.spec
CommitLineData
0b082cc8 1Summary: Debug 1394 devices
e12a5e50 2Summary(pl.UTF-8): Diagnostyka urządzeń 1394
34a878e6
MB
3Name: firecontrol
4Version: 0.2
11df5f40 5Release: 5
0b082cc8 6License: GPL
7Group: Applications
34a878e6 8Source0: http://dl.sourceforge.net/firecontrol/%{name}-%{version}.tar.gz
64b82f56 9# Source0-md5: e0f272ee4a72f214af3b06bfb81527ef
34a878e6
MB
10URL: http://firecontrol.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: libraw1394-devel >= 0.10.0
14BuildRequires: readline-devel
15Provides: 1394commander
16Obsoletes: 1394commander
0b082cc8 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
34a878e6 20firecontrol is a simple console oriented tool based on libraw1394 to
0b082cc8 21issue asynchronous read, write and lock commands to some nodes on the
22bus as well as to force bus resets. The main advantage of this tool
23over other available tools (like gscanbus) is (besides not requiring a
24graphical interface), that it reports the exact acknowledge and
25response codes and therefore is very useful for debugging purposes.
26
f5d992a8 27%description -l pl.UTF-8
34a878e6 28firecontrol to proste narzędzie konsolowe oparte na libraw1394 do
f5d992a8
JR
29wydawania poleceń asynchronicznego odczytu, zapisu i blokowania
30pewnych węzłów na szynie, a także wymuszania resetu szyny. Główną
31zaletą tego narzędzia nad innymi (jak gscanbus) jest (oprócz nie
32wymagania graficznego interfejsu) to, że podaje szczegółowe informacje
33i kody odpowiedzi, dzięki czemu jest bardzo przydatne do celów
eb937825
JB
34diagnostycznych.
35
0b082cc8 36%prep
37%setup -q
38
39%build
34a878e6
MB
40%{__aclocal}
41%{__autoconf}
42%{__automake}
0b082cc8 43%configure
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
f3fe2325 57%doc NEWS README
34a878e6 58%attr(755,root,root) %{_bindir}/firecontrol
This page took 0.063587 seconds and 4 git commands to generate.