]> git.pld-linux.org Git - packages/firecontrol.git/commitdiff
- added AC-branch
authoraredridel <aredridel@pld-linux.org>
Thu, 17 Aug 2006 01:31:31 +0000 (01:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firecontrol.spec -> 1.1

firecontrol.spec [new file with mode: 0644]

diff --git a/firecontrol.spec b/firecontrol.spec
new file mode 100644 (file)
index 0000000..8259f71
--- /dev/null
@@ -0,0 +1,44 @@
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
+%bcond_without tests           # build without tests
+#
+Summary:       Debug 1394 devices
+Name:          1394commander
+Version:       0.1.1
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://www.ict.tuwien.ac.at/ieee1394/%{name}-%{version}.tar.gz
+# Source0-md5: b72b94e060c6f1fd99b94d5ffe2dc620
+URL:           http://www.ict.tuwien.ac.at/ieee1394/opensource.html
+BuildRequires: libraw1394-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+1394commander 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
+graphical interface), that it reports the exact acknowledge and
+response codes and therefore is very useful for debugging purposes.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.073477 seconds and 4 git commands to generate.