- sync with upstream (#578925)
This commit is contained in:
parent
94b5c3a537
commit
c10ae9446b
@ -1 +1 @@
|
|||||||
xz-4.999.9beta.20091007git.tar.xz
|
xz-4.999.9beta.20100401git.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
8bd02e5301cb9631852a898d750111d9 xz-4.999.9beta.20091007git.tar.xz
|
b136554a69e1a7e6eb371302c0d75c06 xz-4.999.9beta.20100401git.tar.xz
|
||||||
|
12
xz.spec
12
xz.spec
@ -1,4 +1,4 @@
|
|||||||
%define git_date 20091007
|
%define git_date 20100401
|
||||||
|
|
||||||
Summary: LZMA compression utilities
|
Summary: LZMA compression utilities
|
||||||
Name: xz
|
Name: xz
|
||||||
@ -68,9 +68,10 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
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}
|
rm -rf %{buildroot}%{_docdir}/%{name}
|
||||||
|
rm -rf %{buildroot}%{_datadir}/locale
|
||||||
|
|
||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
||||||
@ -107,6 +108,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*lz*
|
%{_mandir}/man1/*lz*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 01 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.2.20100401.beta
|
||||||
|
- sync with upstream (#578925)
|
||||||
|
|
||||||
* Thu Feb 18 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.2.20091007.beta
|
* Thu Feb 18 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.2.20091007.beta
|
||||||
- move xz man pages to main package, leave lzma ones where they belong (#566484)
|
- move xz man pages to main package, leave lzma ones where they belong (#566484)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user