Accepting request 51713 from home:jengelh:dev
OBS-URL: https://build.opensuse.org/request/show/51713 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=18
This commit is contained in:
parent
18ffc2eb32
commit
6c84f4572b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 30 20:17:49 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 28 09:18:47 UTC 2010 - coolo@novell.com
|
Thu Oct 28 09:18:47 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
8
xz.spec
8
xz.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xz (Version 4.999.9beta)
|
# spec file for package xz (Version 5.0.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@
|
|||||||
Name: xz
|
Name: xz
|
||||||
Summary: A Program for Compressing Files
|
Summary: A Program for Compressing Files
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Url: http://tukaani.org/lzma/
|
Url: http://tukaani.org/lzma/
|
||||||
@ -51,8 +51,8 @@ The xz command is a very powerful program for compressing files.
|
|||||||
|
|
||||||
* Very similar command line interface to what gzip and bzip2 have.
|
* Very similar command line interface to what gzip and bzip2 have.
|
||||||
|
|
||||||
%lang_package
|
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%package -n liblzma5
|
%package -n liblzma5
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: LZMA library
|
Summary: LZMA library
|
||||||
@ -81,7 +81,7 @@ compiling programs using the LZMA library.
|
|||||||
%build
|
%build
|
||||||
AUTOPOINT=true autoreconf -fiv
|
AUTOPOINT=true autoreconf -fiv
|
||||||
%configure --libdir=/%{_lib} --disable-static --with-pic --docdir=%_docdir/%name
|
%configure --libdir=/%{_lib} --disable-static --with-pic --docdir=%_docdir/%name
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
||||||
|
Loading…
Reference in New Issue
Block a user