package created by autospec [release 0.7-1mamba;Thu Sep 13 2012]
This commit is contained in:
parent
7fb0e6084f
commit
44494869c3
@ -1,2 +1,4 @@
|
|||||||
# gobi_loader
|
# gobi_loader
|
||||||
|
|
||||||
|
Loader for gobi wwan chipset firmware.
|
||||||
|
|
||||||
|
42
gobi_loader.spec
Normal file
42
gobi_loader.spec
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user