]> git.pld-linux.org Git - packages/wireless-regdb.git/blobdiff - wireless-regdb.spec
up to 2020.11.20
[packages/wireless-regdb.git] / wireless-regdb.spec
index 46b04e6e4747933d51ac5dd2a4ad13187ab57df7..2fe6d3271c9ba5b50b89caf2b5ac95b961c3081c 100644 (file)
@@ -1,36 +1,58 @@
-Summary:       http://wireless.kernel.org/en/developers/Regulatory
+#
+# Conditional build:
+%bcond_without verify  # don't verify database
+
+Summary:       Wireless regulatory database for Linux drivers
+Summary(pl.UTF-8):     Baza danych przepisów dotyczących sieci bezprzewodowych dla sterowników linuksowych
 Name:          wireless-regdb
-Version:       2009.03.09
+Version:       2020.11.20
 Release:       1
 License:       ISC
 Group:         Networking/Daemons
-Source0:       http://wireless.kernel.org/download/wireless-regdb/%{name}-%{version}.tar.bz2
-# Source0-md5: 09d423911584e6580efb8af366775d5f
-URL:           http://wireless.kernel.org/en/developers/Regulatory
+Source0:       https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
+# Source0-md5: 6d29837f3a1ed671e37d5139de25c5b8
+URL:           https://wireless.wiki.kernel.org/en/developers/Regulatory
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+%{?with_verify:BuildRequires:  crda}
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _datadir        /lib
+
 %description
 This package contains the wireless regulatory database used by all
 cfg80211 based Linux wireless drivers.
 
+%description -l pl.UTF-8
+Ten pakiet zawiera bazę danych przepisów dotyczących częstotliwości
+dopuszczonych dla sieci bezprzewodowych, wykorzystywaną przez
+wszystkie linuksowe sterowniki bezprzewodowe oparte na cfg80211.
+
 %prep
 %setup -q
 
 %build
+%if %{with verify}
+PATH=/sbin:$PATH \
+regdbdump regulatory.bin > dump.txt
+test -s dump.txt
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT{%{_datadir}/crda,%{_mandir}/man5}
-
-install regulatory.bin $RPM_BUILD_ROOT%{_datadir}/crda/regulatory.bin
-install regulatory.bin.5 $RPM_BUILD_ROOT%{_mandir}/man5
+install -d $RPM_BUILD_ROOT{/lib/firmware,%{_datadir}/crda,%{_mandir}/man5}
+cp -p regulatory.db regulatory.db.p7s $RPM_BUILD_ROOT/lib/firmware
+cp -p regulatory.bin $RPM_BUILD_ROOT%{_datadir}/crda/regulatory.bin
+cp -p regulatory.bin.5 $RPM_BUILD_ROOT%{_mandir}/man5
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc LICENSE README
+/lib/firmware/regulatory.db
+/lib/firmware/regulatory.db.p7s
 %{_datadir}/crda
-%{_mandir}/man5/*.5*
+%{_mandir}/man5/regulatory.bin.5*
This page took 0.129626 seconds and 4 git commands to generate.