From 79f2a80569f5a414e65ae961bb478bbc05b80d57 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mar 20 2013 23:46:04 +0000 Subject: Correctly name the python3 subpackage. --- diff --git a/python-pkgwat-api.spec b/python-pkgwat-api.spec index 1dca231..c65679d 100644 --- a/python-pkgwat-api.spec +++ b/python-pkgwat-api.spec @@ -6,7 +6,7 @@ Name: python-pkgwat-api Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python API for querying the fedora packages webapp Group: Development/Libraries @@ -33,14 +33,14 @@ Python API for pkgwat http://pypi.python.org/pypi/pkgwat.cli %if 0%{?with_python3} -%package -n python3-%{name} +%package -n python3-pkgwat-api Summary: Python API for querying the fedora packages webapp Group: Development/Libraries Requires: python3-six Requires: python3-requests -%description -n python3-%{name} +%description -n python3-pkgwat-api Python API for pkgwat http://pypi.python.org/pypi/pkgwat.cli. @@ -81,13 +81,16 @@ popd %{python_sitelib}/%{modname}-%{version}* %if 0%{?with_python3} -%files -n python3-%{name} +%files -n python3-pkgwat-api %doc README.rst LICENSE lgpl-2.1.txt %{python3_sitelib}/pkgwat %{python3_sitelib}/%{modname}-%{version}-* %endif %changelog +* Wed Mar 20 2013 Ralph Bean - 0.7-3 +- Correctly name the python3 subpackage. + * Thu Feb 28 2013 Ralph Bean - 0.7-2 - Patch to fix syntax error on python3.2.