From af0da9672db2b1947e36f67b40b9a33c12302d4cbbed1d174e96e48baa81cfe8 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 9 Oct 2012 15:02:01 +0000 Subject: [PATCH] fix python-base OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=128 --- python-base.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-base.spec b/python-base.spec index ede28ef..c2c0a85 100644 --- a/python-base.spec +++ b/python-base.spec @@ -202,9 +202,6 @@ find . -wholename "./Parser" -prune -o -name '*.py' -type f -print0 | xargs -0 g # install it ######################################## %make_install OPT="%{optflags} -fPIC" -# install site-specific tweaks -#ln -s python%{python_version} %{buildroot}%{_bindir}/python2 -install -m 644 %{SOURCE4} %{buildroot}%{_libdir}/python%{python_version}/distutils install -m 644 %{SOURCE5} %{buildroot}%{_libdir}/python%{python_version}/site-packages install -d -m 755 %{buildroot}%{_sysconfdir}/rpm install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm