]> git.pld-linux.org Git - packages/wireless-regdb.git/blobdiff - wireless-regdb.spec
up to 2024.05.08
[packages/wireless-regdb.git] / wireless-regdb.spec
index 34e7028304a733d090e220f1cd9d876239c0506c..732b1ee6295cf331087cf980cd75796920baffb1 100644 (file)
@@ -5,13 +5,13 @@
 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:       2014.11.18
+Version:       2024.05.08
 Release:       1
 License:       ISC
 Group:         Networking/Daemons
 Source0:       https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
-# Source0-md5: d750c402c5510add7380edcb1d9b75b2
-URL:           http://wireless.kernel.org/en/developers/Regulatory
+# Source0-md5: 2152de26e40d48e5eaf6508db1d7f044
+URL:           https://wireless.wiki.kernel.org/en/developers/Regulatory
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 %{?with_verify:BuildRequires:  crda}
@@ -41,7 +41,8 @@ test -s dump.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_datadir}/crda,%{_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
 
@@ -51,5 +52,7 @@ 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/regulatory.bin.5*
This page took 0.230255 seconds and 4 git commands to generate.