wireless-regdb/wireless-regdb.spec
Martin Pluskal 1e921f49a8 Accepting request 851156 from home:dirkmueller:branches:hardware
- Update to version 20201120:
  * wireless-regdb: update regulatory database based on preceding changes
  * wireless-regdb: Update regulatory rules for Kazakhstan (KZ)
  * wireless-regdb: update 5.8 GHz regulatory rule for GB
  * wireless-regdb: Update regulatory rules for Pakistan (PK) on 5GHz
  * wireless-regdb: Update regulatory rules for Croatia (HR)
  * wireless-regdb: restore channel 12 & 13 limitation in the US
  * wireless-regdb: update regulatory rules for Egypt (EG)

OBS-URL: https://build.opensuse.org/request/show/851156
OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-regdb?expand=0&rev=65
2020-11-27 07:36:14 +00:00

54 lines
1.5 KiB
RPMSpec

#
# spec file for package wireless-regdb
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: wireless-regdb
Version: 20201120
Release: 0
Summary: 802.11 regulatory domain database
License: ISC
Group: Hardware/Wifi
URL: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
%description
The 802.11 regulatory domain database is used by CRDA and provides allowed
frequency ranges for 802.11 wireless drivers.
%prep
%setup -q
%build
%install
%make_install
%files
%license LICENSE
%doc README
/lib/firmware/regulatory.db
/lib/firmware/regulatory.db.p7s
%dir /usr/lib/crda
/usr/lib/crda/regulatory.bin
%dir /usr/lib/crda/pubkeys
/usr/lib/crda/pubkeys/*pem
%{_mandir}/man5/regulatory.db.5%{?ext_man}
%{_mandir}/man5/regulatory.bin.5%{?ext_man}
%changelog