Accepting request 317073 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/317073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostap-utils?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 12 16:08:35 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Cleanup spec file with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 8 13:15:53 UTC 2014 - jengelh@inai.de
|
Wed Oct 8 13:15:53 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hostap-utils
|
# spec file for package hostap-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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
|
||||||
@@ -23,28 +23,22 @@ Summary: Tools for Prism2 cards
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
Url: http://hostap.epitest.fi/
|
Url: http://hostap.epitest.fi/
|
||||||
Source: http://w1.fi/releases/%name-%version.tar.gz
|
Source: http://w1.fi/releases/%{name}-%{version}.tar.gz
|
||||||
Patch: hostap-utils.diff
|
Patch0: hostap-utils.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains various tools for configuring Prism2 cards driven
|
This package contains various tools for configuring Prism2 cards driven
|
||||||
by the HostAP kernel module. In particular, it contains a utility to
|
by the HostAP kernel module. In particular, it contains a utility to
|
||||||
query and flash firmware of Prism2 adapters.
|
query and flash firmware of Prism2 adapters.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jouni Malinen <jkmaline@cc.hut.fi>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" make %{?_smp_mflags}
|
CFLAGS="%{optflags}" CC="gcc" make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{_sbindir}
|
mkdir -p %{buildroot}/%{_sbindir}
|
||||||
|
Reference in New Issue
Block a user