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
This commit is contained in:
parent
2ee0c4ef37
commit
d47fd06cc8
@ -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
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
46
lzo.spec
46
lzo.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lzo (Version 2.03)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,9 +21,10 @@
|
|||||||
Name: lzo
|
Name: lzo
|
||||||
Url: http://www.oberhumer.com/opensource/lzo/
|
Url: http://www.oberhumer.com/opensource/lzo/
|
||||||
Version: 2.03
|
Version: 2.03
|
||||||
Release: 3
|
Release: 5
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source: lzo-%{version}.tar.bz2
|
Source: lzo-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -32,7 +33,7 @@ Obsoletes: lzo-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Summary: A Real-Time Data Compression Library
|
Summary: A Real-Time Data Compression Library
|
||||||
License: GPL v2 only
|
License: GPLv2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LZO is a portable lossless data compression library written in ANSI C.
|
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}
|
%define debug_package_requires %{library_package} = %{version}-%{release}
|
||||||
|
|
||||||
%package -n liblzo2-2
|
%package -n liblzo2-2
|
||||||
License: GPL v2 only
|
License: GPLv2
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: A Real-Time Data Compression Library
|
Summary: A Real-Time Data Compression Library
|
||||||
Provides: lzo = %{version}-%{release}
|
Provides: lzo = %{version}-%{release}
|
||||||
@ -76,7 +77,7 @@ Authors:
|
|||||||
Markus Franz Xaver Johannes Oberhumer <markus@oberhumer.com>
|
Markus Franz Xaver Johannes Oberhumer <markus@oberhumer.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 only
|
License: GPLv2
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{library_package} = %{version}
|
Requires: %{library_package} = %{version}
|
||||||
Summary: Development files for lzo
|
Summary: Development files for lzo
|
||||||
@ -104,7 +105,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared --disable-static --libdir=/%{_lib}
|
%configure --enable-shared --disable-static --libdir=/%{_lib}
|
||||||
%{__make}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} check test
|
%{__make} check test
|
||||||
@ -137,36 +138,3 @@ Authors:
|
|||||||
%_includedir/lzo
|
%_includedir/lzo
|
||||||
|
|
||||||
%changelog
|
%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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user