SPECS: bzip2.spec - force 64bit offsets for handling large files o...

glen glen at pld-linux.org
Wed Apr 30 12:29:47 CEST 2008


Author: glen                         Date: Wed Apr 30 10:29:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force 64bit offsets for handling large files on ix86; rel 3

---- Files affected:
SPECS:
   bzip2.spec (1.118 -> 1.119) 

---- Diffs:

================================================================
Index: SPECS/bzip2.spec
diff -u SPECS/bzip2.spec:1.118 SPECS/bzip2.spec:1.119
--- SPECS/bzip2.spec:1.118	Sun Mar 23 11:43:30 2008
+++ SPECS/bzip2.spec	Wed Apr 30 12:29:41 2008
@@ -13,7 +13,7 @@
 Summary(ru.UTF-8):	Компрессор файлов на основе алгоритма блочной сортировки
 Name:		bzip2
 Version:	1.0.5
-Release:	2
+Release:	3
 Epoch:		0
 License:	BSD-like
 Group:		Applications/Archiving
@@ -33,7 +33,7 @@
 Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		specflags_ia32	-fomit-frame-pointer
+%define		specflags_ia32	-fomit-frame-pointer -D_FILE_OFFSET_BITS=64
 
 %description
 Bzip2 compresses files using the Burrows-Wheeler block-sorting text
@@ -264,6 +264,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.119  2008-04-30 10:29:41  glen
+- force 64bit offsets for handling large files on ix86; rel 3
+
 Revision 1.118  2008-03-23 10:43:30  glen
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzip2.spec?r1=1.118&r2=1.119&f=u



More information about the pld-cvs-commit mailing list