SPECS: bzip2.spec - _FILE_OFFSET_BITS restored as it was in r1.116...

glen glen at pld-linux.org
Wed May 7 00:12:16 CEST 2008


Author: glen                         Date: Tue May  6 22:12:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- _FILE_OFFSET_BITS restored as it was in r1.116; rel 4

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

---- Diffs:

================================================================
Index: SPECS/bzip2.spec
diff -u SPECS/bzip2.spec:1.119 SPECS/bzip2.spec:1.120
--- SPECS/bzip2.spec:1.119	Wed Apr 30 12:29:41 2008
+++ SPECS/bzip2.spec	Wed May  7 00:12:11 2008
@@ -13,7 +13,7 @@
 Summary(ru.UTF-8):	Компрессор файлов на основе алгоритма блочной сортировки
 Name:		bzip2
 Version:	1.0.5
-Release:	3
+Release:	4
 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 -D_FILE_OFFSET_BITS=64
+%define		specflags_ia32	-fomit-frame-pointer
 
 %description
 Bzip2 compresses files using the Burrows-Wheeler block-sorting text
@@ -178,6 +178,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
+	CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
 	%{!?with_static_libs:--disable-static}
 %{__make}
 
@@ -264,6 +265,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.120  2008-05-06 22:12:11  glen
+- _FILE_OFFSET_BITS restored as it was in r1.116; rel 4
+
 Revision 1.119  2008-04-30 10:29:41  glen
 - force 64bit offsets for handling large files on ix86; rel 3
 
================================================================

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



More information about the pld-cvs-commit mailing list