From cac2dbee827c37b008b040ec7e8f44136f7e9682 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 26 Aug 2010 10:00:14 -0500 Subject: [PATCH] - Add python3 subpackage --- babel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index 74217f0..00027c1 100644 --- a/babel.spec +++ b/babel.spec @@ -106,14 +106,14 @@ rm -rf %{buildroot} %files -n python-babel %defattr(-,root,root,-) %doc doc -%{python_sitelib}/Babel-%{version}py*.egg-info +%{python_sitelib}/Babel-%{version}-py*.egg-info %{python_sitelib}/babel %if 0%{?with_python3} %files -n python3-babel %defattr(-,root,root,-) %doc doc -%{python_sitelib}/Babel-%{version}py*.egg-info +%{python_sitelib}/Babel-%{version}-py*.egg-info %{python_sitelib}/babel %endif