rebuilt by autoport with build requirements: libiw-devel>=30.pre9-1mamba [release 20090609-3mamba;Sun Aug 23 2015]
This commit is contained in:
parent
405c4bf3df
commit
0375d2f12c
@ -1,6 +1,6 @@
|
|||||||
Name: python-iwscan
|
Name: python-iwscan
|
||||||
Version: 20090609
|
Version: 20090609
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Python bindings for wireless scanning via iwlib
|
Summary: Python bindings for wireless scanning via iwlib
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,7 +14,9 @@ Requires: python >= %python_version
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libiw-devel
|
BuildRequires: libiw-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
|
BuildRequires: libpython27-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libiw-devel >= 30.pre9-1mamba
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -22,6 +24,7 @@ Python bindings for wireless scanning via iwlib.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
|
sed -i 's|PROC_NET_WIRELESS|"/proc/net/wireless"|' pyiwscan.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -42,6 +45,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
%{python_sitearch}/iwscan-0.0.0-py*.egg-info
|
%{python_sitearch}/iwscan-0.0.0-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20090609-3mamba
|
||||||
|
- rebuilt by autoport with build requirements: libiw-devel>=30.pre9-1mamba
|
||||||
|
|
||||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 20090609-2mamba
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 20090609-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user