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:
Ismail Dönmez 2013-04-05 14:11:46 +00:00 committed by Git OBS Bridge
parent 611b06e74b
commit 9d2fd10bdf
4 changed files with 22 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:895a8075e4de803c63233ee46cb0e0fabb7279c032d20eb23a057f369a4e6d3b
size 13667

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39faabbe713878cb4a5173bd20d33c11635cfe2c88c32c805977ba4bbc6ab52d
size 13953

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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
Version: 2013.02.13
Release: 0
Summary: 802.11 regulatory domain database
License: ISC
Group: Hardware/Wifi
Version: 2012.06.08
Release: 0
%define tarversion %{version}
Source: %{name}-%{tarversion}.tar.bz2
Url: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
Source: https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.bz2
Requires(pre): %fillup_prereq
Requires(pre): %insserv_prereq
Requires(pre): %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq %fillup_prereq %install_info_prereq
BuildArch: noarch
%description
The 802.11 regulatory domain database is used by CRDA and provides
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
%setup -q -n %{name}-%{tarversion}
%setup -q
%build
%install
make DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
@ -56,9 +48,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
%dir %{_prefix}/lib/crda/pubkeys
%{_prefix}/lib/crda/regulatory.bin
%{_prefix}/lib/crda/pubkeys/*pem
%{_prefix}/share/man/man5/regulatory.bin.5.gz
%clean
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/regulatory.bin.5.gz
%changelog