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
|
%build
|
||||||
export CFLAGS=-fPIC
|
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
|
sed -i 's|^sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/%{_lib} %{_libdir}|' libtool
|
||||||
make # not %{?_smp_mflags} safe
|
make # not %{?_smp_mflags} safe
|
||||||
|
|
||||||
@ -86,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT/usr/lib
|
|||||||
%endif
|
%endif
|
||||||
# Remove rpaths from libOpenIPMIposix.so.0.0.1
|
# Remove rpaths from libOpenIPMIposix.so.0.0.1
|
||||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/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 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
|
||||||
install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/ipmi
|
install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/ipmi
|
||||||
@ -153,7 +154,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/OpenIPMI
|
%{_includedir}/OpenIPMI
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
@ -164,17 +164,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/fedora-openipmigui.desktop
|
%{_datadir}/applications/fedora-openipmigui.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 23 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-5
|
||||||
- fix typos in the descriptions
|
- fixed typos in the descriptions
|
||||||
- add .desktop file for openipmigui tool
|
- added .desktop file for openipmigui tool
|
||||||
|
|
||||||
* Mon Oct 20 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-4
|
* 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
|
* Thu Oct 16 2008 Jan Safranek <jsafrane@redhat.com> - 2.0.14-3
|
||||||
- split ipmitool to separate package
|
- split ipmitool to separate package
|
||||||
- add 'reload' functionality to init script
|
- added 'reload' functionality to init script
|
||||||
- add seraparate -gui subpackage
|
- added seraparate -gui subpackage
|
||||||
|
|
||||||
* Wed Jul 30 2008 Phil Knirsch <pknirsch@redhat.com> - 2.0.14-2
|
* Wed Jul 30 2008 Phil Knirsch <pknirsch@redhat.com> - 2.0.14-2
|
||||||
- Fixed rpath problem in libOpenIPMIposix.so.0.0.1
|
- Fixed rpath problem in libOpenIPMIposix.so.0.0.1
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
|
||||||
Name=OpenIPMI GUI
|
Name=OpenIPMI GUI
|
||||||
Comment=Manage local or remote systems using IPMI protocol
|
Comment=Manage local or remote systems using IPMI protocol
|
||||||
Exec=/usr/bin/openipmigui
|
Exec=/usr/bin/openipmigui
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;System
|
Categories=System;
|
||||||
|
Loading…
Reference in New Issue
Block a user