46 lines
1.1 KiB
RPMSpec
46 lines
1.1 KiB
RPMSpec
Name: gobi_loader
|
|
Version: 0.7
|
|
Release: 2mamba
|
|
Summary: Loader for gobi wwan chipset firmware
|
|
Group: System/Kernel and Hardware
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/kicer/gobi_loader
|
|
Source: http://www.codon.org.uk/~mjg59/gobi_loader/download/gobi_loader-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Loader for gobi wwan chipset firmware.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
sed -ri 's#/lib/#/usr/lib/#' 60-gobi.rules
|
|
|
|
%build
|
|
%make prefix=%{_prefix}
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeoldinstall prefix=%{buildroot}%{_prefix}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_prefix}/lib/udev/gobi_loader
|
|
%{_udevrulesdir}/60-gobi.rules
|
|
|
|
%changelog
|
|
* Tue Mar 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-2mamba
|
|
- rebuilt
|
|
|
|
* Thu Sep 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1mamba
|
|
- package created by autospec
|