- sync with upstream to generate the same archives on machines with
different endianess
This commit is contained in:
parent
d0946b8a98
commit
c89b152cad
@ -1 +1 @@
|
||||
xz-4.999.9beta.tar.xz
|
||||
xz-4.999.9beta.20091002git.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
62459762f5ac6055051f2929191cd159 xz-4.999.9beta.tar.xz
|
||||
5831d58c3dfe600759e8232a1f192dc7 xz-4.999.9beta.20091002git.tar.gz
|
||||
|
10
xz.spec
10
xz.spec
@ -1,11 +1,13 @@
|
||||
%define git_date 20091002
|
||||
|
||||
Summary: LZMA compression utilities
|
||||
Name: xz
|
||||
Version: 4.999.9
|
||||
Release: 0.1.beta%{?dist}
|
||||
Release: 0.1.beta.%{git_date}git%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Applications/File
|
||||
# source created as "make dist" in checked out GIT tree
|
||||
Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.tar.xz
|
||||
Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.gz
|
||||
URL: http://tukaani.org/%{name}/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
@ -104,6 +106,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 02 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.20091002.beta
|
||||
- sync with upstream to generate the same archives on machines with different
|
||||
endianess
|
||||
|
||||
* Fri Aug 28 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.beta
|
||||
- update to 4.999.9beta
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user