43 lines
1.1 KiB
RPMSpec
43 lines
1.1 KiB
RPMSpec
Name: gobi_loader
|
|
Version: 0.7
|
|
Release: 1mamba
|
|
Summary: Loader for gobi wwan chipset firmware
|
|
Group: System/Kernel and Hardware
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.codon.org.uk/~mjg59/gobi_loader
|
|
Source: http://www.codon.org.uk/~mjg59/gobi_loader/download/gobi_loader-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
## note: run 'autospec -u -a6 gobi_loader' to get the list of build requirements.
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Loader for gobi wwan chipset firmware.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%make prefix=
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeoldinstall prefix=%{buildroot}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/lib/udev/gobi_loader
|
|
/lib/udev/rules.d/60-gobi.rules
|
|
|
|
%changelog
|
|
* Thu Sep 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1mamba
|
|
- package created by autospec
|