From 6f438fbcc6d075f833a0407c8b7d2bd4bf3fced4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Dec 23 2009 13:50:57 +0000 Subject: - Updated docs - Updated BR - Updated to new upstream version 0.5.0 --- diff --git a/.cvsignore b/.cvsignore index 58da144..3333694 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-wifi-0.3.1.tar.gz +python-wifi-0.5.0.tar.bz2 diff --git a/python-wifi.spec b/python-wifi.spec index 5fc240d..cea8d8d 100644 --- a/python-wifi.spec +++ b/python-wifi.spec @@ -1,19 +1,19 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-wifi -Version: 0.3.1 -Release: 3%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Python binding for the wireless extensions Group: Development/Libraries License: LGPLv2+ URL: https://developer.berlios.de/projects/pythonwifi/ -Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz +Source0: http://prdownload.berlios.de/pythonwifi/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python -BuildRequires: python-setuptools-devel +BuildRequires: python-devel +BuildRequires: python-setuptools %description @@ -26,12 +26,12 @@ W-LAN card's capabilities, like the wireless extensions written in C. %build -python ./setup.py build +%{__python} setup.py build %install rm -rf %{buildroot} -python setup.py install -O1 --skip-build --root="%{buildroot}" +%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" # Fix permissions on examples chmod -x examples/*.py # Convert to utf-8 @@ -48,12 +48,19 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc ChangeLog LICENSE NEWS README docs/ examples/ tests/ +%doc README docs/AUTHORS docs/BUGS docs/ChangeLog +%doc docs/LICENSE* docs/NEWS docs/ROADMAP docs/TODO docs/VERSION +%doc examples/ tests/ %{python_sitelib}/pythonwifi/ %{python_sitelib}/python_wifi*.egg-info %changelog +* Wed Dec 23 2009 Fabian Affolter - 0.5.0-1 +- Updated docs +- Updated BR +- Updated to new upstream version 0.5.0 + * Sun Jul 26 2009 Fedora Release Engineering - 0.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 37b84ee..047f3f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0458e32f82900e03c9fd155442242638 python-wifi-0.3.1.tar.gz +fe953211a0b660fceac9fd013e649406 python-wifi-0.5.0.tar.bz2