- sync with upstream because of #517806
This commit is contained in:
parent
2eacfeecf2
commit
d0946b8a98
@ -1 +1 @@
|
|||||||
xz-4.999.8beta.20090817git.tar.gz
|
xz-4.999.9beta.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d0065a7471d2d069e2c56242c653f36a xz-4.999.8beta.20090817git.tar.gz
|
62459762f5ac6055051f2929191cd159 xz-4.999.9beta.tar.xz
|
||||||
|
13
xz.spec
13
xz.spec
@ -1,13 +1,11 @@
|
|||||||
%define git_date 20090817
|
|
||||||
|
|
||||||
Summary: LZMA compression utilities
|
Summary: LZMA compression utilities
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 4.999.8
|
Version: 4.999.9
|
||||||
Release: 0.10.beta.%{git_date}git%{?dist}
|
Release: 0.1.beta%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
# source created as "make dist" in checked out GIT tree
|
# source created as "make dist" in checked out GIT tree
|
||||||
Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.gz
|
Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.tar.xz
|
||||||
URL: http://tukaani.org/%{name}/
|
URL: http://tukaani.org/%{name}/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
@ -54,7 +52,7 @@ The lzma-compat package contains compatibility links for older
|
|||||||
commands that deal with the older LZMA format.
|
commands that deal with the older LZMA format.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}beta
|
%setup -q -n %{name}-%{version}beta
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
||||||
@ -106,6 +104,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 28 2009 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.beta
|
||||||
|
- update to 4.999.9beta
|
||||||
|
|
||||||
* Mon Aug 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.10.beta.20090817git
|
* Mon Aug 17 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.10.beta.20090817git
|
||||||
- sync with upstream because of #517806
|
- sync with upstream because of #517806
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user