Hello community, here is the log from the commit of package lzo for openSUSE:Factory checked in at 2014-07-26 11:27:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lzo (Old) and /work/SRC/openSUSE:Factory/.lzo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lzo" Changes: -------- --- /work/SRC/openSUSE:Factory/lzo/lzo.changes 2014-07-10 08:16:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lzo.new/lzo.changes 2014-07-26 11:28:02.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jul 24 18:07:43 CEST 2014 - [email protected] + +- enable lzo-devel-static package build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lzo.spec ++++++ --- /var/tmp/diff_new_pack.8eV8J9/_old 2014-07-26 11:28:03.000000000 +0200 +++ /var/tmp/diff_new_pack.8eV8J9/_new 2014-07-26 11:28:03.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package lzo # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -95,13 +95,32 @@ -------- Markus Franz Xaver Johannes Oberhumer <[email protected]> +%package devel-static +Requires: lzo-devel = %{version} +Provides: lzo-devel:%{_libdir}/liblzo.a +Summary: Development files for lzo +Group: Development/Languages/C and C++ + +%description devel-static +LZO is a portable lossless data compression library written in ANSI C. +It offers pretty fast compression and very fast decompression. +Decompression requires no memory. LZO is suitable for data +de-/compression in real-time. This means it favours speed over +compression ratio. + + + +Authors: +-------- + Markus Franz Xaver Johannes Oberhumer <[email protected]> + %prep %setup -q %build export CFLAGS="%optflags -fvisibility=hidden" %configure --enable-shared \ - --disable-static \ + --enable-static \ --disable-silent-rules \ --docdir=%{_docdir}/%{name}-devel @@ -140,4 +159,8 @@ %{_libdir}/liblzo2.so %_includedir/lzo +%files devel-static +%defattr (-,root,root) +%{_libdir}/liblzo2.a + %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
