c1581fd1f8
* remove dependency to python attr * Sync DE with ETSI EN 301 893 V2.1.1 * Sync FR with ETSI EN 301 893 V2.1.1 - Changes for version 2018-09-07: * update source of info for CU and ES * update regulatory rules for Switzerland (CH), and Liechtenstein * Update regulatory rules for Finland (FI) on 5GHz (SRD devices) * update rules for Hungary (HU) on 2.4/5/60G, 5725-5875MHz OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-regdb?expand=0&rev=52
54 lines
1.6 KiB
RPMSpec
54 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package wireless-regdb
|
|
#
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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: 2018.10.24
|
|
Release: 0
|
|
Summary: 802.11 regulatory domain database
|
|
License: ISC
|
|
Group: Hardware/Wifi
|
|
URL: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
|
|
Source: https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
|
|
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 %{_libexecdir}/crda
|
|
%{_libexecdir}/crda/regulatory.bin
|
|
%dir %{_libexecdir}/crda/pubkeys
|
|
%{_libexecdir}/crda/pubkeys/*pem
|
|
%{_mandir}/man5/regulatory.db.5%{?ext_man}
|
|
%{_mandir}/man5/regulatory.bin.5%{?ext_man}
|
|
|
|
%changelog
|