Accepting request 162873 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls - Cleanup spec file - Update database to the most recent 2013.02.13 OBS-URL: https://build.opensuse.org/request/show/162873 OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-regdb?expand=0&rev=16
This commit is contained in:
parent
611b06e74b
commit
9d2fd10bdf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:895a8075e4de803c63233ee46cb0e0fabb7279c032d20eb23a057f369a4e6d3b
|
|
||||||
size 13667
|
|
3
wireless-regdb-2013.02.13.tar.bz2
Normal file
3
wireless-regdb-2013.02.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39faabbe713878cb4a5173bd20d33c11635cfe2c88c32c805977ba4bbc6ab52d
|
||||||
|
size 13953
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 5 09:48:15 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
||||||
|
- Cleanup spec file
|
||||||
|
- Update database to the most recent 2013.02.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 31 03:15:22 UTC 2012 - crrodriguez@opensuse.org
|
Mon Dec 31 03:15:22 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wireless-regdb
|
# spec file for package wireless-regdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,39 +16,31 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Url: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
|
|
||||||
|
|
||||||
Name: wireless-regdb
|
Name: wireless-regdb
|
||||||
|
Version: 2013.02.13
|
||||||
|
Release: 0
|
||||||
Summary: 802.11 regulatory domain database
|
Summary: 802.11 regulatory domain database
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
Version: 2012.06.08
|
Url: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
|
||||||
Release: 0
|
Source: https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.bz2
|
||||||
%define tarversion %{version}
|
Requires(pre): %fillup_prereq
|
||||||
Source: %{name}-%{tarversion}.tar.bz2
|
Requires(pre): %insserv_prereq
|
||||||
|
Requires(pre): %install_info_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: %insserv_prereq %fillup_prereq %install_info_prereq
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The 802.11 regulatory domain database is used by CRDA and provides
|
The 802.11 regulatory domain database is used by CRDA and provides
|
||||||
allowed frequency ranges for 802.11 wireless drivers.
|
allowed frequency ranges for 802.11 wireless drivers.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Luis R. Rodriguez <mcgrof@gmail.com>
|
|
||||||
Johannes Berg <johannes@sipsolutions.net>
|
|
||||||
Michael Green <Michael.Green@Atheros.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{tarversion}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -56,9 +48,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%dir %{_prefix}/lib/crda/pubkeys
|
%dir %{_prefix}/lib/crda/pubkeys
|
||||||
%{_prefix}/lib/crda/regulatory.bin
|
%{_prefix}/lib/crda/regulatory.bin
|
||||||
%{_prefix}/lib/crda/pubkeys/*pem
|
%{_prefix}/lib/crda/pubkeys/*pem
|
||||||
%{_prefix}/share/man/man5/regulatory.bin.5.gz
|
%{_mandir}/man5/regulatory.bin.5.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user