rpms/OpenIPMI/devel openipmigui.desktop, NONE, 1.1 .cvsignore, 1.10, 1.11 OpenIPMI.spec, 1.55, 1.56 sources, 1.10, 1.11

Jan Šafránek jsafrane at fedoraproject.org
Thu Oct 23 12:34:34 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/OpenIPMI/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3062

Modified Files:
	.cvsignore OpenIPMI.spec sources 
Added Files:
	openipmigui.desktop 
Log Message:
fix typos in the descriptions
add .desktop file for openipmigui tool
remove ipmitool from all files
add some TODOs and comments to the spec file


--- NEW FILE openipmigui.desktop ---
[Desktop Entry] 
Encoding=UTF-8
Name=OpenIPMI GUI
Comment=Manage local or remote systems using IPMI protocol
Exec=/usr/bin/openipmigui
Terminal=false
Type=Application
Categories=Application;System


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	29 Jul 2008 14:52:21 -0000	1.10
+++ .cvsignore	23 Oct 2008 12:34:03 -0000	1.11
@@ -1,2 +1 @@
 OpenIPMI-2.0.14.tar.gz
-ipmitool-1.8.9.tar.gz


Index: OpenIPMI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/OpenIPMI.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- OpenIPMI.spec	20 Oct 2008 11:54:31 -0000	1.55
+++ OpenIPMI.spec	23 Oct 2008 12:34:03 -0000	1.56
@@ -1,3 +1,5 @@
+# TODO: uses private copy of libedit, should be modified to use system one
+
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
 Name: OpenIPMI
@@ -9,9 +11,11 @@
 Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
 Source1: openipmi.sysconf
 Source2: openipmi.initscript
+Source3: openipmigui.desktop
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
 BuildRequires: openssl-devel python-devel perl-devel chrpath tcl-devel tkinter
+BuildRequires: desktop-file-utils
 Requires(post): chkconfig
 Requires(preun): chkconfig
 
@@ -41,7 +45,7 @@
 Summary: OpenIPMI Python language bindings
 
 %description python
-The OpenIPMI-perl package contains the Python language bindings for OpenIPMI.
+The OpenIPMI-python package contains the Python language bindings for OpenIPMI.
 
 %package devel
 Group: Development/Libraries
@@ -55,12 +59,12 @@
 
 %package gui
 Group: System Environment/Base
-Summary: OpenIPMU graphical user interface tool
+Summary: OpenIPMI graphical user interface tool
 Requires: tix tkinter %{name}-python = %{version}-%{release}
 
 %description gui
-The OpenIPMI-devel package contains the graphical user interface to monitor
-and control IPMI-enabled device.
+The OpenIPMI-gui package contains the graphical user interface to monitor
+and control IPMI-enabled devices.
 
 
 %prep
@@ -70,7 +74,7 @@
 export CFLAGS=-fPIC
 %configure --with-pythoninstall=%{python_sitearch} --disable-dependency-tracking --with-tcl=no
 sed -i 's|^sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/%{_lib} %{_libdir}|' libtool
-make
+make # not %{?_smp_mflags} safe
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -88,6 +92,8 @@
 install -d ${RPM_BUILD_ROOT}%{_initrddir}
 install -m 755 %SOURCE2 ${RPM_BUILD_ROOT}%{_initrddir}/ipmi
 
+desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE3}
+
 %post
 /sbin/chkconfig --add ipmi
 
@@ -137,7 +143,7 @@
 
 %files python
 %defattr(-,root,root)
-%{_libdir}/python*/site-packages/*OpenIPMI*
+%{python_sitearch}/*OpenIPMI*
 
 %files libs
 %defattr(-,root,root)
@@ -154,9 +160,14 @@
 %defattr(-,root,root)
 %{_bindir}/openipmigui
 %{_mandir}/man1/openipmigui*
-%{_libdir}/python*/site-packages/openipmigui
+%{python_sitearch}/openipmigui
+%{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Thu Oct 23 2008 Jan Safranek <jsafrane at redhat.com> - 2.0.14-5
+- fix typos in the descriptions
+- add .desktop file for openipmigui tool
+
 * Mon Oct 20 2008 Jan Safranek <jsafrane at redhat.com> - 2.0.14-4
 - fix description of the package
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	29 Jul 2008 14:52:21 -0000	1.10
+++ sources	23 Oct 2008 12:34:03 -0000	1.11
@@ -1,2 +1 @@
 f766680bb237ca2f837c005efba54efa  OpenIPMI-2.0.14.tar.gz
-3b4dbdbaa1edff3dccaf88d161b34cd2  ipmitool-1.8.9.tar.gz




More information about the scm-commits mailing list