removed static libraries from the -devel subpackage fixed
openipmigui.desktop file
This commit is contained in:
parent
daa6499692
commit
1fd4cd9a99
@ -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 <jsafrane@redhat.com> - 2.0.14-6
|
||||
- removed static libraries from the -devel subpackage
|
||||
- fixed openipmigui.desktop file
|
||||
|
||||
* Thu Oct 23 2008 Jan Safranek <jsafrane@redhat.com> - 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 <jsafrane@redhat.com> - 2.0.14-4
|
||||
- fix description of the package
|
||||
- fixed description of the package
|
||||
|
||||
* Thu Oct 16 2008 Jan Safranek <jsafrane@redhat.com> - 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 <pknirsch@redhat.com> - 2.0.14-2
|
||||
- Fixed rpath problem in libOpenIPMIposix.so.0.0.1
|
||||
|
@ -1,8 +1,7 @@
|
||||
[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
|
||||
Categories=System;
|
||||
|
Loading…
Reference in New Issue
Block a user