- update to the latest GIT snapshot
This commit is contained in:
parent
79a49305ed
commit
e9575d344d
@ -1 +1 @@
|
|||||||
xz-4.999.8beta.tar.gz
|
xz-4.999.8beta.20090804git.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f00967331a487e88d51207fe17c56f52 xz-4.999.8beta.tar.gz
|
5efad2a123674034cb0c5a5794686e7a xz-4.999.8beta.20090804git.tar.gz
|
||||||
|
11
xz.spec
11
xz.spec
@ -1,10 +1,13 @@
|
|||||||
|
%define git_date 20090804
|
||||||
|
|
||||||
Summary: LZMA compression utilities
|
Summary: LZMA compression utilities
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 4.999.8
|
Version: 4.999.8
|
||||||
Release: 0.8.beta%{?dist}
|
Release: 0.9.beta.%{git_date}git%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
Source0: http://tukaani.org/%{name}/%{name}-%{version}beta.tar.gz
|
# 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}/
|
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}
|
||||||
@ -67,6 +70,7 @@ rm -rf %{buildroot}
|
|||||||
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
||||||
rm -f %{buildroot}/%{_libdir}/*.a
|
rm -f %{buildroot}/%{_libdir}/*.a
|
||||||
rm -f %{buildroot}/%{_libdir}/*.la
|
rm -f %{buildroot}/%{_libdir}/*.la
|
||||||
|
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
||||||
@ -102,6 +106,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 04 2009 Jindrich Novy <jnovy@redhat.com> 4.999.8-0.9.beta.20090804git
|
||||||
|
- update to the latest GIT snapshot
|
||||||
|
|
||||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.999.8-0.8.beta
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.999.8-0.8.beta
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user