From: Arkadiusz Miƛkiewicz Date: Tue, 29 Jun 2010 19:59:53 +0000 (+0000) Subject: - fix without python3 build X-Git-Tag: auto/th/python-SQLAlchemy-0_6_1-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-sqlalchemy.git;a=commitdiff_plain;h=bcebf730f6675fdc044b5b04cb01d5c686e32c7b - fix without python3 build Changed files: python-SQLAlchemy.spec -> 1.30 --- diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index c4489e3..f3a4941 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -120,7 +120,9 @@ rm -rf $RPM_BUILD_ROOT %{py_sitescriptdir}/sqlalchemy* %{_examplesdir}/%{name}-%{version} +%if %{with python3} %files -n python3-%{module} %defattr(644,root,root,755) %{py3_sitescriptdir}/SQLAlchemy* %{py3_sitescriptdir}/sqlalchemy* +%endif