From 262ff2d731b1bfc4acd91153088b8fcde7ae92b8 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 5 Feb 2009 15:03:08 -0500 Subject: Rename ipa-python directory to ipapython so it is a real python library We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python. --- ipa.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipa.spec.in') diff --git a/ipa.spec.in b/ipa.spec.in index e3c217efa..f41454aaa 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -392,10 +392,10 @@ fi %files python %doc LICENSE README %defattr(-,root,root,-) -%dir %{python_sitelib}/ipa -%{python_sitelib}/ipa/*.py* +%dir %{python_sitelib}/ipapython +%{python_sitelib}/ipapython/*.py* %if 0%{?fedora} >= 9 -%{python_sitelib}/ipa-*.egg-info +%{python_sitelib}/ipapython-*.egg-info %endif %config(noreplace) %{_sysconfdir}/ipa/ipa.conf -- cgit