|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
Summary: Python bindings for libsmbclient API from Samba
|
|
|
|
|
Name: python-smbc
|
|
|
|
|
Version: 1.0.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
URL: http://cyberelk.net/tim/software/pysmbc/
|
|
|
|
|
Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -79,11 +79,14 @@ chmod 755 %{buildroot}%{python_sitearch}/smbc.so
|
|
|
|
|
%files -n python3-smbc
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING README NEWS
|
|
|
|
|
%{python3_sitearch}/smbc.cpython-3?mu.so
|
|
|
|
|
%{python3_sitearch}/smbc.cpython-3*.so
|
|
|
|
|
%{python3_sitearch}/pysmbc*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 26 2012 David Malcolm <dmalcolm@redhat.com> - 1.0.13-3
|
|
|
|
|
- generalize file globbing to ease transition to Python 3.3
|
|
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.13-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|