]> git.pld-linux.org Git - packages/firecontrol.git/blobdiff - firecontrol.spec
- release 5 (by relup.sh)
[packages/firecontrol.git] / firecontrol.spec
index 7e897c04553580db4b21a127116d90c99dab0c12..4a3faa785353f6ca620b7ac58d8f7bebe48b679b 100644 (file)
@@ -1,37 +1,45 @@
 Summary:       Debug 1394 devices
-Summary(pl):   Diagnostyka urz±dzeñ 1394
-Name:          1394commander
-Version:       0.1.1
-Release:       1
+Summary(pl.UTF-8):     Diagnostyka urządzeń 1394
+Name:          firecontrol
+Version:       0.2
+Release:       5
 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
+Source0:       http://dl.sourceforge.net/firecontrol/%{name}-%{version}.tar.gz
+# Source0-md5: e0f272ee4a72f214af3b06bfb81527ef
+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
 graphical interface), that it reports the exact acknowledge and
 response codes and therefore is very useful for debugging purposes.
 
-%description -l pl
-1394commander 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
-wymagania graficznego interfejsu) to, ¿e podaje szczegó³owe informacje
-i kody odpowiedzi, dziêki czemu jest bardzo przydatne do celów
+%description -l pl.UTF-8
+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
+wymagania graficznego interfejsu) to, że podaje szczegółowe informacje
+i kody odpowiedzi, dzięki czemu jest bardzo przydatne do celów
 diagnostycznych.
 
 %prep
 %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
This page took 0.091718 seconds and 4 git commands to generate.