commit OpenIPMI for openSUSE:Factory
Hello community, here is the log from the commit of package OpenIPMI for openSUSE:Factory checked in at Tue Mar 3 00:51:27 CET 2009. -------- --- OpenIPMI/OpenIPMI.changes 2008-09-13 07:12:29.000000000 +0200 +++ /mounts/work_src_done/STABLE/OpenIPMI/OpenIPMI.changes 2009-03-02 15:28:43.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 2 15:28:27 CET 2009 - crrodriguez@suse.de + +- save 3MB by removing static libraries and "la" files + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenIPMI.spec ++++++ --- /var/tmp/diff_new_pack.G32640/_old 2009-03-03 00:51:17.000000000 +0100 +++ /var/tmp/diff_new_pack.G32640/_new 2009-03-03 00:51:17.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package OpenIPMI (Version 2.0.14) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ License: LGPL v2.1 or later Group: System/Monitoring Version: 2.0.14 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.bz2 Source1: sysconfig.ipmi Source2: openipmi.initscript @@ -64,7 +64,7 @@ Summary: OpenIPMI - Development libraries Group: Development/Libraries/Other Provides: libIPMIlanserv libOpenIPMI libOpenIPMIui -Requires: OpenIPMI = %{version} openssl-devel ncurses-devel +Requires: OpenIPMI = %{version} glibc-devel AutoReqProv: on %description devel @@ -89,14 +89,11 @@ %build autoreconf --install --force -CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=%{_prefix} \ - --libdir=%{_libdir} \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} \ +%configure --disable-static --with-pic \ --with-openssl=yes \ --with-tcl=yes \ --with-tcllibs=-ltcl8.5 +# parallel make does not work make %install @@ -107,9 +104,10 @@ install -m 644 %{S:1} $RPM_BUILD_ROOT/var/adm/fillup-templates install -m 755 %{S:2} $RPM_BUILD_ROOT/etc/init.d/ipmi ln -sf ../etc/init.d/ipmi $RPM_BUILD_ROOT/sbin/rcipmi +%{__rm} -f %{buildroot}%{_libdir}/*.la %clean -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig @@ -170,14 +168,14 @@ %files devel %defattr(644,root,root,755) %{_prefix}/include/* -%{_prefix}/%{_lib}/*.a -%{_prefix}/%{_lib}/*.la %{_prefix}/%{_lib}/*.so %{_prefix}/%{_lib}/pkgconfig/*.pc %doc doc/IPMI.pdf ################################################### %changelog +* Mon Mar 02 2009 crrodriguez@suse.de +- save 3MB by removing static libraries and "la" files * Thu Sep 11 2008 kukuk@suse.de - Update to 2.0.14 [fate#304439] - fix at least the worst bugs in init script @@ -261,7 +259,7 @@ - Update to version 1.3.16 * Thu Oct 28 2004 nashif@suse.de - Updated to version 1.3.11 -* Wed Aug 11 2004 nashif@suse.de +* Tue Aug 10 2004 nashif@suse.de - Updated to version 1.3.9 * Tue Jun 08 2004 nashif@suse.de - Updated to version 1.3.8 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de