rpms/ogmtools/F-11 ogmtools-1.5-optflags.patch, NONE, 1.1 ogmtools.spec, 1.1, 1.2

Gianluca Sforna giallu at fedoraproject.org
Wed Apr 22 11:23:38 UTC 2009


Author: giallu

Update of /cvs/extras/rpms/ogmtools/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14612

Modified Files:
	ogmtools.spec 
Added Files:
	ogmtools-1.5-optflags.patch 
Log Message:
* Mon Apr 20 2009 Gianluca Sforna <giallu gmail com> - 1.5-6
- honour RPM_OPT_FLAGS
- use --disable-dependency-tracking


ogmtools-1.5-optflags.patch:

--- NEW FILE ogmtools-1.5-optflags.patch ---
diff --git a/configure b/configure
index 1869ad6..25b1d8c 100755
--- a/configure
+++ b/configure
@@ -4672,8 +4672,8 @@ _ACEOF
 fi
 
 
-CFLAGS="-Wall -Wno-sign-compare @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AVILIB_CFLAGS@ @DEBUG_CFLAGS@ @PROFILING_CFLAGS@"
-CXXFLAGS="-Wall -Wno-sign-compare @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AVILIB_CFLAGS@ @DEBUG_CFLAGS@ @PROFILING_CFLAGS@"
+CFLAGS="-Wall -Wno-sign-compare @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AVILIB_CFLAGS@ @DEBUG_CFLAGS@ @PROFILING_CFLAGS@ $CFLAGS"
+CXXFLAGS="-Wall -Wno-sign-compare @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AVILIB_CFLAGS@ @DEBUG_CFLAGS@ @PROFILING_CFLAGS@ $CXXFLAGS"
 
                     ac_config_files="$ac_config_files Makefile avilib/Makefile"
 cat >confcache <<\_ACEOF


Index: ogmtools.spec
===================================================================
RCS file: /cvs/extras/rpms/ogmtools/F-11/ogmtools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ogmtools.spec	16 Apr 2009 07:17:09 -0000	1.1
+++ ogmtools.spec	22 Apr 2009 11:23:06 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ogmtools
 Version:        1.5
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Tools for Ogg media streams
 
 Group:          Applications/Multimedia
@@ -13,6 +13,8 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  libdvdread-devel
 
+Patch0:         ogmtools-1.5-optflags.patch
+
 %description
 These tools allow information about (ogminfo) or extraction from (ogmdemux) or
 creation of (ogmmerge) OGG media streams. Note that OGM is used for "OGG media
@@ -21,6 +23,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # Convert Changelog to UTF8
 iconv -f iso8859-1 -t utf8 ChangeLog -o ChangeLog.txt
 touch -r ChangeLog ChangeLog.txt
@@ -28,7 +31,7 @@
 
 
 %build
-%configure
+%configure --disable-dependency-tracking
 make %{?_smp_mflags}
 
 
@@ -49,6 +52,10 @@
 
 
 %changelog
+* Mon Apr 20 2009 Gianluca Sforna <giallu gmail com> - 1.5-6
+- honour RPM_OPT_FLAGS
+- use --disable-dependency-tracking
+
 * Thu Apr  9 2009 Gianluca Sforna <giallu gmail com> - 1.5-5
 - Fix rpmlint issues
 - Fix license tag




More information about the fedora-extras-commits mailing list