Package python-module-smbc: Specfile

Name: python-module-smbc
Version: 1.0.6
Release: alt1

Summary: Python interface for smbclient
Group: Development/Python
License: GPLv2+
URL: http://cyberelk.net/tim/data/pysmbc/

%define mname smbc

%setup_python_module %mname

Source: py%mname-%version.tar

BuildRequires: libsmbclient-devel

%description
The smbc module provides an interface to the Samba client API.

%prep
%setup -n py%mname-%version

%build
%python_build

%install
%python_install

%files
%python_sitelibdir/*
%doc README

%changelog
* Tue Jan 19 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 1.0.6-alt1
- first build for Sisyphus