rebuilt [release 0.7-2mamba;Tue Mar 12 2024]
This commit is contained in:
parent
44494869c3
commit
48dc1cdfac
@ -1,18 +1,17 @@
|
|||||||
Name: gobi_loader
|
Name: gobi_loader
|
||||||
Version: 0.7
|
Version: 0.7
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Loader for gobi wwan chipset firmware
|
Summary: Loader for gobi wwan chipset firmware
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.codon.org.uk/~mjg59/gobi_loader
|
URL: https://github.com/kicer/gobi_loader
|
||||||
Source: http://www.codon.org.uk/~mjg59/gobi_loader/download/gobi_loader-%{version}.tar.gz
|
Source: http://www.codon.org.uk/~mjg59/gobi_loader/download/gobi_loader-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 gobi_loader' to get the list of build requirements.
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Loader for gobi wwan chipset firmware.
|
Loader for gobi wwan chipset firmware.
|
||||||
@ -21,22 +20,26 @@ Loader for gobi wwan chipset firmware.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -ri 's#/lib/#/usr/lib/#' 60-gobi.rules
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make prefix=
|
%make prefix=%{_prefix}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeoldinstall prefix=%{buildroot}
|
%makeoldinstall prefix=%{buildroot}%{_prefix}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/lib/udev/gobi_loader
|
%{_prefix}/lib/udev/gobi_loader
|
||||||
/lib/udev/rules.d/60-gobi.rules
|
%{_udevrulesdir}/60-gobi.rules
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user