rpms/python-iwlib/devel import.log, NONE, 1.1 python-iwlib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jiří Popelka jpopelka at fedoraproject.org
Tue Jul 28 10:56:00 UTC 2009


Author: jpopelka

Update of /cvs/pkgs/rpms/python-iwlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4391/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-iwlib.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
python-iwlib-0_1-1_fc11:HEAD:python-iwlib-0.1-1.src.rpm:1248778501


--- NEW FILE python-iwlib.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}

Summary: Wireless settings python bindings
Name: python-iwlib
Version: 0.1
Release: 1%{?dist}
URL: http://git.fedorahosted.org/git/python-iwlib.git
Source: http://fedorahosted.org/released/python-iwlib/%{name}-%{version}.tar.bz2
License: GPLv2
Group: System Environment/Libraries
ExcludeArch: s390 s390x
BuildRequires: python-devel
BuildRequires: wireless-tools-devel
Requires: wireless-tools >= 28-0.pre8.5
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Python bindings for the iwlib kernel interface,
that provides functions to examine the wireless network devices
installed on the system.

%prep
%setup -q

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
mkdir -p %{buildroot}%{_sbindir}
chmod 755 %{buildroot}%{python_sitearch}/iwlib.so

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%{python_sitearch}/iwlib.so
%if "%{python_ver}" >= "2.5"
%{python_sitearch}/*.egg-info
%endif

%changelog
* Mon Jul 27 2009 Jiri Popelka <jpopelka at redhat.com> - 0.1-1
- Get iwlib code from rhpl 0.222-1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-iwlib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 Jul 2009 04:23:29 -0000	1.1
+++ .cvsignore	28 Jul 2009 10:56:00 -0000	1.2
@@ -0,0 +1 @@
+python-iwlib-0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-iwlib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 Jul 2009 04:23:30 -0000	1.1
+++ sources	28 Jul 2009 10:56:00 -0000	1.2
@@ -0,0 +1 @@
+28c1e299dcbb6f47016bc962e8090d86  python-iwlib-0.1.tar.bz2




More information about the fedora-extras-commits mailing list