rpms/gpac/F-9 gpac.spec,1.1,1.2

NicolasChauvet kwizart at rpmfusion.org
Mon Sep 8 18:45:46 CEST 2008


Author: kwizart

Update of /cvs/free/rpms/gpac/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26459/F-9

Modified Files:
	gpac.spec 
Log Message:
- Fix for Large File Support (was livna #2075 )



Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/F-9/gpac.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpac.spec	7 Aug 2008 17:37:47 -0000	1.1
+++ gpac.spec	8 Sep 2008 16:45:45 -0000	1.2
@@ -21,7 +21,7 @@
 Name:        gpac
 Summary:     MPEG-4 multimedia framework
 Version:     0.4.5
-Release:     0.4.%{cvs}cvs%{?dist}
+Release:     0.5.%{cvs}cvs%{?dist}
 License:     LGPLv2+
 Group:       System Environment/Libraries
 URL:         http://gpac.sourceforge.net/
@@ -204,7 +204,7 @@
 %build
 %configure \
   --enable-debug \
-  --extra-cflags="$RPM_OPT_FLAGS" \
+  --extra-cflags="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1" \
   --libdir=%{_libdir} \
   --disable-oss-audio \
 %if %with_mozilla
@@ -366,8 +366,8 @@
 %endif
 
 %changelog
-* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.4.5-0.4.20080217cvs
-- rebuild
+* Mon Sep  8 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.5.20080217cvs
+- Fix for Large File Support (was livna #2075 )
 
 * Mon Feb 25 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.3.20080217cvs
 - Enable devel-static



More information about the rpmfusion-commits mailing list