SHA256
3
0
forked from pool/xz

Updating link to change in openSUSE:Factory/xz revision 7.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=7caa7b256d4d592cfdf25c5a9f8bf6ff
This commit is contained in:
OBS User buildservice-autocommit 2009-09-04 22:17:35 +00:00 committed by Git OBS Bridge
parent 0492f972f9
commit 2898576eda
5 changed files with 21 additions and 12 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:330312c4397608d8b7be362cc7edbfeafa6101614bc2164d816ea767656aa15c
size 849062

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b2a205768fe1bf0bd04eddcf7b379d96117fdd5fcb3f2aa02e81d4a6f5c3fe4
size 545877

View File

@ -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

13
xz.spec
View File

@ -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.
#
@ -19,13 +19,12 @@
Name: xz
Summary: A Program for Compressing Files
Version: 4.999.8git
Version: 4.999.9beta
Release: 1
Group: Productivity/Archiving/Compression
License: GPL v2 or later
Url: http://tukaani.org/lzma/
Source: %{name}-4.999.8beta.tar.bz2
Patch0: xz-git.diff.bz2
Source: %{name}-4.999.9beta.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: 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.
%prep
%setup -q -n %{name}-4.999.8beta
%patch0 -p1
%setup -q -n %{name}-4.999.9beta
%build
AUTOPOINT=true autoreconf -fi
%configure --libdir=/%{_lib} --disable-static --with-pic --docdir=%_docdir/%name
make %{?jobs:-j%jobs}
%check
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
%install
make install DESTDIR=$RPM_BUILD_ROOT
%{__mkdir_p} %{buildroot}%{_libdir}