From: Marcin Banasiak Date: Sat, 12 May 2007 18:44:51 +0000 (+0000) Subject: - updated to 0.2 X-Git-Tag: auto/th/firecontrol-0_2-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffirecontrol.git;a=commitdiff_plain;h=34a878e67c3dad8e890049c3ec314007bc6a7277 - updated to 0.2 - project renamed to firecontrol Changed files: firecontrol.spec -> 1.7 --- diff --git a/firecontrol.spec b/firecontrol.spec index 9b51089..ea7efea 100644 --- a/firecontrol.spec +++ b/firecontrol.spec @@ -1,18 +1,23 @@ 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 -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 -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 -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 @@ -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 -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 @@ -32,6 +37,9 @@ diagnostycznych. %setup -q %build +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -47,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc NEWS README -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/firecontrol