tarball format is now bz2 to allow bootstrapping (#714765)

This commit is contained in:
Jindrich Novy 2011-06-20 19:59:40 +02:00
parent f711a84f73
commit 3e3d1190f5
3 changed files with 11 additions and 7 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
/xz-4.999.9beta.20100401git.tar.xz
/xz-5.0.3.tar.xz
/xz-4.999.9beta.20100401git.tar.bz2
/xz-5.0.3.tar.bz2

View File

@ -1,2 +1,2 @@
b136554a69e1a7e6eb371302c0d75c06 xz-4.999.9beta.20100401git.tar.xz
bec7f7985dd79f97aa10ff8305a3a770 xz-5.0.3.tar.xz
3aa7bbfaa2d5a87f65c23224b9016006 xz-4.999.9beta.20100401git.tar.bz2
8d900b742b94fa9e708ca4f5a4b29003 xz-5.0.3.tar.bz2

10
xz.spec
View File

@ -3,13 +3,13 @@
Summary: LZMA compression utilities
Name: xz
Version: 5.0.3
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Group: Applications/File
# official upstream release
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.bz2
# source created as "make dist" in checked out GIT tree
Source1: %{compat_ver}.20100401git.tar.xz
Source1: %{compat_ver}.20100401git.tar.bz2
URL: http://tukaani.org/%{name}/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
@ -135,6 +135,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/*lz*
%changelog
* Mon Jun 20 2011 Jindrich Novy <jnovy@redhat.com> 5.0.3-2
- better to have upstream tarballs in different formats than XZ
to allow bootstrapping (#714765)
* Mon May 23 2011 Jindrich Novy <jnovy@redhat.com> 5.0.3-1
- update to 5.0.3