Author: pluto Date: Wed Nov 1 12:56:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - merged lzmalib fixes from lrzip, release 4.
---- Files affected: SPECS: lzma.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/lzma.spec diff -u SPECS/lzma.spec:1.20 SPECS/lzma.spec:1.21 --- SPECS/lzma.spec:1.20 Wed Nov 1 12:51:09 2006 +++ SPECS/lzma.spec Wed Nov 1 13:56:03 2006 @@ -3,7 +3,7 @@ Summary(pl): Koder/Dekoder LZMA Name: lzma Version: 4.43 -Release: 3 +Release: 4 License: CPL/LGPL Group: Applications/Archiving Source0: http://dl.sourceforge.net/sevenzip/%{name}443.tar.bz2 @@ -11,6 +11,7 @@ Patch0: %{name}-quiet.patch Patch1: %{name}427_zlib.patch Patch2: %{name}-shared.patch +Patch3: %{name}-lzmalib.patch URL: http://www.7-zip.org/sdk.html BuildRequires: gcc >= 5:3.4.0 BuildRequires: libstdc++-devel @@ -87,6 +88,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build cd C/7zip/Compress/LZMA_Alone @@ -125,8 +127,9 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}} +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/liblzma.a $RPM_BUILD_ROOT%{_libdir} install C/7zip/Compress/LZMA_Lib/liblzma.so.*.*.* $RPM_BUILD_ROOT%{_libdir} @@ -149,6 +152,7 @@ %files devel %defattr(644,root,root,755) +%{_includedir}/lzmalib.h %{_libdir}/liblzma.so %files static @@ -161,6 +165,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2006/11/01 12:56:03 pluto +- merged lzmalib fixes from lrzip, release 4. + Revision 1.20 2006/11/01 11:51:09 pluto - build real shared lib, release 3. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lzma.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
