SPECS (AC-branch): lzma.spec - 4.43

areq areq at pld-linux.org
Thu Jun 15 00:04:57 CEST 2006


Author: areq                         Date: Wed Jun 14 22:04:57 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- 4.43

---- Files affected:
SPECS:
   lzma.spec (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SPECS/lzma.spec
diff -u SPECS/lzma.spec:1.1 SPECS/lzma.spec:1.1.2.1
--- SPECS/lzma.spec:1.1	Thu Oct 21 23:01:16 2004
+++ SPECS/lzma.spec	Thu Jun 15 00:04:51 2006
@@ -2,12 +2,12 @@
 Summary:	LZMA Encoder/Decoder
 Summary(pl):	Koder/Dekoder LZMA
 Name:		lzma
-Version:	4.06
+Version:	4.43
 Release:	1
 License:	LGPL
 Group:		Applications/Archiving
-Source0:	http://www.7-zip.org/dl/%{name}406.zip
-# Source0-md5:	a09378411cba5f786b5c49c9c58496df
+Source0:	http://puzzle.dl.sourceforge.net/sevenzip/%{name}443.tar.bz2
+# Source0-md5:	c4e1b467184c7cffd4371c74df2baf0f
 # Source0-size:	185934
 Patch0:		%{name}-quiet.patch
 URL:		http://www.7-zip.org/sdk.html
@@ -53,17 +53,19 @@
 %patch0 -p1
 
 %build
-cd SRC/7zip/Compress/LZMA_Alone
-%{__make} \
-	CXX="%{__cxx}" \
-	CFLAGS="%{rpmcflags} -c" \
-	LDFLAGS="%{rpmldflags}"
+cd C/7zip/Compress/LZMA_Alone
+
+%{__make} -f makefile.gcc \
+        CXX="%{__cxx}" \
+        CXX_C="%{__cc}" \
+        CFLAGS="%{rpmcflags} -c -I ../../.." \
+        LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-install SRC/7zip/Compress/LZMA_Alone/lzma $RPM_BUILD_ROOT%{_bindir}
+install C/7zip/Compress/LZMA_Alone/lzma $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.1.2.1  2006/06/14 22:04:51  areq
+- 4.43
+
 Revision 1.1  2004/10/21 21:01:16  wolf
 - lzma algorithm of 7zip fame implementation capable of reading from
   stdin/writing to stdout
================================================================

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



More information about the pld-cvs-commit mailing list