From d47fd06cc8ff4c9d52a04d54671f7b1f89df063e275e625ef044cb1bc48aefb4 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 11 Jan 2010 15:25:36 +0000 Subject: [PATCH] Accepting request 29007 from Base:System Copy from Base:System/lzo based on submit request 29007 from user coolo OBS-URL: https://build.opensuse.org/request/show/29007 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzo?expand=0&rev=8 --- lzo.changes | 6 ++++++ lzo.spec | 46 +++++++--------------------------------------- 2 files changed, 13 insertions(+), 39 deletions(-) diff --git a/lzo.changes b/lzo.changes index 030dc29..1bffb0c 100644 --- a/lzo.changes +++ b/lzo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 19 16:48:18 CET 2009 - jengelh@medozas.de + +- add baselibs.conf as a source +- enable parallel build + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/lzo.spec b/lzo.spec index c39cdd9..940236f 100644 --- a/lzo.spec +++ b/lzo.spec @@ -1,7 +1,7 @@ # # spec file for package lzo (Version 2.03) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -21,9 +21,10 @@ Name: lzo Url: http://www.oberhumer.com/opensource/lzo/ Version: 2.03 -Release: 3 +Release: 5 Group: Development/Libraries/C and C++ Source: lzo-%{version}.tar.bz2 +Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ # bug437293 @@ -32,7 +33,7 @@ Obsoletes: lzo-64bit %endif # Summary: A Real-Time Data Compression Library -License: GPL v2 only +License: GPLv2 %description LZO is a portable lossless data compression library written in ANSI C. @@ -51,7 +52,7 @@ Authors: %define debug_package_requires %{library_package} = %{version}-%{release} %package -n liblzo2-2 -License: GPL v2 only +License: GPLv2 Group: Development/Libraries/C and C++ Summary: A Real-Time Data Compression Library Provides: lzo = %{version}-%{release} @@ -76,7 +77,7 @@ Authors: Markus Franz Xaver Johannes Oberhumer %package devel -License: GPL v2 only +License: GPLv2 Group: Development/Languages/C and C++ Requires: %{library_package} = %{version} Summary: Development files for lzo @@ -104,7 +105,7 @@ Authors: %build %configure --enable-shared --disable-static --libdir=/%{_lib} -%{__make} +%{__make} %{?_smp_mflags} %check %{__make} check test @@ -137,36 +138,3 @@ Authors: %_includedir/lzo %changelog -* Wed Jan 07 2009 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Fri Aug 22 2008 mrueckert@suse.de -- update to 2.03 - featuring major speedups for 64-bit architectures like AMD64, - minor overall speedups, portability enhancements for LLP64 - programming models, and lots of other small improvements -- dropped lzo-noexec.patch: fix included upstream -- split out liblzo2-2 -- move the lib to /%%_lib -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Mon Feb 25 2008 crrodriguez@suse.de -- run ldconfig -* Mon Feb 12 2007 meissner@suse.de -- added marker for nonexec stack/heap to i386 assembler. -* Wed Sep 27 2006 poeml@suse.de -- add BuildRequires: gcc-c++ for building on Fedora -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Mon Jan 16 2006 mrueckert@suse.de -- update to version 2.02 -* Mon Sep 26 2005 mls@suse.de -- make devel package require base package -* Tue Jun 28 2005 cthiel@suse.de -- update to version 2.01 -* Thu Jun 02 2005 hvogel@suse.de -- update to version 2.0 -* Fri Jan 09 2004 adrian@suse.de -- move devel files to -devel package -* Wed Aug 20 2003 cwh@suse.de -- initial release