Accepting request 26843 from Base:System

Copy from Base:System/xz based on submit request 26843 from user coolo

OBS-URL: https://build.opensuse.org/request/show/26843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2009-12-18 11:29:42 +00:00 committed by Git OBS Bridge
parent 7a5f05cfb9
commit 0036920cc2
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 12 18:40:53 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
-------------------------------------------------------------------
Fri Sep 4 11:53:41 CEST 2009 - coolo@novell.com

View File

@ -20,11 +20,12 @@
Name: xz
Summary: A Program for Compressing Files
Version: 4.999.9beta
Release: 1
Release: 2
Group: Productivity/Archiving/Compression
License: GPL v2 or later
License: GPLv2+
Url: http://tukaani.org/lzma/
Source: %{name}-4.999.9beta.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: lzma = %version
Obsoletes: lzma < %version
@ -50,7 +51,7 @@ The xz command is a very powerful program for compressing files.
* Very similar command line interface to what gzip and bzip2 have.
%package -n liblzma0
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: LZMA library
Group: System/Libraries
@ -58,7 +59,7 @@ Group: System/Libraries
Library for encoding/decoding LZMA files.
%package devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Development package for the LZMA library
Group: Development/Libraries/C and C++
Requires: liblzma0 = %{version}