rpms/uucp/devel uucp.spec,1.25,1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 15 09:03:18 UTC 2005


Author: pvrabec

Update of /cvs/dist/rpms/uucp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1310

Modified Files:
	uucp.spec 
Log Message:
use -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE together with RPM_OPT_FLAGS



Index: uucp.spec
===================================================================
RCS file: /cvs/dist/rpms/uucp/devel/uucp.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- uucp.spec	14 Jul 2005 13:58:42 -0000	1.25
+++ uucp.spec	15 Jul 2005 09:03:05 -0000	1.26
@@ -7,7 +7,7 @@
 Summary: The uucp utility for copying files between systems.
 Name: uucp
 Version: 1.07
-Release: 10
+Release: 11
 License: GPL
 Group: Applications/Communications
 Source0: ftp://ftp.gnu.org/pub/gnu/uucp/uucp-%{version}.tar.gz
@@ -38,7 +38,7 @@
 %patch9 -p1 -b .lfs
 
 %build
-export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"
+export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"
 %configure --with-newconfigdir=%{_newconfigdir} --with-oldconfigdir=%{_oldconfigdir}
 make all
 
@@ -152,6 +152,9 @@
 %config(noreplace)	%{_newconfigdir}/sys
 
 %changelog
+* Fri Jul 15 2005 Peter Vrabec <pvrabec at redhat.com> 1.07-11
+- use -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE together with RPM_OPT_FLAGS
+
 * Thu Jul 14 2005 Peter Vrabec <pvrabec at redhat.com> 1.07-10
 - revert fix from 1.07-9
 - fix truncation of values on 32b platforms where statvfs64




More information about the fedora-cvs-commits mailing list