summaryrefslogtreecommitdiffstats
path: root/wireless-regdb.spec
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:24:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:24:08 +0000
commit95bfafa9ff6abf9a19f7a85b429d502036be60cf (patch)
treef49bad15e2d2d770e1200eae1318c29b3de9ef9f /wireless-regdb.spec
parentInitial commit. (diff)
downloadwireless-regdb-95bfafa9ff6abf9a19f7a85b429d502036be60cf.tar.xz
wireless-regdb-95bfafa9ff6abf9a19f7a85b429d502036be60cf.zip
Adding upstream version 2022.06.06.upstream/2022.06.06
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--wireless-regdb.spec35
1 files changed, 35 insertions, 0 deletions
diff --git a/wireless-regdb.spec b/wireless-regdb.spec
new file mode 100644
index 0000000..bb648ca
--- /dev/null
+++ b/wireless-regdb.spec
@@ -0,0 +1,35 @@
+Summary: Linux wireless regulatory database
+Name: wireless-regdb
+Version: 2009.01.15
+Release: 1
+License: ISC
+Group: System Enviroment/Base
+Source: http://wireless.kernel.org/download/wireless-regdb/wireless-regdb-2009-01-15.tar.bz2
+URL: http://wireless.kernel.org/en/developers/Regulatory/
+Packager: Luis R. Rodriguez <mcgrof@gmail.com>
+BuildRoot : /var/tmp/%{name}-buildroot
+Requires: python
+BuildArch: noarch
+
+%define crda_lib /usr/lib/crda
+
+%description
+This package contains the wireless regulatory database used by all
+cfg80211 based Linux wireless drivers. The wireless database being
+used is maintained by Seth Forshee.
+http://wireless.kernel.org/en/developers/Regulatory/
+
+%prep
+%setup -n %name-2009-01-15
+%build
+%install
+install -m 755 -d %buildroot/%crda_lib
+install -m 644 regulatory.bin %buildroot/%{crda_lib}/regulatory.bin
+%files
+%crda_lib/regulatory.bin
+%doc README LICENSE
+
+%changelog
+* Fri Jan 23 2009 - mcgrof@gmail.com
+- Started wireless-regdb package
+