]> git.pld-linux.org Git - packages/firecontrol.git/commitdiff
- updated to 0.2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 12 May 2007 18:44:51 +0000 (18:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- project renamed to firecontrol

Changed files:
    firecontrol.spec -> 1.7

firecontrol.spec

index 9b510893d0d464ae8adf27937be271216d6f3b56..ea7efeade135b0234b4e462e83bd88948316ecf1 100644 (file)
@@ -1,18 +1,23 @@
 Summary:       Debug 1394 devices
 Summary(pl.UTF-8):     Diagnostyka urządzeń 1394
 Summary:       Debug 1394 devices
 Summary(pl.UTF-8):     Diagnostyka urządzeń 1394
-Name:          1394commander
-Version:       0.1.1
+Name:          firecontrol
+Version:       0.2
 Release:       1
 License:       GPL
 Group:         Applications
 Release:       1
 License:       GPL
 Group:         Applications
-Source0:       http://www.ict.tuwien.ac.at/ieee1394/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/firecontrol/%{name}-%{version}.tar.gz
 # Source0-md5: b72b94e060c6f1fd99b94d5ffe2dc620
 # Source0-md5: b72b94e060c6f1fd99b94d5ffe2dc620
-URL:           http://www.ict.tuwien.ac.at/ieee1394/opensource.html
-BuildRequires: libraw1394-devel
+URL:           http://firecontrol.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libraw1394-devel >= 0.10.0
+BuildRequires: readline-devel
+Provides:      1394commander
+Obsoletes:     1394commander
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-1394commander is a simple console oriented tool based on libraw1394 to
+firecontrol 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
 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
@@ -20,7 +25,7 @@ graphical interface), that it reports the exact acknowledge and
 response codes and therefore is very useful for debugging purposes.
 
 %description -l pl.UTF-8
 response codes and therefore is very useful for debugging purposes.
 
 %description -l pl.UTF-8
-1394commander to proste narzędzie konsolowe oparte na libraw1394 do
+firecontrol to proste narzędzie konsolowe oparte na libraw1394 do
 wydawania poleceń asynchronicznego odczytu, zapisu i blokowania
 pewnych węzłów na szynie, a także wymuszania resetu szyny. Główną
 zaletą tego narzędzia nad innymi (jak gscanbus) jest (oprócz nie
 wydawania poleceń asynchronicznego odczytu, zapisu i blokowania
 pewnych węzłów na szynie, a także wymuszania resetu szyny. Główną
 zaletą tego narzędzia nad innymi (jak gscanbus) jest (oprócz nie
@@ -32,6 +37,9 @@ diagnostycznych.
 %setup -q
 
 %build
 %setup -q
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
 %configure
 %{__make}
 
@@ -47,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc NEWS README
 %files
 %defattr(644,root,root,755)
 %doc NEWS README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/firecontrol
This page took 0.055938 seconds and 4 git commands to generate.