Summary: Firmware loader for Qualcomm Gobi WWAN devices Name: gobi_loader Version: 0.7 Release: 5%{?dist} License: GPLv2 Source0: http://www.codon.org.uk/~mjg59/gobi_loader/download/%{name}-%{version}.tar.gz Group: Applications/System URL: http://www.codon.org.uk/~mjg59/gobi_loader %description gobi_loader is a firmware loader for Qualcomm Gobi USB chipsets. These devices appear in an uninitialized state when power is applied and require firmware to be loaded before they can be used as modems. gobi_loader adds a udev rule that will trigger loading of the firmware and make the modem usable. Note that gobi_loader requires firmware images which can't be freely redistributed. See http://www.codon.org.uk/~mjg59/gobi_loader for more information. %prep %setup -q sed -i -e 's/gcc -Wall/CFLAGS="%{optflags}" gcc/' Makefile %build make %{?_smp_mflags} %install make install prefix=%{buildroot} %files %attr(755,root,root) /lib/udev/gobi_loader %attr(644,root,root) /lib/udev/rules.d/60-gobi.rules %doc README %changelog * Tue Oct 9 2012 Bojan Smojver 0.7-5 - Do not mix macro and variable style - Removed obsolete stuff (no plans to support EPEL5 at this point) * Mon Jul 16 2012 Bojan Smojver 0.7-4 - Include README file * Mon Sep 12 2011 Bojan Smojver 0.7-3 - Obey RPM_OPT_FLAGS * Wed Sep 7 2011 Bojan Smojver 0.7-2 - Clean up spec a bit for review * Mon Aug 2 2010 Matthew Garrett 0.7-1 - New upstream release * Fri Jun 4 2010 Matthew Garrett 0.6-1 - Initial release