SPECS: lzma.spec - fix build definitevely. NOTE: ABI was changed...

pluto pluto at pld-linux.org
Wed Nov 1 14:10:08 CET 2006


Author: pluto                        Date: Wed Nov  1 13:10:08 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build definitevely.
  NOTE: ABI was changed compress2/uncompress -> lzma_{compress,uncompress}
  relase 5.

---- Files affected:
SPECS:
   lzma.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/lzma.spec
diff -u SPECS/lzma.spec:1.21 SPECS/lzma.spec:1.22
--- SPECS/lzma.spec:1.21	Wed Nov  1 13:56:03 2006
+++ SPECS/lzma.spec	Wed Nov  1 14:10:03 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Koder/Dekoder LZMA
 Name:		lzma
 Version:	4.43
-Release:	4
+Release:	5
 License:	CPL/LGPL
 Group:		Applications/Archiving
 Source0:	http://dl.sourceforge.net/sevenzip/%{name}443.tar.bz2
@@ -129,8 +129,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_libdir}}
 
-install lzmalib.h $RPM_BUILD_ROOT%{_includedir}
 install C/7zip/Compress/LZMA_Alone/lzma $RPM_BUILD_ROOT%{_bindir}
+install C/7zip/Compress/LZMA_Lib/lzmalib.h $RPM_BUILD_ROOT%{_includedir}
 install C/7zip/Compress/LZMA_Lib/liblzma.a $RPM_BUILD_ROOT%{_libdir}
 install C/7zip/Compress/LZMA_Lib/liblzma.so.*.*.* $RPM_BUILD_ROOT%{_libdir}
 ln -s $(cd C/7zip/Compress/LZMA_Lib; echo liblzma.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/liblzma.so
@@ -165,6 +165,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2006/11/01 13:10:03  pluto
+- fix build definitevely.
+  NOTE: ABI was changed compress2/uncompress -> lzma_{compress,uncompress}
+  relase 5.
+
 Revision 1.21  2006/11/01 12:56:03  pluto
 - merged lzmalib fixes from lrzip, release 4.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lzma.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list