]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- updated to 2.0.7, updated python patch AC-STABLE auto/ac/OpenIPMI-2_0_7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Aug 2006 10:47:48 +0000 (10:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- GUI has been switched from wxPython to tkinter

Changed files:
    OpenIPMI.spec -> 1.39

OpenIPMI.spec

index a92df27afc7856b463d9b86b3411cdbb995d108e..11f8e93012c2a3f0c68eaa0bf33bfcd90da3db5b 100644 (file)
@@ -1,16 +1,16 @@
 #
 # Conditional build:
-%bcond_without gui     # don't build wxPython-based GUI
+%bcond_without gui     # don't build tkinter-based GUI
 #
 Summary:       IPMI abstraction layer
 Summary(pl):   Warstwa abstrakcji IPMI
 Name:          OpenIPMI
-Version:       2.0.6
+Version:       2.0.7
 Release:       1
 License:       LGPL (library), GPL (ipmicmd)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
-# Source0-md5: 43be79ea0693dbde0420202e721b5232
+# Source0-md5: 0c7226e8b56070bd0e4675fa25b5d4b3
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-python.patch
 URL:           http://openipmi.sourceforge.net/
@@ -26,7 +26,8 @@ BuildRequires:        perl-devel
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
 BuildRequires: python-devel
-%{?with_gui:BuildRequires:     python-wxPython}
+%{?with_gui:BuildRequires:     python-tkinter}
+BuildRequires: tcl-devel
 BuildRequires: rpm-pythonprov
 BuildRequires: swig-perl >= 1.3.25
 BuildRequires: swig-python >= 1.3.25
@@ -97,7 +98,7 @@ Summary:      OpenIPMI GUI
 Summary(pl):   Graficzny interfejs u¿ytkownika do OpenIPMI
 Group:         X11/Applications
 Requires:      python-%{name} = %{version}-%{release}
-Requires:      python-wxPython
+Requires:      python-tkinter
 
 %description gui
 OpenIPMI GUI.
@@ -118,7 +119,7 @@ Graficzny interfejs u
 CPPFLAGS="-I/usr/include/ncurses"
 %configure \
        --without-glib12 \
-       %{!?with_gui:--without-wxpython}
+       %{!?with_gui:--without-tkinter}
 %{__make} \
        PYTHON_INSTALL_DIR=%{py_sitedir}
 
This page took 0.15586 seconds and 4 git commands to generate.