SHA256
1
0
forked from pool/crda

Accepting request 22275 from hardware

Copy from hardware/crda based on submit request 22275 from user coolo

OBS-URL: https://build.opensuse.org/request/show/22275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crda?expand=0&rev=4
This commit is contained in:
OBS User autobuild 2009-10-12 14:24:24 +00:00 committed by Git OBS Bridge
parent d5e8e00939
commit 8d7acb7fd7
4 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82695b11263e6b329b4789fbc6b43b7a2d91de667904767bd5d3e4a49556bfc1
size 21418

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b8d23752a320288069e1457fba33d4c8c9e9b5124805fb422cfb31ae6f343f7
size 21497

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 10 16:04:31 UTC 2009 - crrodriguez@opensuse.org
- update to git200910101747, fix build
-------------------------------------------------------------------
Tue Jul 28 21:29:47 CEST 2009 - aj@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package crda (Version 1.1.0)
# spec file for package crda (Version 1.1.0_git200910101747)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,7 +21,7 @@ Url: http://linuxwireless.org/en/developers/Regulatory/CRDA
Name: crda
Summary: 802.11 central regulatory domain agent
Version: 1.1.0
Version: 1.1.0_git200910101747
Release: 1
Group: Hardware/Wifi
License: BSD 3-clause (or similar)
@ -44,10 +44,10 @@ Authors:
Michael Green <Michael.Green@Atheros.com>
%prep
%setup
%setup -q
%build
make
make all_noverify
%install
make DESTDIR=$RPM_BUILD_ROOT install
@ -61,6 +61,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
/usr/share/man/man8/regdbdump.8.gz
%clean
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%changelog