SHA256
3
0
forked from pool/xz

converted link to branch

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2010-02-12 07:01:55 +00:00 committed by Git OBS Bridge
parent b8580a7a5e
commit 62998bb829
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 Fri Sep 4 11:53:41 CEST 2009 - coolo@novell.com

View File

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