From 825d4f0dd5d222587dcab5a691b27f6b1d42759a Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 26 Jul 2012 14:52:13 -0400 Subject: [PATCH] 1.0.13-3: generalize file globbing to ease transition to Python 3.3 --- python-smbc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-smbc.spec b/python-smbc.spec index b4c5ba5..5fbcca2 100644 --- a/python-smbc.spec +++ b/python-smbc.spec @@ -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 - 1.0.13-3 +- generalize file globbing to ease transition to Python 3.3 + * Sat Jul 21 2012 Fedora Release Engineering - 1.0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild