]> git.pld-linux.org Git - packages/firecontrol.git/blob - firecontrol.spec
8259f71667c772da6d6f055f23ee8fd668701bfc
[packages/firecontrol.git] / firecontrol.spec
1 #
2 # Conditional build:
3 %bcond_with     tests           # build with tests
4 %bcond_without  tests           # build without tests
5 #
6 Summary:        Debug 1394 devices
7 Name:           1394commander
8 Version:        0.1.1
9 Release:        1
10 License:        GPL
11 Group:          Applications
12 Source0:        http://www.ict.tuwien.ac.at/ieee1394/%{name}-%{version}.tar.gz
13 # Source0-md5:  b72b94e060c6f1fd99b94d5ffe2dc620
14 URL:            http://www.ict.tuwien.ac.at/ieee1394/opensource.html
15 BuildRequires:  libraw1394-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 1394commander is a simple console oriented tool based on libraw1394 to
20 issue asynchronous read, write and lock commands to some nodes on the
21 bus as well as to force bus resets. The main advantage of this tool
22 over other available tools (like gscanbus) is (besides not requiring a
23 graphical interface), that it reports the exact acknowledge and
24 response codes and therefore is very useful for debugging purposes.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/*
This page took 0.115002 seconds and 3 git commands to generate.