|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_opkg 4.x
|
|
|
-%define V_lzmautils 4.42.0alpha6
|
|
|
+%define V_lzmautils 4.42.2alpha
|
|
|
%define V_sdk 457
|
|
|
|
|
|
# package information
|
|
|
@@ -38,7 +38,7 @@ Class: EVAL
|
|
|
Group: Compression
|
|
|
License: LGPL
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20071206
|
|
|
+Release: 20071210
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://tukaani.org/lzma/lzma-%{V_lzmautils}.tar.gz
|
|
|
@@ -109,10 +109,6 @@ AutoReqProv: no
|
|
|
# install LZMA from LZMA Utils
|
|
|
( cd lzma-%{V_lzmautils}
|
|
|
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
|
|
- %{l_shtool} mkdir -f -p -m 755 \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/include
|
|
|
- %{l_shtool} install -c -m 644 \
|
|
|
- src/common/lzma.h $RPM_BUILD_ROOT%{l_prefix}/include/
|
|
|
) || exit $?
|
|
|
|
|
|
# install LZMA from 7-Zip SDK
|