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