|
|
|
@ -5,10 +5,10 @@
|
|
|
|
|
|
|
|
|
|
Summary: Python bindings for libsmbclient API from Samba
|
|
|
|
|
Name: python-smbc
|
|
|
|
|
Version: 1.0.15.4
|
|
|
|
|
Release: 27%{?dist}
|
|
|
|
|
Version: 1.0.23
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
URL: https://github.com/hamano/pysmbc
|
|
|
|
|
Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2
|
|
|
|
|
Source: %{URL}/archive/%{version}/pysmbc-%{version}.tar.gz
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
|
|
|
|
|
# gcc is no longer in buildroot by default
|
|
|
|
@ -51,7 +51,7 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
|
|
|
|
%{_bindir}/mv smbc.html html
|
|
|
|
|
|
|
|
|
|
%files -n python3-smbc
|
|
|
|
|
%doc README NEWS
|
|
|
|
|
%doc README.md NEWS
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{python3_sitearch}/*
|
|
|
|
|
|
|
|
|
@ -60,6 +60,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 27 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.23-1
|
|
|
|
|
- 1.0.23
|
|
|
|
|
|
|
|
|
|
* Tue Aug 04 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.15.4-27
|
|
|
|
|
- use versioned python3 sitearch
|
|
|
|
|
|
|
|
|
|