2009-02-11 03:59:27 +00:00
|
|
|
#
|
2013-01-03 07:43:42 +00:00
|
|
|
# spec file for package wireless-regdb
|
2009-02-11 03:59:27 +00:00
|
|
|
#
|
2023-03-07 07:58:23 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2009-02-11 03:59:27 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-08-30 07:03:15 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2009-02-11 03:59:27 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2023-09-18 18:40:38 +00:00
|
|
|
%{?!_firmwaredir:%define _firmwaredir /lib/firmware}
|
|
|
|
|
2009-02-11 03:59:27 +00:00
|
|
|
Name: wireless-regdb
|
2023-09-07 08:27:22 +00:00
|
|
|
Version: 20230901
|
2013-04-05 14:11:46 +00:00
|
|
|
Release: 0
|
2009-02-11 03:59:27 +00:00
|
|
|
Summary: 802.11 regulatory domain database
|
2012-07-12 11:11:28 +00:00
|
|
|
License: ISC
|
2013-01-03 07:43:42 +00:00
|
|
|
Group: Hardware/Wifi
|
2020-03-23 07:57:22 +00:00
|
|
|
URL: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
2009-02-11 03:59:27 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
2018-01-05 14:57:29 +00:00
|
|
|
The 802.11 regulatory domain database is used by CRDA and provides allowed
|
|
|
|
frequency ranges for 802.11 wireless drivers.
|
2016-02-13 16:32:28 +00:00
|
|
|
|
2009-02-11 03:59:27 +00:00
|
|
|
%prep
|
2023-06-09 11:49:13 +00:00
|
|
|
%autosetup
|
2009-02-11 03:59:27 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2020-12-14 13:54:18 +00:00
|
|
|
%make_install FIRMWARE_PATH="%{_firmwaredir}"
|
2009-02-11 03:59:27 +00:00
|
|
|
|
2013-04-05 14:11:46 +00:00
|
|
|
%files
|
2018-05-31 14:07:16 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc README
|
2020-12-14 13:54:18 +00:00
|
|
|
%{_firmwaredir}/regulatory.db
|
|
|
|
%{_firmwaredir}/regulatory.db.p7s
|
2021-02-17 09:42:22 +00:00
|
|
|
%dir %{_prefix}/lib/crda
|
|
|
|
%{_prefix}/lib/crda/regulatory.bin
|
|
|
|
%dir %{_prefix}/lib/crda/pubkeys
|
|
|
|
%{_prefix}/lib/crda/pubkeys/*pem
|
2018-05-31 14:07:16 +00:00
|
|
|
%{_mandir}/man5/regulatory.db.5%{?ext_man}
|
|
|
|
%{_mandir}/man5/regulatory.bin.5%{?ext_man}
|
2009-02-11 03:59:27 +00:00
|
|
|
|
|
|
|
%changelog
|