From: Jakub Bogusz Date: Fri, 18 Dec 2015 22:58:46 +0000 (+0100) Subject: - fix python install after python dirs changes; release 3 X-Git-Tag: auto/th/OpenIPMI-2.0.21-3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=92e4017c23c5da489da1e2888ab199e6bf70bfce;p=packages%2FOpenIPMI.git - fix python install after python dirs changes; release 3 --- diff --git a/OpenIPMI.spec b/OpenIPMI.spec index 5837afb..0c703ff 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -6,7 +6,7 @@ Summary: IPMI abstraction layer Summary(pl.UTF-8): Warstwa abstrakcji IPMI Name: OpenIPMI Version: 2.0.21 -Release: 2 +Release: 3 License: LGPL v2+ (library), GPL v2+ (ipmicmd) Group: Libraries Source0: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz @@ -128,6 +128,7 @@ Graficzny interfejs użytkownika do OpenIPMI. %{__automake} CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses" %configure \ + --with-pythoninstall=%{py_sitescriptdir} \ --with-pythoninstalllib=%{py_sitedir} \ --without-glib12 \ %{!?with_gui:--without-tkinter}