Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > d63454ab1568629700f7d4fea735209f > files > 2

python-pybluez-0.9.2-1mdv2007.1.src.rpm

%define oname pybluez
%define name python-%{oname}
%define version 0.9.2
%define release %mkrel 1

Summary: Python wrappers around system Bluetooth resources
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://org.csail.mit.edu/pybluez/release/%{oname}-src-%{version}.tar.bz2
License: GPL
Group: Development/Python
Url: http://org.csail.mit.edu/pybluez/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: bluez-devel python-devel

%description
PyBluez is an effort to create python wrappers around system Bluetooth
resources to allow Python developers to easily and quickly create
Bluetooth applications.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG README
%{py_platsitedir}/_bluetooth.so
%{py_platsitedir}/bluetooth.py*
%{py_platsitedir}/*.egg-info


%changelog
* Fri Dec 29 2006 Olivier Blin <oblin@mandriva.com> 0.9.2-1mdv2007.0
+ Revision: 102576
- buildrequires bluez-devel
- buildrequires python-devel
- initial pybluez release
- Create python-pybluez