Accepting request 19892 from Base:System
Copy from Base:System/xz based on submit request 19892 from user coolo OBS-URL: https://build.opensuse.org/request/show/19892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=7
This commit is contained in:
commit
7a5f05cfb9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a1b5ff2f7ed76fdfd426aad1ad6021a8f5ae97619dd626aebad79c8d2eddf5a
|
|
||||||
size 666585
|
|
3
xz-4.999.9beta.tar.bz2
Normal file
3
xz-4.999.9beta.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:330312c4397608d8b7be362cc7edbfeafa6101614bc2164d816ea767656aa15c
|
||||||
|
size 849062
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b2a205768fe1bf0bd04eddcf7b379d96117fdd5fcb3f2aa02e81d4a6f5c3fe4
|
|
||||||
size 545877
|
|
11
xz.changes
11
xz.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 4 11:53:41 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- update to 4.999.9beta
|
||||||
|
* only some polishment above the git snapshot I took
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 23 14:50:09 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- borrow %check section from fedora spec
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 20 15:51:47 CEST 2009 - coolo@novell.com
|
Thu Aug 20 15:51:47 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
13
xz.spec
13
xz.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xz (Version 4.999.8git)
|
# spec file for package xz (Version 4.999.9beta)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,13 +19,12 @@
|
|||||||
|
|
||||||
Name: xz
|
Name: xz
|
||||||
Summary: A Program for Compressing Files
|
Summary: A Program for Compressing Files
|
||||||
Version: 4.999.8git
|
Version: 4.999.9beta
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Url: http://tukaani.org/lzma/
|
Url: http://tukaani.org/lzma/
|
||||||
Source: %{name}-4.999.8beta.tar.bz2
|
Source: %{name}-4.999.9beta.tar.bz2
|
||||||
Patch0: xz-git.diff.bz2
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: lzma = %version
|
Provides: lzma = %version
|
||||||
Obsoletes: lzma < %version
|
Obsoletes: lzma < %version
|
||||||
@ -73,14 +72,16 @@ This package contains the header files and libraries needed for
|
|||||||
compiling programs using the LZMA library.
|
compiling programs using the LZMA library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-4.999.8beta
|
%setup -q -n %{name}-4.999.9beta
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
AUTOPOINT=true autoreconf -fi
|
AUTOPOINT=true autoreconf -fi
|
||||||
%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 %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%{__mkdir_p} %{buildroot}%{_libdir}
|
%{__mkdir_p} %{buildroot}%{_libdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user