commit cae75f0081240894c0097290a6fb7698de652dc5da978f9dedb6bc21b67a2ff5 Author: OBS User unknown Date: Tue Feb 10 12:49:56 2009 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crda?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/crda-1.0.1.tar.bz2 b/crda-1.0.1.tar.bz2 new file mode 100644 index 0000000..e90d72b --- /dev/null +++ b/crda-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0cfb4d0340b6e239488a46ce92c8d26cec84fe0da06d4c7b7327bf0e932f1f +size 21013 diff --git a/crda.changes b/crda.changes new file mode 100644 index 0000000..8b61e5d --- /dev/null +++ b/crda.changes @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 9 12:27:04 CET 2009 - hschaa@suse.de + +- Update to 1.0.1 +- Needed for fate#305301 + +------------------------------------------------------------------- +Sat Jan 24 13:00:00 CET 2007 - helmut.schaa@googlemail.com + +- Initial package + diff --git a/crda.spec b/crda.spec new file mode 100644 index 0000000..10a3440 --- /dev/null +++ b/crda.spec @@ -0,0 +1,69 @@ +# +# spec file for package crda (Version 1.0.1) +# +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# 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/ +# + +# norootforbuild + +Url: http://linuxwireless.org/en/developers/Regulatory/CRDA + +Name: crda +Summary: 802.11 central regulatory domain agent +Version: 1.0.1 +Release: 2 +Group: Hardware/Wifi +License: BSD 3-Clause +Source: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libgcrypt-devel libnl-devel pkg-config python python-m2crypto udev wireless-regdb + +%description +The crda binary provides access to the wireless-regdb to the kernel +through udev. + + + +Authors: +-------- + Luis R. Rodriguez + Johannes Berg + Michael Green + +%prep +%setup + +%build +make + +%install +make DESTDIR=$RPM_BUILD_ROOT install + +%files +%defattr(-,root,root) +/sbin/crda +/sbin/regdbdump +/lib/udev/rules.d/85-regulatory.rules +/usr/share/man/man8/crda.8.gz +/usr/share/man/man8/regdbdump.8.gz + +%clean +test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT + +%changelog +* Mon Feb 09 2009 hschaa@suse.de +- Update to 1.0.1 +- Needed for fate#305301 +* Wed Jan 24 2007 helmut.schaa@googlemail.com +- Initial package diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4