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