SPECS: OpenIPMI.spec - updated to 2.0.7, updated python patch - GU...

qboosh qboosh at pld-linux.org
Tue Aug 22 12:47:53 CEST 2006


Author: qboosh                       Date: Tue Aug 22 10:47:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.0.7, updated python patch
- GUI has been switched from wxPython to tkinter

---- Files affected:
SPECS:
   OpenIPMI.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/OpenIPMI.spec
diff -u SPECS/OpenIPMI.spec:1.38 SPECS/OpenIPMI.spec:1.39
--- SPECS/OpenIPMI.spec:1.38	Tue Mar 14 00:38:01 2006
+++ SPECS/OpenIPMI.spec	Tue Aug 22 12:47:48 2006
@@ -1,17 +1,17 @@
 # $Revision$, $Date$
 #
 # 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/
@@ -27,7 +27,8 @@
 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
@@ -98,7 +99,7 @@
 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.
@@ -119,7 +120,7 @@
 CPPFLAGS="-I/usr/include/ncurses"
 %configure \
 	--without-glib12 \
-	%{!?with_gui:--without-wxpython}
+	%{!?with_gui:--without-tkinter}
 %{__make} \
 	PYTHON_INSTALL_DIR=%{py_sitedir}
 
@@ -187,6 +188,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/08/22 10:47:48  qboosh
+- updated to 2.0.7, updated python patch
+- GUI has been switched from wxPython to tkinter
+
 Revision 1.38  2006/03/13 23:38:01  glen
 - %install not parallel make safe
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/OpenIPMI.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list