From 321f4ce7f6612e02d549d6fdd5335dd5cd495b01 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Aug 17 2009 17:10:25 +0000 Subject: - sync with upstream because of #517806 --- diff --git a/.cvsignore b/.cvsignore index a05fdbf..9151d97 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xz-4.999.8beta.tar.gz +xz-4.999.8beta.20090817git.tar.gz diff --git a/sources b/sources index 277250f..85dbddb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f00967331a487e88d51207fe17c56f52 xz-4.999.8beta.tar.gz +d0065a7471d2d069e2c56242c653f36a xz-4.999.8beta.20090817git.tar.gz diff --git a/xz.spec b/xz.spec index 8528708..6ac8b0d 100644 --- a/xz.spec +++ b/xz.spec @@ -1,10 +1,16 @@ +%define git_date 20090817 + Summary: LZMA compression utilities Name: xz Version: 4.999.8 -Release: 0.7.beta%{?dist}.1 +Release: 0.10.beta.%{git_date}git%{?dist} License: LGPLv2+ Group: Applications/File -Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.tar.gz +# git clone git://ctrl.tukaani.org/xz.git +# cd xz +# git checkout 10242a21e9abda0c5c6a03501703cc40b8a699a5 +# source created as "make dist" in checked out GIT tree +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} @@ -67,6 +73,7 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="%{__install} -p" rm -f %{buildroot}/%{_libdir}/*.a rm -f %{buildroot}/%{_libdir}/*.la +rm -rf %{buildroot}/%{_docdir}/%{name} %check LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check @@ -102,9 +109,14 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog -* Wed Jul 22 2009 Toshio Kuratomi 4.999.8-0.7.beta.1 -- Bump release for EPEL while we work out some kinks in how we build in koji - for the infrastructure repo. +* Mon Aug 17 2009 Jindrich Novy 4.999.8-0.10.beta.20090817git +- sync with upstream because of #517806 + +* Tue Aug 04 2009 Jindrich Novy 4.999.8-0.9.beta.20090804git +- update to the latest GIT snapshot + +* Mon Jul 27 2009 Fedora Release Engineering - 4.999.8-0.8.beta +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 17 2009 Bill Nottingham 4.999.8-0.7.beta - tweak summary