rpms/ffmpeg/devel ffmpeg.spec,1.69,1.70

Julian Sikorski belegdol at rpmfusion.org
Sat Nov 3 11:36:48 CET 2012


Author: belegdol

Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25977

Modified Files:
	ffmpeg.spec 
Log Message:
* Sat Nov 03 2012 Julian Sikorski <belegdol at fedoraproject.org> - 1.0-3
- Use Fedora %{optflags}
- Made the build process verbose



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ffmpeg.spec	1 Nov 2012 21:44:00 -0000	1.69
+++ ffmpeg.spec	3 Nov 2012 10:36:47 -0000	1.70
@@ -14,7 +14,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        1.0
-Release:        2%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        3%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -109,7 +109,7 @@
     --libdir=%{_libdir} \\\
     --mandir=%{_mandir} \\\
     --arch=%{_target_cpu} \\\
-    --extra-cflags="$RPM_OPT_FLAGS" \\\
+    --optflags="$RPM_OPT_FLAGS" \\\
     %{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\
     --enable-bzlib \\\
     %{!?_with_crystalhd:--disable-crystalhd} \\\
@@ -195,9 +195,9 @@
 %endif
 %endif
 
-make %{?_smp_mflags}
-make documentation
-make alltools
+make %{?_smp_mflags} V=1
+make documentation V=1
+make alltools V=1
 popd
 
 %if 0%{!?ffmpegsuffix:1}
@@ -212,7 +212,7 @@
     --disable-ffserver \
     --disable-ffplay \
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 %endif
 popd
 %endif
@@ -272,6 +272,10 @@
 
 
 %changelog
+* Sat Nov 03 2012 Julian Sikorski <belegdol at fedoraproject.org> - 1.0-3
+- Use Fedora %%{optflags}
+- Made the build process verbose
+
 * Thu Nov 01 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.0-2
 - Add opus
 - Enable opencv frei0r by default


More information about the rpmfusion-commits mailing list