Accepting request 888622 from hardware
OBS-URL: https://build.opensuse.org/request/show/888622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b43-fwcutter?expand=0&rev=32
This commit is contained in:
commit
f912b01461
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 18 01:46:07 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Fixed SPEC file: Replace broken URL with current upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 19 13:04:29 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
Mon Oct 19 13:04:29 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package b43-fwcutter
|
# spec file for package b43-fwcutter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: Tool for extracting firmware from newer Broadcom WLAN drivers
|
Summary: Tool for extracting firmware from newer Broadcom WLAN drivers
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
URL: http://linuxwireless.org/en/users/Drivers/b43
|
URL: https://bues.ch/cms/hacking/misc.html#linux_b43_driver_firmware_tools
|
||||||
Source: http://bues.ch/b43/fwcutter/%{name}-%{version}.tar.bz2
|
Source: http://bues.ch/b43/fwcutter/%{name}-%{version}.tar.bz2
|
||||||
Source1: install_bcm43xx_firmware
|
Source1: install_bcm43xx_firmware
|
||||||
Requires: curl
|
Requires: curl
|
||||||
@ -64,8 +64,8 @@ card under Linux using the b43 or b43legacy driver.
|
|||||||
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
#make PREFIX=%{buildroot}/usr \
|
#make PREFIX=%%{buildroot}/usr \
|
||||||
# MANDIR=%{buildroot}/%{_mandir} install
|
# MANDIR=%%{buildroot}/%%{_mandir} install
|
||||||
mkdir -p %{buildroot}%{_bindir}/
|
mkdir -p %{buildroot}%{_bindir}/
|
||||||
mkdir -p %{buildroot}%{_sbindir}/
|
mkdir -p %{buildroot}%{_sbindir}/
|
||||||
install -m 755 b43-fwcutter %{buildroot}%{_bindir}/
|
install -m 755 b43-fwcutter %{buildroot}%{_bindir}/
|
||||||
@ -87,8 +87,7 @@ done
|
|||||||
%doc README
|
%doc README
|
||||||
%{_bindir}/b43-fwcutter
|
%{_bindir}/b43-fwcutter
|
||||||
%{_sbindir}/install_bcm43xx_firmware
|
%{_sbindir}/install_bcm43xx_firmware
|
||||||
#%{_mandir}/man1/b43-fwcutter.1.gz
|
#%%{_mandir}/man1/b43-fwcutter.1.gz
|
||||||
#/usr/man/man1/b43-fwcutter.1.gz
|
|
||||||
%dir %{_firmwaredir}/b43
|
%dir %{_firmwaredir}/b43
|
||||||
%dir %{_firmwaredir}/b43legacy
|
%dir %{_firmwaredir}/b43legacy
|
||||||
# ghost b43 firmware
|
# ghost b43 firmware
|
||||||
|
Loading…
Reference in New Issue
Block a user