From 1fd4cd9a99d57cd7e7d657c2a978d988a3131dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Thu, 30 Oct 2008 08:29:29 +0000 Subject: [PATCH] removed static libraries from the -devel subpackage fixed openipmigui.desktop file --- OpenIPMI.spec | 18 +++++++++++------- openipmigui.desktop | 5 ++--- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index 469e20f..ec39978 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -72,7 +72,7 @@ and control IPMI-enabled devices. %build export CFLAGS=-fPIC -%configure --with-pythoninstall=%{python_sitearch} --disable-dependency-tracking --with-tcl=no +%configure --with-pythoninstall=%{python_sitearch} --disable-dependency-tracking --with-tcl=no --disable-static sed -i 's|^sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/%{_lib} %{_libdir}|' libtool make # not %{?_smp_mflags} safe @@ -86,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT/usr/lib %endif # Remove rpaths from libOpenIPMIposix.so.0.0.1 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libOpenIPMIposix.so.0.0.1 +# Remove static libraries install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/ipmi @@ -153,7 +154,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_includedir}/OpenIPMI %{_libdir}/*.so -%{_libdir}/*.a %{_libdir}/pkgconfig/*.pc %files gui @@ -164,17 +164,21 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-openipmigui.desktop %changelog +* Thu Oct 30 2008 Jan Safranek - 2.0.14-6 +- removed static libraries from the -devel subpackage +- fixed openipmigui.desktop file + * Thu Oct 23 2008 Jan Safranek - 2.0.14-5 -- fix typos in the descriptions -- add .desktop file for openipmigui tool +- fixed typos in the descriptions +- added .desktop file for openipmigui tool * Mon Oct 20 2008 Jan Safranek - 2.0.14-4 -- fix description of the package +- fixed description of the package * Thu Oct 16 2008 Jan Safranek - 2.0.14-3 - split ipmitool to separate package -- add 'reload' functionality to init script -- add seraparate -gui subpackage +- added 'reload' functionality to init script +- added seraparate -gui subpackage * Wed Jul 30 2008 Phil Knirsch - 2.0.14-2 - Fixed rpath problem in libOpenIPMIposix.so.0.0.1 diff --git a/openipmigui.desktop b/openipmigui.desktop index 36ace18..dcdd567 100644 --- a/openipmigui.desktop +++ b/openipmigui.desktop @@ -1,8 +1,7 @@ -[Desktop Entry] -Encoding=UTF-8 +[Desktop Entry] Name=OpenIPMI GUI Comment=Manage local or remote systems using IPMI protocol Exec=/usr/bin/openipmigui Terminal=false Type=Application -Categories=Application;System +Categories=System;