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