rpms/OpenIPMI/devel OpenIPMI.spec, 1.57, 1.58 openipmigui.desktop, 1.1, 1.2

Jan Šafránek jsafrane at fedoraproject.org
Thu Oct 30 08:30:00 UTC 2008


Author: jsafrane

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

Modified Files:
	OpenIPMI.spec openipmigui.desktop 
Log Message:
removed static libraries from the -devel subpackage
fixed openipmigui.desktop file


Index: OpenIPMI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/OpenIPMI.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- OpenIPMI.spec	23 Oct 2008 12:46:28 -0000	1.57
+++ OpenIPMI.spec	30 Oct 2008 08:29:29 -0000	1.58
@@ -72,7 +72,7 @@
 
 %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 @@
 %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 @@
 %defattr(-,root,root)
 %{_includedir}/OpenIPMI
 %{_libdir}/*.so
-%{_libdir}/*.a
 %{_libdir}/pkgconfig/*.pc
 
 %files gui
@@ -164,17 +164,21 @@
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Thu Oct 30 2008 Jan Safranek <jsafrane at redhat.com> - 2.0.14-6
+- removed static libraries from the -devel subpackage
+- fixed openipmigui.desktop file
+
 * 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
+- fixed typos in the descriptions
+- added .desktop file for openipmigui tool
 
 * Mon Oct 20 2008 Jan Safranek <jsafrane at redhat.com> - 2.0.14-4
-- fix description of the package
+- fixed description of the package
 
 * Thu Oct 16 2008 Jan Safranek <jsafrane at 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 at redhat.com> - 2.0.14-2
 - Fixed rpath problem in libOpenIPMIposix.so.0.0.1


Index: openipmigui.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/openipmigui.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openipmigui.desktop	23 Oct 2008 12:34:03 -0000	1.1
+++ openipmigui.desktop	30 Oct 2008 08:29:29 -0000	1.2
@@ -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;




More information about the scm-commits mailing list