[babel] - Add python3 subpackage

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu Aug 26 15:00:18 UTC 2010


commit cac2dbee827c37b008b040ec7e8f44136f7e9682
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Thu Aug 26 10:00:14 2010 -0500

    - Add python3 subpackage

 babel.spec |    4 ++--
 1 files 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
 


More information about the scm-commits mailing list