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
|
|
|
#
|
2017-03-20 11:40:18 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: wireless-regdb
|
2017-03-20 11:40:18 +01:00
|
|
|
Version: 2017.03.07
|
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
|
2013-01-03 08:43:42 +01:00
|
|
|
Group: Hardware/Wifi
|
2013-04-05 16:11:46 +02:00
|
|
|
Url: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
|
2013-12-03 11:10:52 +01:00
|
|
|
Source: https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
|
2016-02-13 17:32:28 +01:00
|
|
|
BuildRequires: xz
|
2009-02-11 04:59:27 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
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
|
|
|
%if 0%{?suse_version} == 1110
|
|
|
|
# _libexecdir points to /usr/lib64 for SLE11
|
2017-03-20 11:40:18 +01:00
|
|
|
|
2016-02-13 17:32:28 +01:00
|
|
|
%define _libexecdir %{_prefix}/lib
|
|
|
|
%endif
|
|
|
|
|
2009-02-11 04:59:27 +01:00
|
|
|
%prep
|
2013-04-05 16:11:46 +02:00
|
|
|
%setup -q
|
2009-02-11 04:59:27 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2017-03-20 11:40:18 +01:00
|
|
|
%make_install
|
2009-02-11 04:59:27 +01:00
|
|
|
|
2013-04-05 16:11:46 +02:00
|
|
|
%files
|
2009-02-11 04:59:27 +01:00
|
|
|
%defattr(-,root,root)
|
2015-03-30 14:46:08 +02:00
|
|
|
%dir %{_libexecdir}/crda
|
|
|
|
%dir %{_libexecdir}/crda/pubkeys
|
|
|
|
%{_libexecdir}/crda/regulatory.bin
|
|
|
|
%{_libexecdir}/crda/pubkeys/*pem
|
2016-02-10 09:02:25 +01:00
|
|
|
%{_mandir}/man5/regulatory.bin.5%{ext_man}
|
2009-02-11 04:59:27 +01:00
|
|
|
|
|
|
|
%changelog
|