rpms/firecontrol/devel firecontrol.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri Apr 4 17:15:35 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/firecontrol/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11017/devel

Modified Files:
	.cvsignore sources 
Added Files:
	firecontrol.spec 
Log Message:
- Initial import



--- NEW FILE firecontrol.spec ---
Summary:        A console oriented tool for Linux to access a FireWire bus
Name:           firecontrol
Version:        0.2
Release:        2%{?dist}
License:        GPLv2+
Group:          Applications/Multimedia
URL:            http://firecontrol.sourceforge.net/
Source:         http://dl.sf.net/firecontrol/firecontrol-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libraw1394-devel

%description
FireControl, the IEEE 1394 Commander, is a console oriented tool for Linux
to access an IEEE 1394 (FireWire) bus. It can issue asynchronous read, write
and lock requests to some nodes on the bus, force bus resets, and send PHY
packets. Furthermore, it provides bus reset notifications. 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 %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING NEWS
%{_bindir}/firecontrol

%changelog
* Thu Apr 03 2008 Jarod Wilson <jwilson at redhat.com> - 0.2-2
- Fix license, is GPLv2+, not GPLv2-only, per commander.c

* Wed Apr 02 2008 Jarod Wilson <jwilson at redhat.com> - 0.2-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/firecontrol/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2008 17:02:01 -0000	1.1
+++ .cvsignore	4 Apr 2008 17:14:55 -0000	1.2
@@ -0,0 +1 @@
+firecontrol-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firecontrol/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2008 17:02:01 -0000	1.1
+++ sources	4 Apr 2008 17:14:55 -0000	1.2
@@ -0,0 +1 @@
+e0f272ee4a72f214af3b06bfb81527ef  firecontrol-0.2.tar.gz




More information about the fedora-extras-commits mailing list