commit OpenEXR for openSUSE:Factory
Hello community, here is the log from the commit of package OpenEXR for openSUSE:Factory checked in at Tue Mar 3 00:39:45 CET 2009. -------- --- OpenEXR/OpenEXR.changes 2008-12-10 13:40:30.000000000 +0100 +++ /mounts/work_src_done/STABLE/OpenEXR/OpenEXR.changes 2009-03-02 05:42:46.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 2 05:41:46 CET 2009 - crrodriguez@suse.de + +- save 6.7MB by removing static libraries and "la" files + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenEXR.spec ++++++ --- /var/tmp/diff_new_pack.L23615/_old 2009-03-03 00:39:35.000000000 +0100 +++ /var/tmp/diff_new_pack.L23615/_new 2009-03-03 00:39:35.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package OpenEXR (Version 1.6.1) # -# 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 @@ BuildRequires: IlmBase-devel fltk-devel freeglut-devel gcc-c++ libdrm-devel Summary: Library to Handle EXR Pictures in 16-Bit Floating-Point Format Version: 1.6.1 -Release: 83 +Release: 84 License: BSD 3-Clause; GPL v2 or later Group: Development/Libraries/C and C++ Url: http://www.openexr.com/ @@ -216,19 +216,16 @@ export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" export PTHREAD_LIBS="-lpthread" -./configure \ - --prefix=/usr \ - --libdir=%_libdir +%configure --disable-static --with-pic make %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install +%{__rm} -f %{buildroot}%{_libdir}/*.la -%post -%run_ldconfig +%post -p /sbin/ldconfig -%postun -%run_ldconfig +%postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT @@ -246,8 +243,6 @@ %files devel %defattr(-,root,root) /usr/include/OpenEXR -%_libdir/libIlmImf.a -%_libdir/libIlmImf.la %_libdir/libIlmImf.so %_libdir/pkgconfig/OpenEXR.pc /usr/share/aclocal/openexr.m4 @@ -261,6 +256,8 @@ %doc %{_docdir}/%{name}-%{version}/examples/*.h %changelog +* Mon Mar 02 2009 crrodriguez@suse.de +- save 6.7MB by removing static libraries and "la" files * Wed Dec 10 2008 olh@suse.de - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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