Author: belegdol
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1586
Modified Files:
ffmpeg.spec
Log Message:
* Sat Nov 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-4
- Fixed -O3 -g in host_cflags
- Made the installation verbose too
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ffmpeg.spec 3 Nov 2012 10:36:47 -0000 1.70
+++ ffmpeg.spec 3 Nov 2012 13:22:26 -0000 1.71
@@ -14,7 +14,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 1.0
-Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 4%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -157,6 +157,8 @@
%else
%setup -q -n ffmpeg-%{version}
%endif
+# fix -O3 -g in host_cflags
+sed -i "s/-O3 -g/$RPM_OPT_FLAGS/" configure
%build
mkdir generic
@@ -220,13 +222,13 @@
%install
rm -rf $RPM_BUILD_ROOT
pushd generic
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT V=1
popd
%if 0%{!?ffmpegsuffix:1}
install -pm755 generic/tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
pushd simd
%ifarch sparc sparc64
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT V=1
%endif
popd
%endif
@@ -272,6 +274,10 @@
%changelog
+* Sat Nov 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-4
+- Fixed -O3 -g in host_cflags
+- Made the installation verbose too
+
* Sat Nov 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-3
- Use Fedora %%{optflags}
- Made the build process verbose
Show replies by date