This commit is contained in:
parent
f521cbbc8a
commit
22e882bba7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 16 10:59:51 CET 2009 - coolo@suse.de
|
||||||
|
|
||||||
|
- use bzip payload, so users are able to install new rpm on old systems
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 11 12:44:41 CET 2009 - coolo@suse.de
|
Wed Feb 11 12:44:41 CET 2009 - coolo@suse.de
|
||||||
|
|
||||||
|
6
xz.spec
6
xz.spec
@ -20,7 +20,7 @@
|
|||||||
Name: xz
|
Name: xz
|
||||||
Summary: A Program for Compressing Files
|
Summary: A Program for Compressing Files
|
||||||
Version: 4.999.8beta
|
Version: 4.999.8beta
|
||||||
Release: 2
|
Release: 3
|
||||||
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/
|
||||||
@ -29,6 +29,8 @@ Patch: nostatic.diff
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: lzma = %version
|
Provides: lzma = %version
|
||||||
Obsoletes: lzma < %version
|
Obsoletes: lzma < %version
|
||||||
|
# avoid bootstrapping problem
|
||||||
|
%define _binary_payload w9.bzdio
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The xz command is a very powerful program for compressing files.
|
The xz command is a very powerful program for compressing files.
|
||||||
@ -138,6 +140,8 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 16 2009 coolo@suse.de
|
||||||
|
- use bzip payload, so users are able to install new rpm on old systems
|
||||||
* Wed Feb 11 2009 coolo@suse.de
|
* Wed Feb 11 2009 coolo@suse.de
|
||||||
- fix devel symlink
|
- fix devel symlink
|
||||||
* Fri Feb 06 2009 schwab@suse.de
|
* Fri Feb 06 2009 schwab@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user