diff --git python-googlevoice/python-googlevoice.spec python-googlevoice/python-googlevoice.spec.tmp index 4d8eb5def9..7faffbe5e5 100644 --- python-googlevoice/python-googlevoice.spec +++ python-googlevoice/python-googlevoice.spec.tmp @@ -2,7 +2,7 @@ Name: python-googlevoice Version: 0.5 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Python language bindings for the Google Voice API Group: Development/Languages @@ -15,15 +15,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools +%global _description\ +This project aims to bring the power of the Google Voice API to the\ +Python language in a simple, easy-to-use manner. Currently it allows\ +you to place calls, send sms, download voicemails/recorded messages,\ +and search the various folders of your Google Voice Accounts. You can\ +use the Python API or command line script to schedule calls, check for\ +new received calls/sms, or even sync your recorded voicemails/calls. + +%description %_description + +%package -n python2-googlevoice +Summary: %summary Provides: pygooglevoice = %{version} +%{?python_provide:%python_provide python2-googlevoice} -%description -This project aims to bring the power of the Google Voice API to the -Python language in a simple, easy-to-use manner. Currently it allows -you to place calls, send sms, download voicemails/recorded messages, -and search the various folders of your Google Voice Accounts. You can -use the Python API or command line script to schedule calls, check for -new received calls/sms, or even sync your recorded voicemails/calls. +%description -n python2-googlevoice %_description %prep %setup0 -q -n pygooglevoice-%{version} -a 1 @@ -38,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-googlevoice %defattr(-,root,root,-) %doc doc examples %{_bindir}/asterisk-gvoice-setup @@ -47,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5-15 +- Python 2 binary package renamed to python2-googlevoice + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild